[Python-modules-commits] [dulwich] 06/09: New upstream version 0.16.1

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Dec 25 13:51:23 UTC 2016


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

jelmer pushed a commit to branch master
in repository dulwich.

commit b34ce656dfab198abd7c38a31e9213baa2711574
Merge: f19daa1 91716fa
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Sun Dec 25 13:42:44 2016 +0000

    New upstream version 0.16.1

 NEWS                                               |  7 ++++++
 PKG-INFO                                           |  2 +-
 dulwich.egg-info/PKG-INFO                          |  2 +-
 dulwich.egg-info/SOURCES.txt                       |  1 +
 dulwich/__init__.py                                |  2 +-
 dulwich/client.py                                  |  1 +
 dulwich/contrib/release_robot.py                   | 25 +++++++++++++++++++---
 .../{__init__.py => contrib/test_release_robot.py} | 24 ++++++++++++++++-----
 setup.py                                           |  2 +-
 9 files changed, 54 insertions(+), 12 deletions(-)

diff --cc PKG-INFO
index 9733cd5,0000000..98a87b0
mode 100644,000000..100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@@ -1,29 -1,0 +1,29 @@@
 +Metadata-Version: 1.1
 +Name: dulwich
- Version: 0.16.0
++Version: 0.16.1
 +Summary: Python Git Library
 +Home-page: https://www.dulwich.io/
 +Author: Jelmer Vernooij
 +Author-email: jelmer at jelmer.uk
 +License: Apachev2 or later or GPLv2
 +Description: 
 +              Python implementation of the Git file formats and protocols,
 +              without the need to have git installed.
 +        
 +              All functionality is available in pure Python. Optional
 +              C extensions can be built for improved performance.
 +        
 +              The project is named after the part of London that Mr. and Mrs. Git live in
 +              in the particular Monty Python sketch.
 +              
 +Keywords: git
 +Platform: UNKNOWN
 +Classifier: Development Status :: 4 - Beta
 +Classifier: License :: OSI Approved :: Apache Software License
 +Classifier: Programming Language :: Python :: 2.7
 +Classifier: Programming Language :: Python :: 3.4
 +Classifier: Programming Language :: Python :: 3.5
 +Classifier: Programming Language :: Python :: Implementation :: CPython
 +Classifier: Programming Language :: Python :: Implementation :: PyPy
 +Classifier: Operating System :: POSIX
 +Classifier: Topic :: Software Development :: Version Control
diff --cc dulwich.egg-info/PKG-INFO
index 9733cd5,0000000..98a87b0
mode 100644,000000..100644
--- a/dulwich.egg-info/PKG-INFO
+++ b/dulwich.egg-info/PKG-INFO
@@@ -1,29 -1,0 +1,29 @@@
 +Metadata-Version: 1.1
 +Name: dulwich
- Version: 0.16.0
++Version: 0.16.1
 +Summary: Python Git Library
 +Home-page: https://www.dulwich.io/
 +Author: Jelmer Vernooij
 +Author-email: jelmer at jelmer.uk
 +License: Apachev2 or later or GPLv2
 +Description: 
 +              Python implementation of the Git file formats and protocols,
 +              without the need to have git installed.
 +        
 +              All functionality is available in pure Python. Optional
 +              C extensions can be built for improved performance.
 +        
 +              The project is named after the part of London that Mr. and Mrs. Git live in
 +              in the particular Monty Python sketch.
 +              
 +Keywords: git
 +Platform: UNKNOWN
 +Classifier: Development Status :: 4 - Beta
 +Classifier: License :: OSI Approved :: Apache Software License
 +Classifier: Programming Language :: Python :: 2.7
 +Classifier: Programming Language :: Python :: 3.4
 +Classifier: Programming Language :: Python :: 3.5
 +Classifier: Programming Language :: Python :: Implementation :: CPython
 +Classifier: Programming Language :: Python :: Implementation :: PyPy
 +Classifier: Operating System :: POSIX
 +Classifier: Topic :: Software Development :: Version Control
diff --cc dulwich.egg-info/SOURCES.txt
index eb24a8b,0000000..b0b319a
mode 100644,000000..100644
--- a/dulwich.egg-info/SOURCES.txt
+++ b/dulwich.egg-info/SOURCES.txt
@@@ -1,195 -1,0 +1,196 @@@
 +.testr.conf
 +.travis.yml
 +AUTHORS
 +COPYING
 +MANIFEST.in
 +Makefile
 +NEWS
 +README.md
 +TODO
 +appveyor.yml
 +dulwich.cfg
 +setup.cfg
 +setup.py
 +tox.ini
 +bin/dul-receive-pack
 +bin/dul-upload-pack
 +bin/dulwich
 +docs/Makefile
 +docs/conf.py
 +docs/index.txt
 +docs/make.bat
 +docs/performance.txt
 +docs/protocol.txt
 +docs/tutorial/Makefile
 +docs/tutorial/conclusion.txt
 +docs/tutorial/encoding.txt
 +docs/tutorial/file-format.txt
 +docs/tutorial/index.txt
 +docs/tutorial/introduction.txt
 +docs/tutorial/object-store.txt
 +docs/tutorial/porcelain.txt
 +docs/tutorial/remote.txt
 +docs/tutorial/repo.txt
 +docs/tutorial/tag.txt
 +dulwich/__init__.py
 +dulwich/_diff_tree.c
 +dulwich/_objects.c
 +dulwich/_pack.c
 +dulwich/archive.py
 +dulwich/client.py
 +dulwich/config.py
 +dulwich/diff_tree.py
 +dulwich/errors.py
 +dulwich/fastexport.py
 +dulwich/file.py
 +dulwich/greenthreads.py
 +dulwich/hooks.py
 +dulwich/index.py
 +dulwich/log_utils.py
 +dulwich/lru_cache.py
 +dulwich/object_store.py
 +dulwich/objects.py
 +dulwich/objectspec.py
 +dulwich/pack.py
 +dulwich/patch.py
 +dulwich/porcelain.py
 +dulwich/protocol.py
 +dulwich/reflog.py
 +dulwich/refs.py
 +dulwich/repo.py
 +dulwich/server.py
 +dulwich/stdint.h
 +dulwich/walk.py
 +dulwich/web.py
 +dulwich.egg-info/PKG-INFO
 +dulwich.egg-info/SOURCES.txt
 +dulwich.egg-info/dependency_links.txt
 +dulwich.egg-info/top_level.txt
 +dulwich/contrib/__init__.py
 +dulwich/contrib/paramiko_vendor.py
 +dulwich/contrib/release_robot.py
 +dulwich/contrib/swift.py
++dulwich/contrib/test_release_robot.py
 +dulwich/contrib/test_swift.py
 +dulwich/contrib/test_swift_smoke.py
 +dulwich/tests/__init__.py
 +dulwich/tests/test_archive.py
 +dulwich/tests/test_blackbox.py
 +dulwich/tests/test_client.py
 +dulwich/tests/test_config.py
 +dulwich/tests/test_diff_tree.py
 +dulwich/tests/test_fastexport.py
 +dulwich/tests/test_file.py
 +dulwich/tests/test_grafts.py
 +dulwich/tests/test_greenthreads.py
 +dulwich/tests/test_hooks.py
 +dulwich/tests/test_index.py
 +dulwich/tests/test_lru_cache.py
 +dulwich/tests/test_missing_obj_finder.py
 +dulwich/tests/test_object_store.py
 +dulwich/tests/test_objects.py
 +dulwich/tests/test_objectspec.py
 +dulwich/tests/test_pack.py
 +dulwich/tests/test_patch.py
 +dulwich/tests/test_porcelain.py
 +dulwich/tests/test_protocol.py
 +dulwich/tests/test_reflog.py
 +dulwich/tests/test_refs.py
 +dulwich/tests/test_repository.py
 +dulwich/tests/test_server.py
 +dulwich/tests/test_utils.py
 +dulwich/tests/test_walk.py
 +dulwich/tests/test_web.py
 +dulwich/tests/utils.py
 +dulwich/tests/compat/__init__.py
 +dulwich/tests/compat/server_utils.py
 +dulwich/tests/compat/test_client.py
 +dulwich/tests/compat/test_pack.py
 +dulwich/tests/compat/test_repository.py
 +dulwich/tests/compat/test_server.py
 +dulwich/tests/compat/test_utils.py
 +dulwich/tests/compat/test_web.py
 +dulwich/tests/compat/utils.py
 +dulwich/tests/data/blobs/11/11111111111111111111111111111111111111
 +dulwich/tests/data/blobs/6f/670c0fb53f9463760b7295fbb814e965fb20c8
 +dulwich/tests/data/blobs/95/4a536f7819d40e6f637f849ee187dd10066349
 +dulwich/tests/data/blobs/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
 +dulwich/tests/data/commits/0d/89f20333fbb1d2f3a94da77f4981373d8f4310
 +dulwich/tests/data/commits/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc
 +dulwich/tests/data/commits/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e
 +dulwich/tests/data/indexes/index
 +dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.idx
 +dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.pack
 +dulwich/tests/data/repos/.gitattributes
 +dulwich/tests/data/repos/issue88_expect_ack_nak_client.export
 +dulwich/tests/data/repos/issue88_expect_ack_nak_other.export
 +dulwich/tests/data/repos/issue88_expect_ack_nak_server.export
 +dulwich/tests/data/repos/server_new.export
 +dulwich/tests/data/repos/server_old.export
 +dulwich/tests/data/repos/a.git/HEAD
 +dulwich/tests/data/repos/a.git/packed-refs
 +dulwich/tests/data/repos/a.git/objects/28/237f4dc30d0d462658d6b937b08a0f0b6ef55a
 +dulwich/tests/data/repos/a.git/objects/2a/72d929692c41d8554c07f6301757ba18a65d91
 +dulwich/tests/data/repos/a.git/objects/4e/f30bbfe26431a69c3820d3a683df54d688f2ec
 +dulwich/tests/data/repos/a.git/objects/4f/2e6529203aa6d44b5af6e3292c837ceda003f9
 +dulwich/tests/data/repos/a.git/objects/7d/9a07d797595ef11344549b8d08198e48c15364
 +dulwich/tests/data/repos/a.git/objects/a2/96d0bb611188cabb256919f36bc30117cca005
 +dulwich/tests/data/repos/a.git/objects/a9/0fa2d900a17e99b433217e988c4eb4a2e9a097
 +dulwich/tests/data/repos/a.git/objects/b0/931cadc54336e78a1d980420e3268903b57a50
 +dulwich/tests/data/repos/a.git/objects/ff/d47d45845a8f6576491e1edb97e3fe6a850e7f
 +dulwich/tests/data/repos/a.git/refs/heads/master
 +dulwich/tests/data/repos/a.git/refs/tags/mytag
 +dulwich/tests/data/repos/empty.git/HEAD
 +dulwich/tests/data/repos/empty.git/config
 +dulwich/tests/data/repos/empty.git/objects/info/.gitignore
 +dulwich/tests/data/repos/empty.git/objects/pack/.gitignore
 +dulwich/tests/data/repos/empty.git/refs/heads/.gitignore
 +dulwich/tests/data/repos/empty.git/refs/tags/.gitignore
 +dulwich/tests/data/repos/ooo_merge.git/HEAD
 +dulwich/tests/data/repos/ooo_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b
 +dulwich/tests/data/repos/ooo_merge.git/objects/38/74e9c60a6d149c44c928140f250d81e6381520
 +dulwich/tests/data/repos/ooo_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8
 +dulwich/tests/data/repos/ooo_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
 +dulwich/tests/data/repos/ooo_merge.git/objects/76/01d7f6231db6a57f7bbb79ee52e4d462fd44d1
 +dulwich/tests/data/repos/ooo_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870
 +dulwich/tests/data/repos/ooo_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349
 +dulwich/tests/data/repos/ooo_merge.git/objects/b2/a2766a2879c209ab1176e7e778b81ae422eeaa
 +dulwich/tests/data/repos/ooo_merge.git/objects/f5/07291b64138b875c28e03469025b1ea20bc614
 +dulwich/tests/data/repos/ooo_merge.git/objects/f9/e39b120c68182a4ba35349f832d0e4e61f485c
 +dulwich/tests/data/repos/ooo_merge.git/objects/fb/5b0425c7ce46959bec94d54b9a157645e114f5
 +dulwich/tests/data/repos/ooo_merge.git/refs/heads/master
 +dulwich/tests/data/repos/refs.git/HEAD
 +dulwich/tests/data/repos/refs.git/packed-refs
 +dulwich/tests/data/repos/refs.git/objects/3b/9e5457140e738c2dcd39bf6d7acf88379b90d1
 +dulwich/tests/data/repos/refs.git/objects/3e/c9c43c84ff242e3ef4a9fc5bc111fd780a76a8
 +dulwich/tests/data/repos/refs.git/objects/42/d06bd4b77fed026b154d16493e5deab78f02ec
 +dulwich/tests/data/repos/refs.git/objects/a1/8114c31713746a33a2e70d9914d1ef3e781425
 +dulwich/tests/data/repos/refs.git/objects/cd/a609072918d7b70057b6bef9f4c2537843fcfe
 +dulwich/tests/data/repos/refs.git/objects/df/6800012397fb85c56e7418dd4eb9405dee075c
 +dulwich/tests/data/repos/refs.git/refs/heads/40-char-ref-aaaaaaaaaaaaaaaaaa
 +dulwich/tests/data/repos/refs.git/refs/heads/loop
 +dulwich/tests/data/repos/refs.git/refs/heads/master
 +dulwich/tests/data/repos/refs.git/refs/tags/refs-0.2
 +dulwich/tests/data/repos/simple_merge.git/HEAD
 +dulwich/tests/data/repos/simple_merge.git/objects/0d/89f20333fbb1d2f3a94da77f4981373d8f4310
 +dulwich/tests/data/repos/simple_merge.git/objects/1b/6318f651a534b38f9c7aedeebbd56c1e896853
 +dulwich/tests/data/repos/simple_merge.git/objects/29/69be3e8ee1c0222396a5611407e4769f14e54b
 +dulwich/tests/data/repos/simple_merge.git/objects/4c/ffe90e0a41ad3f5190079d7c8f036bde29cbe6
 +dulwich/tests/data/repos/simple_merge.git/objects/5d/ac377bdded4c9aeb8dff595f0faeebcc8498cc
 +dulwich/tests/data/repos/simple_merge.git/objects/60/dacdc733de308bb77bb76ce0fb0f9b44c9769e
 +dulwich/tests/data/repos/simple_merge.git/objects/6f/670c0fb53f9463760b7295fbb814e965fb20c8
 +dulwich/tests/data/repos/simple_merge.git/objects/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
 +dulwich/tests/data/repos/simple_merge.git/objects/90/182552c4a85a45ec2a835cadc3451bebdfe870
 +dulwich/tests/data/repos/simple_merge.git/objects/95/4a536f7819d40e6f637f849ee187dd10066349
 +dulwich/tests/data/repos/simple_merge.git/objects/ab/64bbdcc51b170d21588e5c5d391ee5c0c96dfd
 +dulwich/tests/data/repos/simple_merge.git/objects/d4/bdad6549dfedf25d3b89d21f506aff575b28a7
 +dulwich/tests/data/repos/simple_merge.git/objects/d8/0c186a03f423a81b39df39dc87fd269736ca86
 +dulwich/tests/data/repos/simple_merge.git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
 +dulwich/tests/data/repos/simple_merge.git/refs/heads/master
 +dulwich/tests/data/repos/submodule/dotgit
 +dulwich/tests/data/tags/71/033db03a03c6a36721efcf1968dd8f8e0cf023
 +dulwich/tests/data/trees/70/c190eb48fa8bbb50ddc692a17b44cb781af7f6
 +examples/clone.py
 +examples/config.py
 +examples/diff.py
 +examples/latest_change.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