Skip to content

Commit

Permalink
Import upstream version 0.19.14, md5 ed939b01bf60f1d217a0ae7b2828a225
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Nov 30, 2019
2 parents 99e09cc + e68ce7c commit 7b39767
Show file tree
Hide file tree
Showing 225 changed files with 4,259 additions and 1,358 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,18 @@ matrix:
env: TEST_REQUIRE=fastimport
dist: xenial
sudo: true
- python: 3.8
env: TEST_REQUIRE=fastimport
dist: xenial
sudo: true
- python: 3.8
env: TEST_REQUIRE=fastimport
dist: xenial
sudo: true
- python: 3.6
env: PURE=true
- python: 2.7
env: PURE=true
# flakes checker fails on python 3.8-dev:
#- python: 3.8-dev
# env: TEST_REQUIRE=fastimport
# dist: xenial
# sudo: true

install:
- travis_retry pip install -U pip coverage codecov flake8 $TEST_REQUIRE
Expand Down
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
0.19.14 2019-11-30

* Strip superfluous <> around email. (monnerat)

* Stop checking for ref validity client-side. Users can
still call check_wants manually. (Jelmer Vernooij)

* Switch over to Google-style docstrings.
(Jelmer Vernooij)

* Add a ``dulwich.porcelain.active_branch`` function.
(Jelmer Vernooij)

* Cleanup new directory if clone fails. (Jelmer Vernooij, #733)

* Expand "~" in global exclude path. (Jelmer Vernooij)

0.19.13 2019-08-19

BUG FIXES
Expand All @@ -8,6 +25,9 @@
* Fix regression that added a dependency on C git for the
test suite. (Jelmer Vernooij, #720)

* Fix compatibility with Python 3.8 - mostly deprecation warnings.
(Jelmer Vernooij)

0.19.12 2019-08-13

BUG FIXES
Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: dulwich
Version: 0.19.13
Version: 0.19.14
Summary: Python Git Library
Home-page: https://www.dulwich.io/
Author: Jelmer Vernooij
Expand Down
7 changes: 7 additions & 0 deletions docs/api/dulwich.archive.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.archive module
======================

.. automodule:: dulwich.archive
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.client.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.client module
=====================

.. automodule:: dulwich.client
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.config.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.config module
=====================

.. automodule:: dulwich.config
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.contrib.paramiko_vendor.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.contrib.paramiko\_vendor module
=======================================

.. automodule:: dulwich.contrib.paramiko_vendor
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.contrib.release_robot.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.contrib.release\_robot module
=====================================

.. automodule:: dulwich.contrib.release_robot
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.contrib.swift.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.contrib.swift module
============================

.. automodule:: dulwich.contrib.swift
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.contrib.test_release_robot.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.contrib.test\_release\_robot module
===========================================

.. automodule:: dulwich.contrib.test_release_robot
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.contrib.test_swift.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.contrib.test\_swift module
==================================

.. automodule:: dulwich.contrib.test_swift
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.contrib.test_swift_smoke.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.contrib.test\_swift\_smoke module
=========================================

.. automodule:: dulwich.contrib.test_swift_smoke
:members:
:undoc-members:
:show-inheritance:
19 changes: 19 additions & 0 deletions docs/api/dulwich.contrib.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
dulwich.contrib package
=======================

.. automodule:: dulwich.contrib
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

.. toctree::

dulwich.contrib.paramiko_vendor
dulwich.contrib.release_robot
dulwich.contrib.swift
dulwich.contrib.test_release_robot
dulwich.contrib.test_swift
dulwich.contrib.test_swift_smoke
7 changes: 7 additions & 0 deletions docs/api/dulwich.diff_tree.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.diff\_tree module
=========================

.. automodule:: dulwich.diff_tree
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.errors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.errors module
=====================

.. automodule:: dulwich.errors
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.fastexport.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.fastexport module
=========================

.. automodule:: dulwich.fastexport
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.file module
===================

.. automodule:: dulwich.file
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.greenthreads.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.greenthreads module
===========================

.. automodule:: dulwich.greenthreads
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.hooks.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.hooks module
====================

.. automodule:: dulwich.hooks
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.ignore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.ignore module
=====================

.. automodule:: dulwich.ignore
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.index.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.index module
====================

.. automodule:: dulwich.index
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.line_ending.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.line\_ending module
===========================

.. automodule:: dulwich.line_ending
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.log_utils.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.log\_utils module
=========================

.. automodule:: dulwich.log_utils
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.lru_cache.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.lru\_cache module
=========================

.. automodule:: dulwich.lru_cache
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.mailmap.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.mailmap module
======================

.. automodule:: dulwich.mailmap
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.object_store.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.object\_store module
============================

.. automodule:: dulwich.object_store
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.objects.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.objects module
======================

.. automodule:: dulwich.objects
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.objectspec.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.objectspec module
=========================

.. automodule:: dulwich.objectspec
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.pack.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.pack module
===================

.. automodule:: dulwich.pack
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.patch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.patch module
====================

.. automodule:: dulwich.patch
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.porcelain.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.porcelain module
========================

.. automodule:: dulwich.porcelain
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.protocol.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.protocol module
=======================

.. automodule:: dulwich.protocol
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.reflog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.reflog module
=====================

.. automodule:: dulwich.reflog
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.refs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.refs module
===================

.. automodule:: dulwich.refs
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.repo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.repo module
===================

.. automodule:: dulwich.repo
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.server.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.server module
=====================

.. automodule:: dulwich.server
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.stash.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.stash module
====================

.. automodule:: dulwich.stash
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.tests.compat.server_utils.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.tests.compat.server\_utils module
=========================================

.. automodule:: dulwich.tests.compat.server_utils
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.tests.compat.test_client.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.tests.compat.test\_client module
========================================

.. automodule:: dulwich.tests.compat.test_client
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.tests.compat.test_pack.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.tests.compat.test\_pack module
======================================

.. automodule:: dulwich.tests.compat.test_pack
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.tests.compat.test_patch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.tests.compat.test\_patch module
=======================================

.. automodule:: dulwich.tests.compat.test_patch
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.tests.compat.test_repository.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.tests.compat.test\_repository module
============================================

.. automodule:: dulwich.tests.compat.test_repository
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/dulwich.tests.compat.test_server.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dulwich.tests.compat.test\_server module
========================================

.. automodule:: dulwich.tests.compat.test_server
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit 7b39767

Please sign in to comment.