[Python-modules-commits] [jsonpickle] branch master updated (a5bf032 -> 4473ea4)
Raphaël Hertzog
hertzog at moszumanska.debian.org
Wed Mar 9 09:39:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
hertzog pushed a change to branch master
in repository jsonpickle.
from a5bf032 Update Vcs fields for git migration
new 37ea135 record new upstream branch created by importing jsonpickle_0.9.3.orig.tar.gz
new e937fb6 Import jsonpickle_0.9.3.orig.tar.gz
new 954e963 disable Sphinx extensions not available in Debian or requiring remote access
new 8acbdf9 merge patched into master
new 1464b25 New upstream version.
new 4473ea4 Update Standards-Version to 3.9.7 and update Vcs-Git to use https URL.
The 6 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:
COPYING | 2 +-
PKG-INFO | 2 +-
README.rst | 19 +++++-
Rakefile | 74 ----------------------
debian/.git-dpm | 14 ++--
debian/changelog | 10 +++
debian/control | 4 +-
.../disable-unsupported-sphinx-extension.patch | 2 +-
docs/source/api.rst | 2 +
docs/source/changelog.rst | 15 +++++
docs/source/index.rst | 2 +-
jsonpickle.egg-info/PKG-INFO | 2 +-
jsonpickle.egg-info/SOURCES.txt | 2 +-
jsonpickle/__init__.py | 8 ++-
jsonpickle/backend.py | 35 ++++++++--
jsonpickle/compat.py | 2 +
jsonpickle/ext/numpy.py | 21 +++++-
jsonpickle/handlers.py | 14 ++++
jsonpickle/pickler.py | 17 +++--
jsonpickle/unpickler.py | 15 ++++-
jsonpickle/version.py | 2 +-
requirements-3.txt | 2 +
setup.py | 2 +-
tests/backend_test.py | 26 ++++----
tests/helper.py | 1 +
tests/numpy_test.py | 2 +
tests/object_test.py | 11 ++++
tests/runtests.py | 2 +
tests/stdlib_test.py | 39 ++++++++++++
29 files changed, 226 insertions(+), 123 deletions(-)
delete mode 100644 Rakefile
create mode 100644 tests/stdlib_test.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jsonpickle.git
More information about the Python-modules-commits
mailing list