[Python-modules-commits] [dulwich] branch upstream updated (c3eac2e -> 068bb54)

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Oct 29 17:22:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

jelmer pushed a change to branch upstream
in repository dulwich.

      from  c3eac2e   New upstream version 0.18.4
       new  9dff752   add cwd parameter to hook
       new  55e2902   add tests for hook cwd
       new  6d40c57   fix variable name in hook test
       new  4d0276a   Add NEWS entry.
       new  505c40b   Start on 0.18.5.
       new  d4899f0   Raise FileLocked in GitFile.
       new  e5be01a   Properly use origin parameter in porcelain.clone()
       new  755f2e3   Update NEWS.
       new  f6ad47b   Force IndexEntry for newly assigned index entries.
       new  82e1350   Fix formatting.
       new  2a6d5bb   Silently ignore directories passed to Repo.stage(). Fixes #564
       new  4a8e67f   Remove unused variable.
       new  fe7b856   Fix python3 build.
       new  7116a0c   Prevent setting SSH arguments in SSH URLs when using subprocess SSH client.
       new  bcdb90e   Release 0.18.5
       new  068bb54   New upstream version 0.18.5

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS                             | 23 +++++++++++++++++
 PKG-INFO                         |  2 +-
 dulwich.egg-info/PKG-INFO        |  2 +-
 dulwich/__init__.py              |  2 +-
 dulwich/client.py                |  9 +++++++
 dulwich/file.py                  | 22 +++++++++++++---
 dulwich/hooks.py                 | 14 +++++++----
 dulwich/index.py                 |  2 +-
 dulwich/porcelain.py             |  7 +++---
 dulwich/repo.py                  | 12 ++++++---
 dulwich/tests/test_client.py     | 10 ++++++++
 dulwich/tests/test_file.py       |  7 +++---
 dulwich/tests/test_hooks.py      | 54 +++++++++++++++++++++++++++++-----------
 dulwich/tests/test_repository.py |  6 +++++
 setup.py                         |  2 +-
 15 files changed, 137 insertions(+), 37 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dulwich.git



More information about the Python-modules-commits mailing list