[Python-modules-commits] [subvertpy] branch upstream updated (22244ef -> 6b99d9b)

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


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

jelmer pushed a change to branch upstream
in repository subvertpy.

      from  22244ef   New upstream version 0.10.0
      adds  d3a0b00   Start on 0.10.1.
      adds  ff17acf   Fix python3 compatibility of subvertpy-fast-export, improve formatting.
      adds  3f493da   Attempt to fix some endianness errors.
      adds  2a2bff4   More endian fixes.
      adds  fe310fd   More endianness fixes.
      adds  0cd0b7d   Add appveyor config.
      adds  dc5e05f   Also add build.cmd.
      adds  a9e0b9a   Update news.
      adds  ee090f8   Convert some tabs to spaces.
      adds  a06e905   Release 0.10.1.
      adds  6b99d9b   New upstream version 0.10.1

No new revisions were added by this update.

Summary of changes:
 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(-)
 create mode 100644 Makefile
 create mode 100644 README.md
 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