[Python-modules-commits] [dulwich] branch master updated (cd81a80 -> 6305dd2)
Jelmer Vernooij
jelmer at moszumanska.debian.org
Sun Apr 24 15:46:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
jelmer pushed a change to branch master
in repository dulwich.
from cd81a80 Fixed VCS URL (https)
new 27303a2 Update upstream key.
new 7b345fd Start on 0.12.1.
new 335cb4c Ship .travis.yml.
new b0f5fbd Agree to relicensing.
new 4cc972c Provide abort() when working in thin client mode.
new 9e5d92f Support the ssh: URL scheme.
new b44926c Fix typos in the documentation.
new 74e1975 server: trivial comment fix
new a5d6568 Fix a couple of compiler warnings
new 9960b5a tox.ini: add support for Python 3.5
new 559accd .travis.yml: add Python 3.5
new f8e4295 Support completely empty messages in git objects
new cf6b56c Merge support for empty messages in git commits and tags by Nicolas Dandrimont.
new 3004c89 Fix 'status' in newly initialized trees.
new e680479 Drop support for python 2.6.
new 7b70438 Don't use deprecated assertEquals.
new 6ba8bba Fix hang on Gzip decompression
new 824884e Update NEWS.
new fe9bf84 Don't expect 'wsgi.input' to have working 'seek' method
new 3a1025e Merge remote-tracking branch 'jonashaag/fix-140'
new f8856c0 Use headers.get() to get Content-Type; improves Python3 compatibility.
new d036356 Avoid getheaders() - incompatible with Python3.
new ff8a613 Fix Python3 client web support.
new 02ba02d Fastimport python3 support.
new e7ccd22 when emitting a fastimport.FileModifyCommand referencing a Blob the marker need to be prefixed by :
new dc5d21e Add test to verify objects stored in MemoryObjectStore can not be lost when they are modified.
new b98c945 Don't rely on MemoryObjectStore returning the exact same object.
new e099e14 Use copies rather than references in MemoryObjectStore.
new fc6f202 Fix #295: Python 3 compatibility for dulwich.web
new d1e6036 Fix unit tests
new 9419880 Use assertIn / assertNotIn for easier debugging.
new 18884ba Fix fastimport support on python3.4.
new 8eb37d3 Update NEWS, README.md to reflect fixing of #295.
new 528f011 Release 0.13.0.
new dd41028 Imported Upstream version 0.13.0
new 6bdf8ba Merge tag 'upstream/0.13.0' into unstable
new 698ef80 Fix debian branch name.
new acf558a New upstream release.
new 66e5fbd Bump standards version to 3.9.7.
new 15ca5f9 Add some lintian overrides for git files that are used for testing.
new 240a345 Ignore debhelper build stamp.
new dfb4e56 Fix lintian overrides syntax.
new 6305dd2 releasing package dulwich version 0.13.0-1
The 43 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:
.travis.yml | 28 +
MANIFEST.in | 1 +
Makefile | 4 -
NEWS | 35 +
PKG-INFO | 2 +-
README.md | 1 -
debian/.gitignore | 1 +
debian/changelog | 14 +-
debian/control | 6 +-
debian/gbp.conf | 2 +-
debian/python-dulwich.lintian-overrides | 1 +
debian/python3-dulwich.lintian-overrides | 2 +
debian/upstream/signing-key.asc | 19681 ++++++++++++++++-------------
docs/protocol.txt | 2 +-
docs/tutorial/file-format.txt | 4 +-
docs/tutorial/object-store.txt | 2 +-
docs/tutorial/repo.txt | 2 +-
dulwich.egg-info/PKG-INFO | 2 +-
dulwich.egg-info/SOURCES.txt | 2 +-
dulwich/__init__.py | 2 +-
dulwich/_compat.py | 963 --
dulwich/_pack.c | 16 +-
dulwich/client.py | 50 +-
dulwich/config.py | 14 +-
dulwich/contrib/test_swift.py | 5 +-
dulwich/fastexport.py | 39 +-
dulwich/object_store.py | 8 +-
dulwich/objects.py | 29 +-
dulwich/porcelain.py | 7 +-
dulwich/server.py | 2 +-
dulwich/tests/__init__.py | 5 +-
dulwich/tests/compat/test_client.py | 24 +-
dulwich/tests/compat/test_web.py | 22 +-
dulwich/tests/test_archive.py | 3 -
dulwich/tests/test_client.py | 10 +-
dulwich/tests/test_fastexport.py | 86 +-
dulwich/tests/test_object_store.py | 14 +
dulwich/tests/test_objects.py | 27 +-
dulwich/tests/test_patch.py | 4 -
dulwich/tests/test_porcelain.py | 7 +
dulwich/tests/test_web.py | 66 +-
dulwich/tests/utils.py | 2 -
dulwich/web.py | 27 +-
setup.py | 4 +-
tox.ini | 7 +-
45 files changed, 11617 insertions(+), 9618 deletions(-)
create mode 100644 .travis.yml
create mode 100644 debian/python-dulwich.lintian-overrides
create mode 100644 debian/python3-dulwich.lintian-overrides
delete mode 100644 dulwich/_compat.py
--
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