[Python-modules-commits] r33816 - in packages/djangorestframework/tags (5 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Mon Aug 17 06:27:58 UTC 2015


    Date: Monday, August 17, 2015 @ 06:27:57
  Author: bam
Revision: 33816

[svn-buildpackage] Tagging djangorestframework 3.0.5-2

Added:
  packages/djangorestframework/tags/3.0.5-2/
  packages/djangorestframework/tags/3.0.5-2/debian/changelog
    (from rev 33815, packages/djangorestframework/trunk/debian/changelog)
  packages/djangorestframework/tags/3.0.5-2/debian/control
    (from rev 33815, packages/djangorestframework/trunk/debian/control)
Deleted:
  packages/djangorestframework/tags/3.0.5-2/debian/changelog
  packages/djangorestframework/tags/3.0.5-2/debian/control

Deleted: packages/djangorestframework/tags/3.0.5-2/debian/changelog
===================================================================
--- packages/djangorestframework/trunk/debian/changelog	2015-08-17 03:40:21 UTC (rev 33810)
+++ packages/djangorestframework/tags/3.0.5-2/debian/changelog	2015-08-17 06:27:57 UTC (rev 33816)
@@ -1,142 +0,0 @@
-djangorestframework (3.0.5-1) unstable; urgency=medium
-
-  * Change maintainer to make package DPMT maintained, with permission of
-    current maintainer - see #756886.
-
- -- Brian May <bam at debian.org>  Fri, 07 Aug 2015 10:42:13 +1000
-
-djangorestframework (3.0.5-0.2) experimental; urgency=medium
-
-  * Non-maintainer upload.
-  * Fix broken links to media files. Remove debian/*.links, these symlinks are
-    no longer relevant.
-
- -- Brian May <bam at debian.org>  Mon, 16 Mar 2015 14:20:11 +1100
-
-djangorestframework (3.0.5-0.1) experimental; urgency=medium
-
-  * Non-maintainer upload.
-  * New upstream release.
-
- -- Brian May <bam at debian.org>  Sun, 15 Mar 2015 18:49:15 +1100
-
-djangorestframework (2.4.3-2) unstable; urgency=medium
-
-  * Supported Python3 (Closes: #756886)
-    - Appended python3-djangorestframework.
-  * debian/control
-    - Build-Depends
-      * Appended: python3-all, python3-setuptools, python3-django,
-        python3-markdown, python3-defusedxml, python3-django-filters,
-        python3-django-guardian, dh-python.
-      * Removed: quilt.
-    - Updated dependencies of python-django >= 1.3 to >= 1.4.2.
-  * debian/rules
-    - Updated for using pybuild.
-
- -- Kouhei Maeda <mkouhei at palmtb.net>  Mon, 13 Oct 2014 16:03:47 +0900
-
-djangorestframework (2.4.3-1) unstable; urgency=medium
-
-  * New upstream release
-  * Ensure it works with Django 1.7 (Closes: #755616)
-  * debian/control
-    - Standards-Version: Bump version to 3.9.6.
-  * Deleted debian/patches/disable-oauth2-and-oauth-provider.patch.
-    - Upstream changed supports OAuth.
-  * debian/rules
-    - Changed run_tests.py path at override_dh_auto_test.
-  * Added debian/run_tests.py, debian/test_settings.py
-    - For override_dh_auto_test.
-
- -- Kouhei Maeda <mkouhei at palmtb.net>  Mon, 13 Oct 2014 09:45:40 +0900
-
-djangorestframework (2.3.14-3) unstable; urgency=medium
-
-  * Fixed Broken symlink for grid.png (Closes: #760548) 
-    - debian/rules
-      * Appended override_dh_python2 target.
-    - Thanks for Michael Fladischer <FladischerMichael at fladi.at>
-
- -- Kouhei Maeda <mkouhei at palmtb.net>  Fri, 05 Sep 2014 19:00:17 +0900
-
-djangorestframework (2.3.14-2) unstable; urgency=medium
-
-  * Fixed depends on insecure and unmaintained python-oauth2 (Closes: #758387)
-    - Dropped dependencies of python-oauth2, python-django-oauth-plus.
-    - Added debian/patches/disable-oauth2-and-oauth-provider.patch.
-    - Thanks for Brian May <brian at microcomaustralia.com.au>
-
- -- Kouhei Maeda <mkouhei at palmtb.net>  Thu, 04 Sep 2014 14:22:37 +0900
-
-djangorestframework (2.3.14-1) unstable; urgency=medium
-
-  * New upstream release
-
- -- Kouhei Maeda <mkouhei at palmtb.net>  Sat, 19 Jul 2014 15:10:40 +0900
-
-djangorestframework (2.3.13-2) unstable; urgency=medium
-
-  * Fixed FTBFS No module named xmlrunner.extra.djangotestrunner
-   (Closes: #747957) 
-    - Append python-xmlrunner to Build-Depends.
-  * Fixed source-is-missing docs/js/prettify-1.0.js.
-    - Uncompressed file is included in append_uncompressed_js_libraries.patch,
-      but lintian is not detect file (docs/js/prettify-1.0-uncompressed.js).
-    - So added prettify-1.0.js uncompressed file to debian/missing-sources/.
-  * Added debian/patches/remove_remote_resources.patch.
-  * Fixed image-file-in-usr-lib.
-
- -- Kouhei Maeda <mkouhei at palmtb.net>  Wed, 11 Jun 2014 12:21:13 +0900
-
-djangorestframework (2.3.13-1) unstable; urgency=medium
-
-  * New upstream release
-  * Append dependency to python-djangorestframework
-    - python-pil to Build-Depends, Depends.
-
- -- Kouhei Maeda <mkouhei at palmtb.net>  Fri, 14 Mar 2014 00:34:32 +0900
-
-djangorestframework (2.3.12-1) unstable; urgency=medium
-
-  * New upstream release
-  * Fixed FTBFS with django 1.6 (Closes: #729829)
-  * debian/control
-    - Update Standards-Version.
-    - Update X-Python-Version 2.6 to 2.7.
-    - Append dependency to python-djangorestframework-doc
-      * python-markdown to Depends
-    - Append dependency to python-djangorestframework
-      * Depends, Build-Depends
-        - python-django-guardian, python-oauth2, python-django-oauth-plus
-      * quilt to Build-Depends.
-
- -- Kouhei Maeda <mkouhei at palmtb.net>  Fri, 24 Jan 2014 00:03:39 +0900
-
-djangorestframework (2.3.7-2) unstable; urgency=low
-
-  * Append dependency to python-djangorestframework (Closes: #723820)
-    - debian/control: Append "Suggests: python-djangorestframework-doc"
-    - Thanks to Ben Finney <ben+debian at benfinney.id.au> for reporting.
-  * Change depends on python-django-filters (Closes: #723824)
-    - debian/control: change "django-filter" to "python-django-filters"
-    - Thanks to Ben Finney <ben+debian at benfinney.id.au> for reporting.
-  * Change some dependencies to Recommends in python-djangorestframework
-    - debian/control:
-      * Move python-yaml, python-defusedxml, python-django-filters
-        to Recommends.
-      * Append python-markdown to Recommends.
-      * Append python-defusedxml, python-django-filters to Build-Depends.
-
- -- Kouhei Maeda <mkouhei at palmtb.net>  Fri, 27 Sep 2013 18:43:28 +0900
-
-djangorestframework (2.3.7-1) unstable; urgency=low
-
-  * Initial release (Closes: #717551)
-  * debian/patches:
-    - change_resouce_path_of_html_documents.patch
-    - fixes_layout.patch
-    - remove_google_analytics.patch
-    - append_uncompressed_js_libraries.patch
-
- -- Kouhei Maeda <mkouhei at palmtb.net>  Tue, 03 Sep 2013 18:57:28 +0900

Copied: packages/djangorestframework/tags/3.0.5-2/debian/changelog (from rev 33815, packages/djangorestframework/trunk/debian/changelog)
===================================================================
--- packages/djangorestframework/tags/3.0.5-2/debian/changelog	                        (rev 0)
+++ packages/djangorestframework/tags/3.0.5-2/debian/changelog	2015-08-17 06:27:57 UTC (rev 33816)
@@ -0,0 +1,148 @@
+djangorestframework (3.0.5-2) unstable; urgency=medium
+
+  * Add VCS-* headers.
+
+ -- Brian May <bam at debian.org>  Mon, 17 Aug 2015 13:41:15 +1000
+
+djangorestframework (3.0.5-1) unstable; urgency=medium
+
+  * Change maintainer to make package DPMT maintained, with permission of
+    current maintainer - see #756886.
+
+ -- Brian May <bam at debian.org>  Fri, 07 Aug 2015 10:42:13 +1000
+
+djangorestframework (3.0.5-0.2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix broken links to media files. Remove debian/*.links, these symlinks are
+    no longer relevant.
+
+ -- Brian May <bam at debian.org>  Mon, 16 Mar 2015 14:20:11 +1100
+
+djangorestframework (3.0.5-0.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * New upstream release.
+
+ -- Brian May <bam at debian.org>  Sun, 15 Mar 2015 18:49:15 +1100
+
+djangorestframework (2.4.3-2) unstable; urgency=medium
+
+  * Supported Python3 (Closes: #756886)
+    - Appended python3-djangorestframework.
+  * debian/control
+    - Build-Depends
+      * Appended: python3-all, python3-setuptools, python3-django,
+        python3-markdown, python3-defusedxml, python3-django-filters,
+        python3-django-guardian, dh-python.
+      * Removed: quilt.
+    - Updated dependencies of python-django >= 1.3 to >= 1.4.2.
+  * debian/rules
+    - Updated for using pybuild.
+
+ -- Kouhei Maeda <mkouhei at palmtb.net>  Mon, 13 Oct 2014 16:03:47 +0900
+
+djangorestframework (2.4.3-1) unstable; urgency=medium
+
+  * New upstream release
+  * Ensure it works with Django 1.7 (Closes: #755616)
+  * debian/control
+    - Standards-Version: Bump version to 3.9.6.
+  * Deleted debian/patches/disable-oauth2-and-oauth-provider.patch.
+    - Upstream changed supports OAuth.
+  * debian/rules
+    - Changed run_tests.py path at override_dh_auto_test.
+  * Added debian/run_tests.py, debian/test_settings.py
+    - For override_dh_auto_test.
+
+ -- Kouhei Maeda <mkouhei at palmtb.net>  Mon, 13 Oct 2014 09:45:40 +0900
+
+djangorestframework (2.3.14-3) unstable; urgency=medium
+
+  * Fixed Broken symlink for grid.png (Closes: #760548) 
+    - debian/rules
+      * Appended override_dh_python2 target.
+    - Thanks for Michael Fladischer <FladischerMichael at fladi.at>
+
+ -- Kouhei Maeda <mkouhei at palmtb.net>  Fri, 05 Sep 2014 19:00:17 +0900
+
+djangorestframework (2.3.14-2) unstable; urgency=medium
+
+  * Fixed depends on insecure and unmaintained python-oauth2 (Closes: #758387)
+    - Dropped dependencies of python-oauth2, python-django-oauth-plus.
+    - Added debian/patches/disable-oauth2-and-oauth-provider.patch.
+    - Thanks for Brian May <brian at microcomaustralia.com.au>
+
+ -- Kouhei Maeda <mkouhei at palmtb.net>  Thu, 04 Sep 2014 14:22:37 +0900
+
+djangorestframework (2.3.14-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Kouhei Maeda <mkouhei at palmtb.net>  Sat, 19 Jul 2014 15:10:40 +0900
+
+djangorestframework (2.3.13-2) unstable; urgency=medium
+
+  * Fixed FTBFS No module named xmlrunner.extra.djangotestrunner
+   (Closes: #747957) 
+    - Append python-xmlrunner to Build-Depends.
+  * Fixed source-is-missing docs/js/prettify-1.0.js.
+    - Uncompressed file is included in append_uncompressed_js_libraries.patch,
+      but lintian is not detect file (docs/js/prettify-1.0-uncompressed.js).
+    - So added prettify-1.0.js uncompressed file to debian/missing-sources/.
+  * Added debian/patches/remove_remote_resources.patch.
+  * Fixed image-file-in-usr-lib.
+
+ -- Kouhei Maeda <mkouhei at palmtb.net>  Wed, 11 Jun 2014 12:21:13 +0900
+
+djangorestframework (2.3.13-1) unstable; urgency=medium
+
+  * New upstream release
+  * Append dependency to python-djangorestframework
+    - python-pil to Build-Depends, Depends.
+
+ -- Kouhei Maeda <mkouhei at palmtb.net>  Fri, 14 Mar 2014 00:34:32 +0900
+
+djangorestframework (2.3.12-1) unstable; urgency=medium
+
+  * New upstream release
+  * Fixed FTBFS with django 1.6 (Closes: #729829)
+  * debian/control
+    - Update Standards-Version.
+    - Update X-Python-Version 2.6 to 2.7.
+    - Append dependency to python-djangorestframework-doc
+      * python-markdown to Depends
+    - Append dependency to python-djangorestframework
+      * Depends, Build-Depends
+        - python-django-guardian, python-oauth2, python-django-oauth-plus
+      * quilt to Build-Depends.
+
+ -- Kouhei Maeda <mkouhei at palmtb.net>  Fri, 24 Jan 2014 00:03:39 +0900
+
+djangorestframework (2.3.7-2) unstable; urgency=low
+
+  * Append dependency to python-djangorestframework (Closes: #723820)
+    - debian/control: Append "Suggests: python-djangorestframework-doc"
+    - Thanks to Ben Finney <ben+debian at benfinney.id.au> for reporting.
+  * Change depends on python-django-filters (Closes: #723824)
+    - debian/control: change "django-filter" to "python-django-filters"
+    - Thanks to Ben Finney <ben+debian at benfinney.id.au> for reporting.
+  * Change some dependencies to Recommends in python-djangorestframework
+    - debian/control:
+      * Move python-yaml, python-defusedxml, python-django-filters
+        to Recommends.
+      * Append python-markdown to Recommends.
+      * Append python-defusedxml, python-django-filters to Build-Depends.
+
+ -- Kouhei Maeda <mkouhei at palmtb.net>  Fri, 27 Sep 2013 18:43:28 +0900
+
+djangorestframework (2.3.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #717551)
+  * debian/patches:
+    - change_resouce_path_of_html_documents.patch
+    - fixes_layout.patch
+    - remove_google_analytics.patch
+    - append_uncompressed_js_libraries.patch
+
+ -- Kouhei Maeda <mkouhei at palmtb.net>  Tue, 03 Sep 2013 18:57:28 +0900

Deleted: packages/djangorestframework/tags/3.0.5-2/debian/control
===================================================================
--- packages/djangorestframework/trunk/debian/control	2015-08-17 03:40:21 UTC (rev 33810)
+++ packages/djangorestframework/tags/3.0.5-2/debian/control	2015-08-17 06:27:57 UTC (rev 33816)
@@ -1,87 +0,0 @@
-Source: djangorestframework
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Brian May <bam at debian.org>
-Build-Depends: debhelper (>= 8.0.0),
-               dh-python, mkdocs,
-               python-all (>= 2.6.5),
-               python-setuptools,
-               python-django (>= 1.4.2),
-               python-defusedxml (>= 0.3),
-               python-django-filters (>= 0.5.4),
-               python-django-guardian (>= 1.1.1),
-               python-pil,
-               python-pytest,
-               python-xmlrunner,
-               python3-all (>= 3.2),
-               python3-setuptools,
-               python3-django (>= 1.4.2),
-               python3-defusedxml (>= 0.3),
-               python3-django-filters (>= 0.5.4),
-               python3-django-guardian (>= 1.1.1),
-               python3-pytest,
-Standards-Version: 3.9.6
-X-Python-Version: >= 2.7
-Homepage: http://django-rest-framework.org
-
-Package: python-djangorestframework
-Architecture: all
-Provides: ${python:Provides}
-Depends: ${python:Depends},
-         ${misc:Depends},
-         python-django (>= 1.4.2)
-Recommends: python-yaml (>= 3.10),
-            python-defusedxml (>= 0.3),
-            python-django-filters (>= 0.5.4),
-            python-django-guardian (>= 1.1.1),
-            python-markdown (>= 2.1.0),
-            python-pil
-Suggests: python-djangorestframework-doc
-Description: Web APIs for Django, made easy
- powerful and flexible toolkit that makes it easy to build Web APIs.
- Some reasons you might want to use REST framework:
-  * The Web browseable API is a huge useability win for your developers.
-  * Authentication policies including OAuth1a and OAuth2 out of the box.
-  * Serialization that supports both ORM and non-ORM data sources.
-  * Customizable all the way down - just use regular function-based views if you
-    don't need the more powerful features.
-  * Extensive documentation, and great community support.
-
-Package: python-djangorestframework-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}, python-markdown (>= 2.1.0)
-Description: Web APIs for Django, made easy (documentation)
- powerful and flexible toolkit that makes it easy to build Web APIs.
- Some reasons you might want to use REST framework:
-  * The Web browseable API is a huge useability win for your developers.
-  * Authentication policies including OAuth1a and OAuth2 out of the box.
-  * Serialization that supports both ORM and non-ORM data sources.
-  * Customizable all the way down - just use regular function-based views if you
-    don't need the more powerful features.
- .
- This package contains the HTML documentation.
-
-Package: python3-djangorestframework
-Architecture: all
-Depends: ${python3:Depends},
-         ${misc:Depends},
-         python3-django (>= 1.4.2)
-Recommends: python3-defusedxml (>= 0.3),
-            python3-django-filters (>= 0.5.4),
-            python3-django-guardian (>= 1.1.1),
-            python3-markdown (>= 2.1.0),
-            python3-pil
-Suggests: python-djangorestframework-doc
-Description: Web APIs for Django, made easy for Python3
- For Python3.
- powerful and flexible toolkit that makes it easy to build Web APIs.
- Some reasons you might want to use REST framework:
-  * The Web browseable API is a huge useability win for your developers.
-  * Authentication policies including OAuth1a and OAuth2 out of the box.
-  * Serialization that supports both ORM and non-ORM data sources.
-  * Customizable all the way down - just use regular function-based views if you
-    don't need the more powerful features.
-  * Extensive documentation, and great community support.
-

Copied: packages/djangorestframework/tags/3.0.5-2/debian/control (from rev 33815, packages/djangorestframework/trunk/debian/control)
===================================================================
--- packages/djangorestframework/tags/3.0.5-2/debian/control	                        (rev 0)
+++ packages/djangorestframework/tags/3.0.5-2/debian/control	2015-08-17 06:27:57 UTC (rev 33816)
@@ -0,0 +1,89 @@
+Source: djangorestframework
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Brian May <bam at debian.org>
+Build-Depends: debhelper (>= 8.0.0),
+               dh-python, mkdocs,
+               python-all (>= 2.6.5),
+               python-setuptools,
+               python-django (>= 1.4.2),
+               python-defusedxml (>= 0.3),
+               python-django-filters (>= 0.5.4),
+               python-django-guardian (>= 1.1.1),
+               python-pil,
+               python-pytest,
+               python-xmlrunner,
+               python3-all (>= 3.2),
+               python3-setuptools,
+               python3-django (>= 1.4.2),
+               python3-defusedxml (>= 0.3),
+               python3-django-filters (>= 0.5.4),
+               python3-django-guardian (>= 1.1.1),
+               python3-pytest,
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.7
+Homepage: http://django-rest-framework.org
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/djangorestframework/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/djangorestframework/trunk/
+
+Package: python-djangorestframework
+Architecture: all
+Provides: ${python:Provides}
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python-django (>= 1.4.2)
+Recommends: python-yaml (>= 3.10),
+            python-defusedxml (>= 0.3),
+            python-django-filters (>= 0.5.4),
+            python-django-guardian (>= 1.1.1),
+            python-markdown (>= 2.1.0),
+            python-pil
+Suggests: python-djangorestframework-doc
+Description: Web APIs for Django, made easy
+ powerful and flexible toolkit that makes it easy to build Web APIs.
+ Some reasons you might want to use REST framework:
+  * The Web browseable API is a huge useability win for your developers.
+  * Authentication policies including OAuth1a and OAuth2 out of the box.
+  * Serialization that supports both ORM and non-ORM data sources.
+  * Customizable all the way down - just use regular function-based views if you
+    don't need the more powerful features.
+  * Extensive documentation, and great community support.
+
+Package: python-djangorestframework-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, python-markdown (>= 2.1.0)
+Description: Web APIs for Django, made easy (documentation)
+ powerful and flexible toolkit that makes it easy to build Web APIs.
+ Some reasons you might want to use REST framework:
+  * The Web browseable API is a huge useability win for your developers.
+  * Authentication policies including OAuth1a and OAuth2 out of the box.
+  * Serialization that supports both ORM and non-ORM data sources.
+  * Customizable all the way down - just use regular function-based views if you
+    don't need the more powerful features.
+ .
+ This package contains the HTML documentation.
+
+Package: python3-djangorestframework
+Architecture: all
+Depends: ${python3:Depends},
+         ${misc:Depends},
+         python3-django (>= 1.4.2)
+Recommends: python3-defusedxml (>= 0.3),
+            python3-django-filters (>= 0.5.4),
+            python3-django-guardian (>= 1.1.1),
+            python3-markdown (>= 2.1.0),
+            python3-pil
+Suggests: python-djangorestframework-doc
+Description: Web APIs for Django, made easy for Python3
+ For Python3.
+ powerful and flexible toolkit that makes it easy to build Web APIs.
+ Some reasons you might want to use REST framework:
+  * The Web browseable API is a huge useability win for your developers.
+  * Authentication policies including OAuth1a and OAuth2 out of the box.
+  * Serialization that supports both ORM and non-ORM data sources.
+  * Customizable all the way down - just use regular function-based views if you
+    don't need the more powerful features.
+  * Extensive documentation, and great community support.
+




More information about the Python-modules-commits mailing list