[Python-modules-commits] [subvertpy] branch master updated (636bc6c -> 2e4d478)

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


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

jelmer pushed a change to branch master
in repository subvertpy.

      from  636bc6c   Add travis config for debian packaging.
       new  d3a0b00   Start on 0.10.1.
       new  ff17acf   Fix python3 compatibility of subvertpy-fast-export, improve formatting.
       new  3f493da   Attempt to fix some endianness errors.
       new  2a2bff4   More endian fixes.
       new  fe310fd   More endianness fixes.
       new  0cd0b7d   Add appveyor config.
       new  dc5e05f   Also add build.cmd.
       new  a9e0b9a   Update news.
       new  ee090f8   Convert some tabs to spaces.
       new  a06e905   Release 0.10.1.
       new  6b99d9b   New upstream version 0.10.1
       new  7d80cec   Updated version 0.10.1 from 'upstream/0.10.1'
       new  3ddd4d2   Use stock pydoctor.
       new  69e20bf   Install README.md.
       new  d11506b   New upstream release.
       new  d9739f2   releasing package subvertpy version 0.10.1-1
       new  2e4d478   Drop patch python3.patch.

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                   |  12 -
 MANIFEST.in                   |   4 +
 Makefile                      |  38 +++
 NEWS                          |  10 +-
 PKG-INFO                      |   4 +-
 README.md                     |  65 +++++
 bin/subvertpy-fast-export     |  50 ++--
 debian/changelog              |   7 +
 debian/patches/python3.patch  |  13 -
 debian/patches/series         |   1 -
 debian/python-subvertpy.docs  |   1 +
 debian/python3-subvertpy.docs |   1 +
 debian/rules                  |   2 +-
 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 ++---
 25 files changed, 637 insertions(+), 475 deletions(-)
 delete mode 100644 .travis.yml
 create mode 100644 Makefile
 create mode 100644 README.md
 delete mode 100644 debian/patches/python3.patch
 create mode 100644 debian/python-subvertpy.docs
 create mode 100644 debian/python3-subvertpy.docs
 create mode 100644 man/subvertpy-fast-export.1
 create mode 100644 subvertpy.cfg

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