[Python-modules-commits] [dulwich] 11/14: Imported Upstream version 0.14.1

Jelmer Vernooij jelmer at moszumanska.debian.org
Tue Jul 5 23:27:29 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 8d254b934e850d201554282716055b7f0e14dd46
Merge: 8bb0011 48a996e
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Tue Jul 5 23:04:08 2016 +0000

    Imported Upstream version 0.14.1

 NEWS                          | 10 +++++
 PKG-INFO                      |  2 +-
 dulwich.egg-info/PKG-INFO     |  2 +-
 dulwich/__init__.py           |  2 +-
 dulwich/client.py             |  9 ++---
 dulwich/contrib/swift.py      | 42 +++++++++++----------
 dulwich/contrib/test_swift.py | 88 +++++++++++++++++++++++--------------------
 dulwich/refs.py               |  2 +-
 dulwich/tests/test_client.py  | 26 +++++++++++++
 setup.py                      |  4 +-
 10 files changed, 116 insertions(+), 71 deletions(-)

diff --cc PKG-INFO
index 9ab7a82,0000000..e1fc928
mode 100644,000000..100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@@ -1,29 -1,0 +1,29 @@@
 +Metadata-Version: 1.1
 +Name: dulwich
- Version: 0.14.0
++Version: 0.14.1
 +Summary: Python Git Library
 +Home-page: https://www.dulwich.io/
 +Author: Jelmer Vernooij
 +Author-email: jelmer at jelmer.uk
 +License: GPLv2 or later
 +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 :: GNU General Public License v2 or later (GPLv2+)
 +Classifier: Programming Language :: Python :: 2.6
 +Classifier: Programming Language :: Python :: 2.7
 +Classifier: Programming Language :: Python :: 3.4
 +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 9ab7a82,0000000..e1fc928
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.14.0
++Version: 0.14.1
 +Summary: Python Git Library
 +Home-page: https://www.dulwich.io/
 +Author: Jelmer Vernooij
 +Author-email: jelmer at jelmer.uk
 +License: GPLv2 or later
 +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 :: GNU General Public License v2 or later (GPLv2+)
 +Classifier: Programming Language :: Python :: 2.6
 +Classifier: Programming Language :: Python :: 2.7
 +Classifier: Programming Language :: Python :: 3.4
 +Classifier: Programming Language :: Python :: Implementation :: CPython
 +Classifier: Programming Language :: Python :: Implementation :: PyPy
 +Classifier: Operating System :: POSIX
 +Classifier: Topic :: Software Development :: Version Control

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