[Python-modules-commits] [jsonpickle] branch master updated (3d24bda -> adbafd0)
Sophie Brun
sbrun-guest at moszumanska.debian.org
Tue Aug 22 06:56:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbrun-guest pushed a change to branch master
in repository jsonpickle.
from 3d24bda Improve the way we call the test suite, based on suggestion of Piotr.
new 63f2dba record new upstream branch created by importing jsonpickle_0.9.5.orig.tar.gz
new 659aaa2 Import jsonpickle_0.9.5.orig.tar.gz
new 6151b85 disable Sphinx extensions not available in Debian or requiring remote access
new 341bad8 merge patched into master
new 96da2aa New upstream version
new d2b1915 Add python-bson and python3-bson to Build-Depends
new 698bd29 Use build-deps python3-all/python-all instead of python3/python
new f97b55c bump Standards-Version to 4.0.0
new adbafd0 Update debian/changelog
The 9 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:
PKG-INFO | 4 +-
README.rst | 9 +
debian/.git-dpm | 14 +-
debian/changelog | 10 +
debian/control | 10 +-
debian/copyright | 4 +-
.../disable-unsupported-sphinx-extension.patch | 2 +-
docs/source/changelog.rst | 15 ++
docs/source/contrib.rst | 36 ++-
docs/source/extensions.rst | 12 +
docs/source/index.rst | 9 +-
jsonpickle.egg-info/PKG-INFO | 4 +-
jsonpickle.egg-info/SOURCES.txt | 3 +-
jsonpickle/__init__.py | 33 ++-
jsonpickle/backend.py | 5 +-
jsonpickle/compat.py | 8 +-
jsonpickle/ext/numpy.py | 246 +++++++++++++++++++--
jsonpickle/handlers.py | 88 ++------
jsonpickle/pickler.py | 128 +++++------
jsonpickle/tags.py | 5 +-
jsonpickle/unpickler.py | 101 ++++++---
jsonpickle/util.py | 97 +++++---
jsonpickle/version.py | 2 +-
requirements-2.txt | 6 +-
requirements-3.txt | 1 +
requirements-test.txt | 5 +-
requirements.txt | 5 -
setup.cfg | 1 -
setup.py | 4 +-
tests/jsonpickle_test.py | 2 +-
tests/numpy_test.py | 212 +++++++++++++++++-
tests/object_test.py | 60 +++--
tests/sqlalchemy_test.py | 102 +++++++++
tests/stdlib_test.py | 22 +-
34 files changed, 957 insertions(+), 308 deletions(-)
create mode 100644 docs/source/extensions.rst
delete mode 100644 requirements.txt
create mode 100644 tests/sqlalchemy_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