[Python-modules-commits] [dulwich] branch master updated (c9a2616 -> f056532)
Jelmer Vernooij
jelmer at moszumanska.debian.org
Mon Jul 31 01:38:54 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 c9a2616 Commit Debian 3.0 (quilt) metadata
new 81d51d0 Refresh upstream signing key.
new e82e290 New upstream version 0.18.0
new 4cc1f1d Updated version 0.18.0 from 'upstream/0.18.0'
new ca2d0d9 New upstream release.
new 44ae927 Drop auto patch.
new 4d7c6c4 releasing package dulwich version 0.18.0-1
new f056532 Commit Debian 3.0 (quilt) metadata
The 7 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 | 45 +-
AUTHORS | 137 +-
Makefile | 4 +
NEWS | 239 +-
PKG-INFO | 9 +-
README.md | 38 +
appveyor.yml | 91 +-
bin/dulwich | 13 +
debian/changelog | 7 +
...53d182358669aa689f3f5f39d62a7a2d4eae-1500940805 | 73 -
...6c481bd37f3d03e3d538fbe336fb5f5b3781-1501464547 | 60 +
debian/patches/series | 2 +-
debian/upstream/signing-key.asc | 11850 +------------------
docs/conf.py | 91 +-
docs/tutorial/file-format.txt | 4 +-
docs/tutorial/porcelain.txt | 6 +
docs/tutorial/remote.txt | 2 +-
dulwich.egg-info/PKG-INFO | 9 +-
dulwich.egg-info/SOURCES.txt | 22 +-
dulwich/__init__.py | 2 +-
dulwich/_diff_tree.c | 12 +-
dulwich/_objects.c | 14 +-
dulwich/_pack.c | 21 +-
dulwich/archive.py | 12 +-
dulwich/client.py | 191 +-
dulwich/config.py | 29 +-
dulwich/contrib/paramiko_vendor.py | 3 +-
dulwich/contrib/swift.py | 15 +-
dulwich/contrib/test_swift.py | 28 +-
dulwich/contrib/test_swift_smoke.py | 18 +-
dulwich/diff_tree.py | 26 +-
dulwich/errors.py | 13 +-
dulwich/fastexport.py | 51 +-
dulwich/file.py | 20 +-
dulwich/ignore.py | 358 +
dulwich/index.py | 57 +-
dulwich/log_utils.py | 3 +-
dulwich/object_store.py | 76 +-
dulwich/objects.py | 105 +-
dulwich/objectspec.py | 19 +-
dulwich/pack.py | 110 +-
dulwich/patch.py | 30 +-
dulwich/porcelain.py | 270 +-
dulwich/protocol.py | 32 +-
dulwich/reflog.py | 8 +-
dulwich/refs.py | 44 +-
dulwich/repo.py | 61 +-
dulwich/server.py | 119 +-
dulwich/tests/__init__.py | 28 +-
dulwich/tests/compat/__init__.py | 1 +
dulwich/tests/compat/server_utils.py | 54 +-
dulwich/tests/compat/test_client.py | 80 +-
dulwich/tests/compat/test_pack.py | 1 +
dulwich/tests/compat/test_repository.py | 16 +-
dulwich/tests/compat/test_server.py | 8 +-
dulwich/tests/compat/test_web.py | 14 +-
dulwich/tests/compat/utils.py | 4 +-
dulwich/tests/test_archive.py | 1 -
dulwich/tests/test_client.py | 112 +-
dulwich/tests/test_config.py | 39 +-
dulwich/tests/test_diff_tree.py | 132 +-
dulwich/tests/test_fastexport.py | 76 +-
dulwich/tests/test_greenthreads.py | 23 +-
dulwich/tests/test_ignore.py | 260 +
dulwich/tests/test_index.py | 114 +-
dulwich/tests/test_lru_cache.py | 57 +-
dulwich/tests/test_missing_obj_finder.py | 64 +-
dulwich/tests/test_object_store.py | 51 +-
dulwich/tests/test_objects.py | 123 +-
dulwich/tests/test_objectspec.py | 38 +-
dulwich/tests/test_pack.py | 94 +-
dulwich/tests/test_patch.py | 134 +-
dulwich/tests/test_porcelain.py | 457 +-
dulwich/tests/test_protocol.py | 21 +-
dulwich/tests/test_reflog.py | 12 +-
dulwich/tests/test_refs.py | 40 +-
dulwich/tests/test_repository.py | 243 +-
dulwich/tests/test_server.py | 73 +-
dulwich/tests/test_walk.py | 32 +-
dulwich/tests/test_web.py | 34 +-
dulwich/tests/utils.py | 25 +-
dulwich/walk.py | 36 +-
dulwich/web.py | 28 +-
setup.py | 50 +-
84 files changed, 4119 insertions(+), 12905 deletions(-)
delete mode 100644 debian/patches/auto-0.17.3-2-1c5c53d182358669aa689f3f5f39d62a7a2d4eae-1500940805
create mode 100644 debian/patches/auto-0.18.0-1-4d7c6c481bd37f3d03e3d538fbe336fb5f5b3781-1501464547
create mode 100644 dulwich/ignore.py
create mode 100644 dulwich/tests/test_ignore.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