[Python-modules-commits] [jsonpickle] branch upstream updated (e937fb6 -> 659aaa2)

Sophie Brun sbrun-guest at moszumanska.debian.org
Tue Aug 22 06:56:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbrun-guest pushed a change to branch upstream
in repository jsonpickle.

      from  e937fb6   Import jsonpickle_0.9.3.orig.tar.gz
       new  659aaa2   Import jsonpickle_0.9.5.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:
 PKG-INFO                        |   4 +-
 README.rst                      |   9 ++
 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 +++-
 29 files changed, 931 insertions(+), 294 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