[Python-modules-commits] r16538 - in packages/python-anyjson/trunk (13 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Sat Apr 16 06:21:39 UTC 2011


    Date: Saturday, April 16, 2011 @ 06:21:33
  Author: fladi-guest
Revision: 16538

New upstream release and new maintainer.

Added:
  packages/python-anyjson/trunk/debian/
  packages/python-anyjson/trunk/debian/NEWS
  packages/python-anyjson/trunk/debian/changelog
  packages/python-anyjson/trunk/debian/clean
  packages/python-anyjson/trunk/debian/compat
  packages/python-anyjson/trunk/debian/control
  packages/python-anyjson/trunk/debian/copyright
  packages/python-anyjson/trunk/debian/docs
  packages/python-anyjson/trunk/debian/rules
  packages/python-anyjson/trunk/debian/source/
  packages/python-anyjson/trunk/debian/source/format
  packages/python-anyjson/trunk/debian/source/local-options
  packages/python-anyjson/trunk/debian/watch


Property changes on: packages/python-anyjson/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-anyjson/trunk/debian/NEWS
===================================================================
--- packages/python-anyjson/trunk/debian/NEWS	                        (rev 0)
+++ packages/python-anyjson/trunk/debian/NEWS	2011-04-16 06:21:33 UTC (rev 16538)
@@ -0,0 +1,7 @@
+python-anyjson (0.3.1-1) unstable; urgency=low
+
+  cjson has been moved to the lowest priority of the JSON
+  implementations. This has happened due to several encoding/decoding
+  bugs and the vanishing performance gap to other implementations.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Fri, 15 Apr 2011 16:29:44 +0200

Added: packages/python-anyjson/trunk/debian/changelog
===================================================================
--- packages/python-anyjson/trunk/debian/changelog	                        (rev 0)
+++ packages/python-anyjson/trunk/debian/changelog	2011-04-16 06:21:33 UTC (rev 16538)
@@ -0,0 +1,33 @@
+python-anyjson (0.3.1-1) unstable; urgency=low
+
+  * New upstream version.
+  * Set PMPT as maintainer and myself as uploader.
+  * Switch to dh_python2.
+  * Use DEP5 for copyright file.
+  * Clean up after build.
+  * Streamline packaging code with wrap-and-sort.
+  * Extend regex in d/watch.
+  * Drop python-cjson as it is now the least favoured implementation and
+    it has encoding/decoding bugs.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Fri, 15 Apr 2011 16:49:48 +0200
+
+python-anyjson (0.2.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Added dependencies on python json modules (Closes: #570648, #569824)
+  * Updated Stanards version, no changes needed
+
+ -- David Watson <david at bashton.com>  Thu, 18 Mar 2010 21:38:27 +0000
+
+python-anyjson (0.2.2-2) unstable; urgency=low
+
+  * Improve the long description (Closes: #554467).
+
+ -- David Watson <david at bashton.com>  Fri, 06 Nov 2009 09:24:13 +0000
+
+python-anyjson (0.2.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #551886)
+
+ -- David Watson <david at bashton.com>  Wed, 21 Oct 2009 14:25:29 +0100

Added: packages/python-anyjson/trunk/debian/clean
===================================================================
--- packages/python-anyjson/trunk/debian/clean	                        (rev 0)
+++ packages/python-anyjson/trunk/debian/clean	2011-04-16 06:21:33 UTC (rev 16538)
@@ -0,0 +1 @@
+anyjson.egg-info/SOURCES.txt

Added: packages/python-anyjson/trunk/debian/compat
===================================================================
--- packages/python-anyjson/trunk/debian/compat	                        (rev 0)
+++ packages/python-anyjson/trunk/debian/compat	2011-04-16 06:21:33 UTC (rev 16538)
@@ -0,0 +1 @@
+7

Added: packages/python-anyjson/trunk/debian/control
===================================================================
--- packages/python-anyjson/trunk/debian/control	                        (rev 0)
+++ packages/python-anyjson/trunk/debian/control	2011-04-16 06:21:33 UTC (rev 16538)
@@ -0,0 +1,22 @@
+Source: python-anyjson
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: David Watson <dwatson at debian.org>,
+           Fladischer Michael <FladischerMichael at fladi.at>
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.1
+X-Python-Version: >= 2.4
+Homepage: http://bitbucket.org/runeh/anyjson/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/anyjson/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/anyjson/trunk/
+
+Package: python-anyjson
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python (>= 2.6) | python-simplejson
+Description: Wraps the best available JSON implementation available in a common interface
+ Loads whichever is the fastest JSON module installed and provides a uniform
+ API regardless of which JSON implementation is used. The exceptions will also
+ be the same whichever JSON module is used.
+ The ranking of the JSON implementations is based on a benchmark.

Added: packages/python-anyjson/trunk/debian/copyright
===================================================================
--- packages/python-anyjson/trunk/debian/copyright	                        (rev 0)
+++ packages/python-anyjson/trunk/debian/copyright	2011-04-16 06:21:33 UTC (rev 16538)
@@ -0,0 +1,39 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: anyjson
+Upstream-Contact: Rune Halvorsen <runefh at gmail.com>
+Source: http://pypi.python.org/pypi/anyjson/
+
+Files: *
+Copyright: 2009, Rune Halvorsen <runefh at gmail.com>
+License: BSD
+
+Files: debian/*
+Copyright: 2011, Fladischer Michael <FladischerMichael at fladi.at>
+           2009, David Watson <david at bashton.com>
+License: BSD
+
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+  * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+  * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+ .
+ Neither the name of the authors nor the names of its contributors may be used
+ to endorse or promote products derived from this software without specific
+ prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.

Added: packages/python-anyjson/trunk/debian/docs
===================================================================
--- packages/python-anyjson/trunk/debian/docs	                        (rev 0)
+++ packages/python-anyjson/trunk/debian/docs	2011-04-16 06:21:33 UTC (rev 16538)
@@ -0,0 +1 @@
+README

Added: packages/python-anyjson/trunk/debian/rules
===================================================================
--- packages/python-anyjson/trunk/debian/rules	                        (rev 0)
+++ packages/python-anyjson/trunk/debian/rules	2011-04-16 06:21:33 UTC (rev 16538)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with=python2


Property changes on: packages/python-anyjson/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-anyjson/trunk/debian/source/format
===================================================================
--- packages/python-anyjson/trunk/debian/source/format	                        (rev 0)
+++ packages/python-anyjson/trunk/debian/source/format	2011-04-16 06:21:33 UTC (rev 16538)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-anyjson/trunk/debian/source/local-options
===================================================================
--- packages/python-anyjson/trunk/debian/source/local-options	                        (rev 0)
+++ packages/python-anyjson/trunk/debian/source/local-options	2011-04-16 06:21:33 UTC (rev 16538)
@@ -0,0 +1 @@
+abort-on-upstream-changes

Added: packages/python-anyjson/trunk/debian/watch
===================================================================
--- packages/python-anyjson/trunk/debian/watch	                        (rev 0)
+++ packages/python-anyjson/trunk/debian/watch	2011-04-16 06:21:33 UTC (rev 16538)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/a/anyjson/anyjson-([\d\.]+)\.tar\.gz




More information about the Python-modules-commits mailing list