[Python-modules-commits] [dulwich] 16/19: New upstream version 0.18.5

Jelmer Vernooij jelmer at moszumanska.debian.org
Sun Oct 29 17:22:29 UTC 2017


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

jelmer pushed a commit to branch master
in repository dulwich.

commit 068bb54c5edad6755afb4bd445806dab0fb10333
Merge: c3eac2e bcdb90e
Author: Jelmer Vernooij <jelmer at debian.org>
Date:   Sun Oct 29 16:44:45 2017 +0000

    New upstream version 0.18.5

 NEWS                             | 23 +++++++++++++++++
 PKG-INFO                         |  2 +-
 dulwich.egg-info/PKG-INFO        |  2 +-
 dulwich/__init__.py              |  2 +-
 dulwich/client.py                |  9 +++++++
 dulwich/file.py                  | 22 +++++++++++++---
 dulwich/hooks.py                 | 14 +++++++----
 dulwich/index.py                 |  2 +-
 dulwich/porcelain.py             |  7 +++---
 dulwich/repo.py                  | 12 ++++++---
 dulwich/tests/test_client.py     | 10 ++++++++
 dulwich/tests/test_file.py       |  7 +++---
 dulwich/tests/test_hooks.py      | 54 +++++++++++++++++++++++++++++-----------
 dulwich/tests/test_repository.py |  6 +++++
 setup.py                         |  2 +-
 15 files changed, 137 insertions(+), 37 deletions(-)

diff --cc PKG-INFO
index c469db4,0000000..f39240d
mode 100644,000000..100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@@ -1,32 -1,0 +1,32 @@@
 +Metadata-Version: 1.1
 +Name: dulwich
- Version: 0.18.4
++Version: 0.18.5
 +Summary: Python Git Library
 +Home-page: https://www.dulwich.io/
 +Author: UNKNOWN
 +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.3
 +Classifier: Programming Language :: Python :: 3.4
 +Classifier: Programming Language :: Python :: 3.5
 +Classifier: Programming Language :: Python :: 3.6
 +Classifier: Programming Language :: Python :: Implementation :: CPython
 +Classifier: Programming Language :: Python :: Implementation :: PyPy
 +Classifier: Operating System :: POSIX
 +Classifier: Operating System :: Microsoft :: Windows
 +Classifier: Topic :: Software Development :: Version Control
diff --cc dulwich.egg-info/PKG-INFO
index c469db4,0000000..f39240d
mode 100644,000000..100644
--- a/dulwich.egg-info/PKG-INFO
+++ b/dulwich.egg-info/PKG-INFO
@@@ -1,32 -1,0 +1,32 @@@
 +Metadata-Version: 1.1
 +Name: dulwich
- Version: 0.18.4
++Version: 0.18.5
 +Summary: Python Git Library
 +Home-page: https://www.dulwich.io/
 +Author: UNKNOWN
 +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.3
 +Classifier: Programming Language :: Python :: 3.4
 +Classifier: Programming Language :: Python :: 3.5
 +Classifier: Programming Language :: Python :: 3.6
 +Classifier: Programming Language :: Python :: Implementation :: CPython
 +Classifier: Programming Language :: Python :: Implementation :: PyPy
 +Classifier: Operating System :: POSIX
 +Classifier: Operating System :: Microsoft :: Windows
 +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