[Python-modules-commits] [ujson] branch master updated (77d57e5 -> a95aae4)

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


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

morph pushed a change to branch master
in repository ujson.

      from  77d57e5   set team as uploaders
       new  89334d1   record new upstream branch created by importing ujson_1.34.orig.tar.gz
       new  052e70e   Import ujson_1.34.orig.tar.gz
       new  24f6d7a   dont-remove-build-dir
       new  9e65b33   merge patched into master
       new  3d217d6   New upstream release
       new  a778f6e   extend packaging copyright years
       new  cf49659   updated upstream copyright years
       new  ec639c9   run test more verbosely
       new  eebcda8   merge patched into master
       new  a95aae4   run tests more verbosely

The 10 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 +-
 debian/.git-dpm                                   |  14 +-
 debian/changelog                                  |  10 +-
 debian/copyright                                  |   6 +-
 debian/patches/0001-dont-remove-build-dir.patch   |   4 +-
 debian/patches/0002-run-test-more-verbosely.patch |  22 +
 debian/patches/series                             |   1 +
 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                                    | 440 ++++++----
 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
 25 files changed, 1551 insertions(+), 1050 deletions(-)
 mode change 100644 => 100755 MANIFEST.in
 mode change 100644 => 100755 README.rst
 create mode 100644 debian/patches/0002-run-test-more-verbosely.patch
 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