[Python-modules-commits] [ujson] branch master updated (93c9548 -> 09ee44a)

Sandro Tosi morph at moszumanska.debian.org
Tue Jun 14 19:26:40 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  93c9548   Fixed VCS URL (https)
       new  4c7e511   record new upstream branch created by importing ujson_1.35.orig.tar.gz
       new  6e7a44b   Import ujson_1.35.orig.tar.gz
       new  e9d7894   dont-remove-build-dir
       new  b0935cc   run test more verbosely
       new  f11d871   merge patched into master
       new  fb64beb   New upstream release
       new  1c37489   Merge branch 'master' of git+ssh://git.debian.org/git/python-modules/packages/ujson
       new  51a3f83   New upstream release: Closes: #792610, #827209
       new  d5ef690   bump Standards-Version to 3.9.8 (no changes needed)
       new  dec1635   add six, pytz to b-d, needed by tests
       new  09ee44a   releasing package ujson version 1.35-1

The 11 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                                          | 228 ++++----
 README.rst                                        | 226 ++++----
 debian/.git-dpm                                   |  14 +-
 debian/changelog                                  |   8 +-
 debian/control                                    |   4 +-
 debian/patches/0001-dont-remove-build-dir.patch   |   4 +-
 debian/patches/0002-run-test-more-verbosely.patch |   8 +-
 debian/rules                                      |   3 +-
 lib/ultrajson.h                                   |   1 +
 lib/ultrajsondec.c                                |   0
 lib/ultrajsonenc.c                                |  49 +-
 python/JSONtoObj.c                                |   0
 python/objToJSON.c                                |  71 ++-
 python/py_defines.h                               |   0
 python/ujson.c                                    |   4 +-
 python/version.h                                  |   2 +-
 setup.py                                          |   7 -
 tests/sample.json                                 |   0
 tests/tests.py                                    | 602 +++++++++-------------
 ujson.egg-info/PKG-INFO                           | 228 ++++----
 ujson.egg-info/SOURCES.txt                        |   0
 ujson.egg-info/dependency_links.txt               |   0
 ujson.egg-info/top_level.txt                      |   0
 24 files changed, 759 insertions(+), 700 deletions(-)
 mode change 100755 => 100644 MANIFEST.in
 mode change 100755 => 100644 README.rst
 mode change 100755 => 100644 lib/ultrajson.h
 mode change 100755 => 100644 lib/ultrajsondec.c
 mode change 100755 => 100644 lib/ultrajsonenc.c
 mode change 100755 => 100644 python/JSONtoObj.c
 mode change 100755 => 100644 python/objToJSON.c
 mode change 100755 => 100644 python/py_defines.h
 mode change 100755 => 100644 python/ujson.c
 mode change 100755 => 100644 python/version.h
 mode change 100755 => 100644 setup.py
 mode change 100755 => 100644 tests/sample.json
 mode change 100755 => 100644 tests/tests.py
 mode change 100755 => 100644 ujson.egg-info/PKG-INFO
 mode change 100755 => 100644 ujson.egg-info/SOURCES.txt
 mode change 100755 => 100644 ujson.egg-info/dependency_links.txt
 mode change 100755 => 100644 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