[Python-modules-commits] [subvertpy] branch master updated (1c305ad -> f0afa6c)
Jelmer Vernooij
jelmer at moszumanska.debian.org
Tue Jul 18 00:43:00 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 1c305ad releasing package subvertpy version 0.9.3-4
new 0ab86cd Add gbp.conf
new 502f652 watch: Update watch file., add signing key.
new c6b2748 Fix upstream vcs tag.
new 6b9ae37 Attempt to fix travis build.
new 6365cdc Open option ignore_keywords for export operation
new 6ec02d1 Remove compatibility workarounds for Python < 2.6
new 9e33fbb Announce removal of python2.6 support.
new 9546914 Make sure delta.py handles streams in binary string mode, so we can always use BytesIO
new a875e57 Convert URL from bytes to str for RemoteAccess
new d8543bd Use the next() function in test_ra
new 87d5617 Use single parameter instead of tuple.
new da8e309 Streams should be compared to bytes
new b0fe741 Use new exception handling syntax
new e9a3861 Use int instead of long; use new octal literal syntax
new 20f14ca Test that delta.apply_txdelta_window() and friends work
new 01b7fa3 Line endings from diff() depend on the platform.
new 0f2ca61 Use bytes for file data
new c919318 Use byte strings rather than character strings in “delta” module
new 4d5bec9 Drop compatibility for running tests on python2.6.
new f1179a1 Drop 2.6 from list of supported python versions.
new abda63b Use new print() function syntax, with help from “2to3”
new 532a5ba Excercise all kinds of delta operations in test
new fbceddc Handle str() type change in marshall; use isinstance()
new c1952f9 Use byte strings in marshall
new 495eba5 Fix python2 compatibility.
new 08b00e8 Document python2.7 dependencies.
new 052776d Fix NEWS entries.
new 163180b Write bytes to stdout in subvertpy-fast-export and example
new bc359a2 Add build status to README and convert to markdown.
new 4f179a7 Fix test on platforms withou fromhex.
new 7253d04 Avoid staticforward, not available in python3.
new 1942254 More Python3 porting work; mostly BytesIO conversions.
new aa6a4fc Fix compatibility with python3 in subvertpy.delta.
new 34620a8 Fix urlparse compatibility for Python3.
new 27f0d25 Fix use of bytes type.
new a646b83 Factor common svn_log_message_receiver_t code into pyify_log_message()
new db58534 Factor out ra_get_log_prepare() to share with get_log() and iter_log()
new 2f09729 Factor common error cleanup code with goto
new 2d5a141 Use BytesIO instead of StringIO
new d2e992a Adapt to splitup of “urllib” in Python 3
new 89f55fe Adapt to Python 3’s dictionary view methods
new 884a5b6 Use text character instead of byte string for log action
new fdf8339 Add constant ERR_RA_CANNOT_CREATE_SESSION.
new f1b8d5e Cope with SocketServer being renamed in Python3.
new fb0a735 Remove another use of staticforward.
new 519ebea Fix init function use in C modules for Python3.
new 324a306 Use svn_uri_canonicalize when possible.
new af0a2a4 Use svn_relpath_canonicalize.
new 8d3b10c Use svn_dirent_canonicalize.
new 2ebe449 Update NEWS.
new 5f58866 Use svn_stream_read_full.
new ef0906b Canonicalize URLs from ra repos root.
new 314297f Add wrapper for converting unicode/bytes objects for SVN use.
new 5ffd046 Add py_object_to_svn_relpath.
new 5bdc642 Fix memory management when dealing with strings.
new 86d19a6 Use py_object_to_svn_string.
new f9830c7 Use svn_ra_open4.
new 363fd47 Avoid svn_path_join.
new 3408453 Make object construction compatible with Python3.
new 1448bc5 Fix const errors.
new 04addab Tokens are bytes.
new cd24e6d Digest are bytes.
new 9897103 Add wrapper for repr formatting.
new 97125fb Support depth argument to RemoteAccess.get_locks().
new 135e757 Support no_autoprops argument to Client.add.
new 24e763e Support ignore_ancestry and send_copyfrom_args arguments to do_switch.
new c7e5e2f Support old_value argument to change_rev_prop()>
new 5187382 Support ignore_ancestry argument to RemoteAccess.do.update().
new 7eb81cd Fix docstring, pool usage.
new 79ec0a2 Specify -v when running tests, to more easily catch segfaults.
new 39c643e Fix error message.
new 89aae0b Support include_externals argument to Client.list(.
new f58e897 Use svn_client_proplist4.
new 8e524a2 Use svn_client_propget5.
new 8e15cf0 Use PyLong on python3.
new 8705f6d Remove some uses of PyString.
new 9c5a327 Remove some more uses of PyString.
new 3abcce0 Remove a few more PyString uses.
new 178e77a Remove some uses of PyString.
new 8552a36 More python3 compatibility work.
new 9aeba95 More Python3 fixes.
new 0588700 Fix formatting of build instructions for Windows section.
new a11c569 Split out path_list_to_apr_array.
new a4766ce Add (mostly) Python3 support.
new f7e1ea6 Add tox config.
new db7db32 Run python3 tests in travis.
new 3468acb Set classifiers.
new 2450b00 Fix freed memory access in prop_dict_to_hash.
new f1f0f51 Add and use py_object_to_svn_dirent().
new 0415880 svn_dirent_canonicalize doesn't actually appear to exist in 1.6.
new 6c3d665 Reintroduce skip slash step.
new dce2e39 Remove trailing whitespace.
new 765e36a Allow SHA1 checksums.
new 8b3342f Update note about python3.
new c321e4a Use svn_client_create_context2().
new 88e02c7 Support expand_keywords argument to Client.cat().
new de762ec Support revprops argument to Client.delete().
new d0930fe Remove 3.4 label, as Python3 support has not been merged yet.
new c1b317d Fix style issues.
new 754a6d0 Check style in travis.
new 1211161 Fix literal test.
new 44e7942 Install flake8.
new a86bceb Switch to trusty for travis.
new 745868f Add Python3 support in NEWS.
new c866ec4 Release 0.10.0
new 22244ef New upstream version 0.10.0
new ac878fa Updated version 0.10.0 from 'upstream/0.10.0'
new 5f4ba12 New upstream release.
new 2b239ae releasing package subvertpy version 0.10.0-1
new 31acd81 Fix pydoctor call.
new 9fc8644 Bump standards version to 4.0.0 (no changes).
new 1f4d5d3 Add python3-subvertpy package.
new 94f26f3 Fix compat version 9.
new 7f620c6 Install python2 & 3 the same way.
new 0674d04 Switch to pybuild.
new 4c6da89 Create directories before copying docs.
new f32d92e Drop revision in build-depends.
new 651f12d Use alternatives for subvertpy-fast-export.
new 30093c4 Update changelog.
new 398fc7a Fix subvertpy-fast-export with python3.
new f0afa6c releasing package subvertpy version 0.10.0-1
The 121 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:
.gitignore | 12 -
.hgignore | 7 -
.testr.conf | 4 -
.travis.yml | 8 -
INSTALL | 6 +-
Makefile | 38 -
NEWS | 219 +-
PKG-INFO | 24 +
README | 64 -
bin/subvertpy-fast-export | 51 +-
debian/.gitignore | 2 +
debian/changelog | 11 +
debian/compat | 2 +-
debian/control | 38 +-
debian/gbp.conf | 3 +
debian/patches/python3.patch | 13 +
debian/patches/series | 1 +
debian/python-subvertpy.postinst | 5 +
debian/python-subvertpy.prerm | 10 +
debian/python3-subvertpy.postinst | 5 +
debian/python3-subvertpy.prerm | 10 +
debian/rules | 42 +-
debian/upstream/signing-key.asc | 37348 +++++++++++++++++++++++++++++++++++
debian/watch | 5 +-
examples/ra_commit.py | 6 +-
examples/ra_log.py | 24 +-
examples/ra_replay.py | 31 +-
examples/ra_shell.py | 53 +-
examples/wc.py | 6 +-
man/subvertpy-fast-export.1 | 39 -
setup.py | 131 +-
subvertpy.cfg | 5 -
subvertpy/__init__.py | 18 +-
subvertpy/_ra.c | 1179 +-
subvertpy/_ra_iter_log.c | 160 +-
subvertpy/client.c | 761 +-
subvertpy/delta.py | 83 +-
subvertpy/editor.c | 160 +-
subvertpy/marshall.py | 87 +-
subvertpy/properties.py | 56 +-
subvertpy/ra.py | 22 +-
subvertpy/ra_svn.py | 224 +-
subvertpy/repos.c | 277 +-
subvertpy/server.py | 6 +-
subvertpy/tests/__init__.py | 82 +-
subvertpy/tests/test_client.py | 94 +-
subvertpy/tests/test_core.py | 6 +-
subvertpy/tests/test_delta.py | 44 +-
subvertpy/tests/test_marshall.py | 40 +-
subvertpy/tests/test_properties.py | 163 +-
subvertpy/tests/test_ra.py | 213 +-
subvertpy/tests/test_repos.py | 57 +-
subvertpy/tests/test_server.py | 6 +-
subvertpy/tests/test_wc.py | 125 +-
subvertpy/util.c | 431 +-
subvertpy/util.h | 40 +-
subvertpy/wc.c | 1084 +-
57 files changed, 41083 insertions(+), 2558 deletions(-)
delete mode 100644 .gitignore
delete mode 100644 .hgignore
delete mode 100644 .testr.conf
delete mode 100644 .travis.yml
delete mode 100644 Makefile
create mode 100644 PKG-INFO
delete mode 100644 README
create mode 100644 debian/gbp.conf
create mode 100644 debian/patches/python3.patch
create mode 100644 debian/patches/series
create mode 100644 debian/python-subvertpy.postinst
create mode 100644 debian/python-subvertpy.prerm
create mode 100644 debian/python3-subvertpy.postinst
create mode 100644 debian/python3-subvertpy.prerm
create mode 100644 debian/upstream/signing-key.asc
mode change 100644 => 100755 examples/ra_log.py
delete mode 100644 man/subvertpy-fast-export.1
delete 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