[Python-modules-commits] r19168 - in packages/python-django-piston/tags (5 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Thu Nov 3 22:43:58 UTC 2011
Date: Thursday, November 3, 2011 @ 22:43:57
Author: dktrkranz
Revision: 19168
[svn-buildpackage] Tagging python-django-piston 0.2.2-2
Added:
packages/python-django-piston/tags/0.2.2-2/
packages/python-django-piston/tags/0.2.2-2/debian/changelog
(from rev 19167, packages/python-django-piston/trunk/debian/changelog)
packages/python-django-piston/tags/0.2.2-2/debian/control
(from rev 19166, packages/python-django-piston/trunk/debian/control)
Deleted:
packages/python-django-piston/tags/0.2.2-2/debian/changelog
packages/python-django-piston/tags/0.2.2-2/debian/control
Deleted: packages/python-django-piston/tags/0.2.2-2/debian/changelog
===================================================================
--- packages/python-django-piston/trunk/debian/changelog 2011-11-03 04:43:40 UTC (rev 19165)
+++ packages/python-django-piston/tags/0.2.2-2/debian/changelog 2011-11-03 22:43:57 UTC (rev 19168)
@@ -1,16 +0,0 @@
-python-django-piston (0.2.2-2) UNRELEASED; urgency=low
-
- * Bump Standards Version to 3.9.2.
- * Remove reference to /usr/share/common-licenses/BSD and strip trailing
- whitespace in copyright.
- * Fix a copy-paste error in copyright.
- * Fix a security issue in the YAML emitter.
- * Disable the pickle loader due to security concerns (Closes: #646517).
-
- -- Michael Ziegler <diese-addy at funzt-halt.net> Tue, 01 Nov 2011 19:37:58 +0100
-
-python-django-piston (0.2.2-1) unstable; urgency=low
-
- * Initial release (Closes: #570919)
-
- -- Michael Ziegler <diese-addy at funzt-halt.net> Thu, 10 Jun 2010 10:40:58 +0200
Copied: packages/python-django-piston/tags/0.2.2-2/debian/changelog (from rev 19167, packages/python-django-piston/trunk/debian/changelog)
===================================================================
--- packages/python-django-piston/tags/0.2.2-2/debian/changelog (rev 0)
+++ packages/python-django-piston/tags/0.2.2-2/debian/changelog 2011-11-03 22:43:57 UTC (rev 19168)
@@ -0,0 +1,20 @@
+python-django-piston (0.2.2-2) unstable; urgency=low
+
+ [ Michael Ziegler ]
+ * Bump Standards Version to 3.9.2.
+ * Remove reference to /usr/share/common-licenses/BSD and strip trailing
+ whitespace in copyright.
+ * Fix a copy-paste error in copyright.
+ * Fix a security issue in the YAML emitter.
+ * Disable the pickle loader due to security concerns (Closes: #646517).
+
+ [ Luca Falavigna ]
+ * Enable DM-Upload-Allowed field.
+
+ -- Michael Ziegler <diese-addy at funzt-halt.net> Tue, 01 Nov 2011 19:37:58 +0100
+
+python-django-piston (0.2.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #570919)
+
+ -- Michael Ziegler <diese-addy at funzt-halt.net> Thu, 10 Jun 2010 10:40:58 +0200
Deleted: packages/python-django-piston/tags/0.2.2-2/debian/control
===================================================================
--- packages/python-django-piston/trunk/debian/control 2011-11-03 04:43:40 UTC (rev 19165)
+++ packages/python-django-piston/tags/0.2.2-2/debian/control 2011-11-03 22:43:57 UTC (rev 19168)
@@ -1,33 +0,0 @@
-Source: python-django-piston
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Ziegler <diese-addy at funzt-halt.net>
-Build-Depends: python (>= 2.4), debhelper (>= 7.0.50~), python-setuptools (>= 0.6.10)
-Build-Depends-Indep: python-support
-Standards-Version: 3.9.2
-Homepage: http://bitbucket.org/jespern/django-piston/wiki/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-piston/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-piston/trunk
-XS-Python-Version: all
-
-Package: python-django-piston
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.1),
- python-oauth (>= 1.0.1), python-decorator
-Suggests: python-yaml
-Description: Django mini-framework creating RESTful APIs
- Piston is a relatively small Django application that lets you
- create application programming interfaces (API) for your sites.
- .
- It has several unique features:
- .
- * Ties into Django's internal mechanisms.
- * Supports OAuth out of the box (as well as Basic/Digest or custom auth).
- * Doesn't require tying to models, allowing arbitrary resources.
- * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS).
- * Ships with a convenient reusable library in Python.
- * Respects and encourages proper use of HTTP (status codes, ...).
- * Has built in (optional) form validation (via Django), throttling, etc.
- * Supports streaming, with a small memory footprint.
- * Stays out of your way.
Copied: packages/python-django-piston/tags/0.2.2-2/debian/control (from rev 19166, packages/python-django-piston/trunk/debian/control)
===================================================================
--- packages/python-django-piston/tags/0.2.2-2/debian/control (rev 0)
+++ packages/python-django-piston/tags/0.2.2-2/debian/control 2011-11-03 22:43:57 UTC (rev 19168)
@@ -0,0 +1,34 @@
+Source: python-django-piston
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Ziegler <diese-addy at funzt-halt.net>
+Build-Depends: python (>= 2.4), debhelper (>= 7.0.50~), python-setuptools (>= 0.6.10)
+Build-Depends-Indep: python-support
+Standards-Version: 3.9.2
+Homepage: http://bitbucket.org/jespern/django-piston/wiki/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-piston/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-piston/trunk
+XS-Python-Version: all
+DM-Upload-Allowed: yes
+
+Package: python-django-piston
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.1),
+ python-oauth (>= 1.0.1), python-decorator
+Suggests: python-yaml
+Description: Django mini-framework creating RESTful APIs
+ Piston is a relatively small Django application that lets you
+ create application programming interfaces (API) for your sites.
+ .
+ It has several unique features:
+ .
+ * Ties into Django's internal mechanisms.
+ * Supports OAuth out of the box (as well as Basic/Digest or custom auth).
+ * Doesn't require tying to models, allowing arbitrary resources.
+ * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS).
+ * Ships with a convenient reusable library in Python.
+ * Respects and encourages proper use of HTTP (status codes, ...).
+ * Has built in (optional) form validation (via Django), throttling, etc.
+ * Supports streaming, with a small memory footprint.
+ * Stays out of your way.
More information about the Python-modules-commits
mailing list