[Python-modules-commits] [ujson] branch upstream updated (628970a -> 052e70e)

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 17 23:05:33 UTC 2016


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

morph pushed a change to branch upstream
in repository ujson.

      from  628970a   Imported Upstream version 1.33
       new  052e70e   Import ujson_1.34.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:
 MANIFEST.in                         |   0
 PKG-INFO                            | 401 ++++++++-------
 README.rst                          |  25 +-
 lib/ultrajson.h                     |  73 +--
 lib/ultrajsondec.c                  |  52 +-
 lib/ultrajsonenc.c                  | 115 ++++-
 python/JSONtoObj.c                  |  27 +-
 python/objToJSON.c                  | 947 +++++++++++++++++++++---------------
 python/py_defines.h                 |  21 +-
 python/ujson.c                      |   9 +-
 python/version.h                    |  23 +-
 setup.cfg                           |  10 +-
 setup.py                            |   0
 tests/sample.json                   |   0
 tests/tests.py                      | 438 +++++++++++------
 ujson.egg-info/PKG-INFO             | 401 ++++++++-------
 ujson.egg-info/SOURCES.txt          |   0
 ujson.egg-info/dependency_links.txt |   0
 ujson.egg-info/top_level.txt        |   0
 19 files changed, 1507 insertions(+), 1035 deletions(-)
 mode change 100644 => 100755 MANIFEST.in
 mode change 100644 => 100755 README.rst
 mode change 100644 => 100755 lib/ultrajson.h
 mode change 100644 => 100755 lib/ultrajsondec.c
 mode change 100644 => 100755 lib/ultrajsonenc.c
 mode change 100644 => 100755 python/JSONtoObj.c
 mode change 100644 => 100755 python/objToJSON.c
 mode change 100644 => 100755 python/py_defines.h
 mode change 100644 => 100755 python/ujson.c
 mode change 100644 => 100755 python/version.h
 mode change 100644 => 100755 setup.py
 mode change 100644 => 100755 tests/sample.json
 mode change 100644 => 100755 tests/tests.py
 mode change 100644 => 100755 ujson.egg-info/PKG-INFO
 mode change 100644 => 100755 ujson.egg-info/SOURCES.txt
 mode change 100644 => 100755 ujson.egg-info/dependency_links.txt
 mode change 100644 => 100755 ujson.egg-info/top_level.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ujson.git



More information about the Python-modules-commits mailing list