[Python-modules-commits] [jsonpickle] branch upstream updated (74d4ff6 -> e937fb6)
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 upstream
in repository jsonpickle.
from 74d4ff6 Imported Upstream version 0.9.2
new e937fb6 Import jsonpickle_0.9.3.orig.tar.gz
The 1 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 -----------------------------------------
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 ++++++++++++++++++++++
25 files changed, 206 insertions(+), 113 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