[Python-modules-commits] [subvertpy] 11/17: New upstream version 0.10.1

Jelmer Vernooij jelmer at moszumanska.debian.org
Wed Jul 19 23:58:43 UTC 2017


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

jelmer pushed a commit to branch master
in repository subvertpy.

commit 6b99d9ba1393b52f107eb6b20b5d4a113e23c0d9
Merge: 22244ef a06e905
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Wed Jul 19 23:45:34 2017 +0000

    New upstream version 0.10.1

 MANIFEST.in                 |   4 +
 Makefile                    |  38 +++
 NEWS                        |  10 +-
 PKG-INFO                    |   4 +-
 README.md                   |  65 +++++
 bin/subvertpy-fast-export   |  52 ++--
 man/subvertpy-fast-export.1 |  39 +++
 setup.py                    |   2 +-
 subvertpy.cfg               |   5 +
 subvertpy/__init__.py       |   2 +-
 subvertpy/_ra.c             |  38 +--
 subvertpy/client.c          | 639 ++++++++++++++++++++++----------------------
 subvertpy/editor.h          |  12 +-
 subvertpy/ra.h              |   2 +-
 subvertpy/repos.c           |  11 +-
 subvertpy/util.c            |   6 +-
 subvertpy/util.h            |  84 +++---
 subvertpy/wc.c              |  64 ++---
 18 files changed, 628 insertions(+), 449 deletions(-)

diff --cc PKG-INFO
index 49adea2,0000000..3fd6ebc
mode 100644,000000..100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@@ -1,24 -1,0 +1,24 @@@
 +Metadata-Version: 1.1
 +Name: subvertpy
- Version: 0.10.0
++Version: 0.10.1
 +Summary: Alternative Python bindings for Subversion
 +Home-page: https://jelmer.uk/subvertpy
 +Author: Jelmer Vernooij
 +Author-email: jelmer at jelmer.uk
 +License: LGPLv2.1 or later
- Download-URL: https://jelmer.uk/subvertpy/subvertpy-0.10.0.tar.gz
++Download-URL: https://jelmer.uk/subvertpy/subvertpy-0.10.1.tar.gz
 +Description: 
 +                  Alternative Python bindings for Subversion. The goal is to have
 +                  complete, portable and "Pythonic" Python bindings.
 +                  
 +Keywords: svn subvertpy subversion bindings
 +Platform: UNKNOWN
 +Classifier: Development Status :: 4 - Beta
 +Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
 +Classifier: Programming Language :: Python :: 2.7
 +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: 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/subvertpy.git



More information about the Python-modules-commits mailing list