[Python-modules-commits] [dulwich] branch master updated (ba5a708 -> 37c5565)

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Jun 18 20:21:43 UTC 2017


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

jelmer pushed a change to branch master
in repository dulwich.

      from  ba5a708   Add debian-specific .travis.yml.
       new  14e75b8   New upstream release.
       new  6c98152   Bump standards version to 4.0.0 (no changes).
       new  2f07f2c   Patch in Debian source files.
       new  c2df667   Start on 0.17.2.
       new  85b04f7   Add test for #509 based on snippet posted by Victor Stinner.
       new  40ab981   Replace PyString_AsString with PyString_AS_STRING
       new  493ec5d   Update NEWS.
       new  6a5668b   Run tests against python3.6.
       new  60eaa90   Properly quote config values with a # character. Fixes #511
       new  5fbf935   Release 0.17.2.
       new  0eb82a5   Start on 0.17.3.
       new  5a1e982   Enable codecov.
       new  690b9e3   Actually add source directory.
       new  4b93fbd   Use ConfigParser.read_file if available.
       new  bd0ea5a   Close repositories used in tests.
       new  f4c3a80   Run tests on Python3.3.
       new  ae99b65   List Python 3.3 as supported. Fixes #513.
       new  26833d2   Check for specific warning rather than matching entire list. Should fix the build on python 3.4.
       new  4f53c92   Use travis' simpler cache definitions
       new  23d34ab   Separate installation/testing into travis's phases
       new  5230038   Simplify travis job definitions
       new  3ce9b80   Remove duplicate _extra, _parents and _encoding from slots for Commit.
       new  49e4885   Build with pypy3.
       new  0539a76   Add NEWS entry about pypy3 support.
       new  5976b3e   Release 0.17.3
       new  50aa77c   New upstream version 0.17.3
       new  970f85f   Merge branch 'upstream' into unstable
       new  27776f9   Refresh patch.
       new  37c5565   releasing package dulwich version 0.17.3-1

The 29 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                             | 21 +++++++++++++++++++++
 PKG-INFO                         |  4 +++-
 README.md                        |  2 +-
 debian/changelog                 |  7 +++++++
 debian/control                   |  2 +-
 debian/patches/series            |  1 +
 debian/patches/sources_debian    | 39 +++++++++++++++++++++++++++++++++++++++
 dulwich.egg-info/PKG-INFO        |  4 +++-
 dulwich.egg-info/SOURCES.txt     | 20 ++++++++++++++++++++
 dulwich/__init__.py              |  2 +-
 dulwich/_diff_tree.c             |  1 -
 dulwich/_pack.c                  |  6 +++---
 dulwich/config.py                |  3 ++-
 dulwich/contrib/swift.py         |  6 +++++-
 dulwich/objects.py               |  4 ++--
 dulwich/tests/test_config.py     |  7 +++++++
 dulwich/tests/test_pack.py       | 30 ++++++++++++++++++++++++++++++
 dulwich/tests/test_repository.py | 24 ++++++++++++++++++------
 setup.py                         |  4 +++-
 tox.ini                          |  2 +-
 20 files changed, 168 insertions(+), 21 deletions(-)
 create mode 100644 debian/patches/sources_debian

-- 
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