New upstream version 0.19.0 upstream/0.19.0
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 10 Mar 2018 21:30:50 +0000 (21:30 +0000)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sat, 10 Mar 2018 21:30:50 +0000 (21:30 +0000)
1  2 
MANIFEST.in
PKG-INFO

diff --cc MANIFEST.in
index bd727e2c50fc4fde98844a4bba9718d3d425c811,bd727e2c50fc4fde98844a4bba9718d3d425c811..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,18 -1,18 +1,0 @@@
--include NEWS
--include AUTHORS
--include README.md
--include README.swift.md
--include Makefile
--include COPYING
--include CONTRIBUTING.md
--include TODO
--include setup.cfg
--include dulwich/stdint.h
--recursive-include docs conf.py *.txt Makefile make.bat
--recursive-include examples *.py
--graft dulwich/tests/data
--include tox.ini
--include dulwich.cfg
--include appveyor.yml
--include .testr.conf
--include .travis.yml
diff --cc PKG-INFO
index f39240d7dd08f0c23e74bd9a0868f51b4e9e402a,0000000000000000000000000000000000000000..7646f5d95728d8b5e855f5e29a81a7948c035df2
mode 100644,000000..100644
--- /dev/null
+++ b/PKG-INFO
@@@ -1,32 -1,0 +1,32 @@@
- Version: 0.18.5
 +Metadata-Version: 1.1
 +Name: dulwich
++Version: 0.19.0
 +Summary: Python Git Library
 +Home-page: https://www.dulwich.io/
 +Author: UNKNOWN
 +Author-email: jelmer@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