[Python-modules-commits] [dulwich] 06/10: New upstream version 0.16.3
Jelmer Vernooij
jelmer at moszumanska.debian.org
Sat Jan 14 20:35:22 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 50ad4d8af755cfc242d32ce84017c40c65138e77
Merge: 5d7d8c1 bcb1fbe
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date: Sat Jan 14 20:11:54 2017 +0000
New upstream version 0.16.3
.travis.yml | 8 ++++++++
NEWS | 7 +++++++
PKG-INFO | 2 +-
dulwich.egg-info/PKG-INFO | 2 +-
dulwich/__init__.py | 2 +-
dulwich/index.py | 11 +++++++----
dulwich/tests/test_index.py | 3 ++-
setup.py | 2 +-
tox.ini | 5 ++++-
9 files changed, 32 insertions(+), 10 deletions(-)
diff --cc PKG-INFO
index 6935c4f,0000000..8075d47
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.2
++Version: 0.16.3
+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 6935c4f,0000000..8075d47
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.2
++Version: 0.16.3
+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
--
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