[Python-modules-commits] [python-fastimport] branch master updated (2f3e08e -> ceefbf9)
Jelmer Vernooij
jelmer at moszumanska.debian.org
Mon Apr 18 18:05:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
jelmer pushed a change to branch master
in repository python-fastimport.
from 2f3e08e d/control: Added Vcs-Browser and fixed Vcs-Git (https)
new 39137a0 Ignore some files.
new 10feb51 Start on fastimport 0.9.5.
new 1133ad5 'include ' in MANIFEST.
new b4d10b1 Simplify handling of errors.
new 5066baf python 3 compatibility, futurize stage 1
new 1980993 python 3 compatibility, futurize stage 2
new ee90b2a make the tests work again on python2
new 9adaa03 sorted out string/unicode problems, updated the unicode test, renamed assertEquals method to assertEqual (deprecated in py3)
new 9c64032 removed unused/useless statements
new 8ecd799 added a tox configuration file to simplify multiple versions testing
new 3499b0b added the future package in the deps of travis conf
new 7ead312 added python 3.5 and PyPy3
new 7cfe09e Explicitly declared all the byte strings. Renamed variables using reserved keywords
new 1fe0428 remove support of python3.2/python3.2/python3.4
new bd58994 Fixed the test_copy_to_outside
new 5c72a2c Drop future dependency.
new 7bcadc8 Add NEWS entry.
new cab83db Collapse import statements, remove unnecessary helpers by inlining them.
new 9086773 Add Félix to AUTHORS.
new 78e7685 Release 0.9.5.
new 3859165 Imported Upstream version 0.9.5
new 9b953df Merge tag 'upstream/0.9.5' into unstable
new 7a80278 New upstream release.
new c8348bc Bump standards version (no changes).
new b5f4de7 Ignore build stamp.
new 7b2d36f Add python3-fastimport package, now that upstream has added Python3 support.
new ceefbf9 releasing package python-fastimport version 0.9.5-1
The 27 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:
AUTHORS | 6 +
COPYING | 339 +++++++++++++++++++++++++
NEWS | 46 ++++
PKG-INFO | 2 +-
README.md | 5 +
debian/.gitignore | 9 +
debian/changelog | 11 +-
debian/control | 18 +-
debian/rules | 14 +-
fastimport/__init__.py | 2 +-
fastimport/commands.py | 321 +++++++++++++----------
fastimport/dates.py | 23 +-
fastimport/errors.py | 88 ++-----
fastimport/helpers.py | 127 +++++++++-
fastimport/parser.py | 229 ++++++++++-------
fastimport/processor.py | 12 +-
fastimport/processors/filter_processor.py | 30 +--
fastimport/processors/query_processor.py | 16 +-
fastimport/tests/__init__.py | 1 +
fastimport/tests/test_commands.py | 409 +++++++++++++++---------------
fastimport/tests/test_dates.py | 8 +-
fastimport/tests/test_errors.py | 1 -
fastimport/tests/test_filter_processor.py | 155 ++++++-----
fastimport/tests/test_helpers.py | 36 +--
fastimport/tests/test_parser.py | 259 ++++++++++---------
setup.py | 2 +-
26 files changed, 1372 insertions(+), 797 deletions(-)
create mode 100644 AUTHORS
create mode 100644 COPYING
create mode 100644 NEWS
create mode 100644 README.md
create mode 100644 debian/.gitignore
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-fastimport.git
More information about the Python-modules-commits
mailing list