[Python-modules-commits] r32697 - in packages/django-polymorphic/tags (8 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue May 19 08:06:24 UTC 2015


    Date: Tuesday, May 19, 2015 @ 08:06:22
  Author: fladi-guest
Revision: 32697

[svn-buildpackage] Tagging django-polymorphic 0.7.1-1

Added:
  packages/django-polymorphic/tags/0.7.1-1/
  packages/django-polymorphic/tags/0.7.1-1/debian/changelog
    (from rev 32696, packages/django-polymorphic/trunk/debian/changelog)
  packages/django-polymorphic/tags/0.7.1-1/debian/control
    (from rev 32695, packages/django-polymorphic/trunk/debian/control)
  packages/django-polymorphic/tags/0.7.1-1/debian/copyright
    (from rev 32695, packages/django-polymorphic/trunk/debian/copyright)
Deleted:
  packages/django-polymorphic/tags/0.7.1-1/debian/changelog
  packages/django-polymorphic/tags/0.7.1-1/debian/control
  packages/django-polymorphic/tags/0.7.1-1/debian/copyright
  packages/django-polymorphic/tags/0.7.1-1/debian/patches/

Deleted: packages/django-polymorphic/tags/0.7.1-1/debian/changelog
===================================================================
--- packages/django-polymorphic/trunk/debian/changelog	2014-10-20 09:51:37 UTC (rev 31161)
+++ packages/django-polymorphic/tags/0.7.1-1/debian/changelog	2015-05-19 08:06:22 UTC (rev 32697)
@@ -1,26 +0,0 @@
-django-polymorphic (0.6-1) unstable; urgency=low
-
-  * New upstream release.
-  * Drop django-1.7.patch as it is now applied upstream.
-  * Bump Standards-Version to 3.9.6.
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 20 Oct 2014 11:44:11 +0200
-
-django-polymorphic (0.5.6-1) unstable; urgency=medium
-
-  * New upstream release.
-  * Add django-1.7.patch to fix the test-suite with Django 1.7 (Closes:
-    #755602).
-  * Add dh-python to Build-Depends.
-  * Switch buildsystem to pybuild.
-  * Remove superfluous install file.
-  * Add Python3 support.
-  * Update upstream information in d/copyright.
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 19 Sep 2014 14:16:19 +0200
-
-django-polymorphic (0.5.4-1) unstable; urgency=low
-
-  * Initial release (Closes: #745122).
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 17 Apr 2014 12:33:59 +0200

Copied: packages/django-polymorphic/tags/0.7.1-1/debian/changelog (from rev 32696, packages/django-polymorphic/trunk/debian/changelog)
===================================================================
--- packages/django-polymorphic/tags/0.7.1-1/debian/changelog	                        (rev 0)
+++ packages/django-polymorphic/tags/0.7.1-1/debian/changelog	2015-05-19 08:06:22 UTC (rev 32697)
@@ -0,0 +1,34 @@
+django-polymorphic (0.7.1-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Really delete django-1.7.patch.
+  * Change my email address to fladi at debian.org.
+
+ -- Michael Fladischer <fladi at debian.org>  Tue, 19 May 2015 09:58:24 +0200
+
+django-polymorphic (0.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Drop django-1.7.patch as it is now applied upstream.
+  * Bump Standards-Version to 3.9.6.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 20 Oct 2014 11:44:11 +0200
+
+django-polymorphic (0.5.6-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Add django-1.7.patch to fix the test-suite with Django 1.7 (Closes:
+    #755602).
+  * Add dh-python to Build-Depends.
+  * Switch buildsystem to pybuild.
+  * Remove superfluous install file.
+  * Add Python3 support.
+  * Update upstream information in d/copyright.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 19 Sep 2014 14:16:19 +0200
+
+django-polymorphic (0.5.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #745122).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 17 Apr 2014 12:33:59 +0200

Deleted: packages/django-polymorphic/tags/0.7.1-1/debian/control
===================================================================
--- packages/django-polymorphic/trunk/debian/control	2014-10-20 09:51:37 UTC (rev 31161)
+++ packages/django-polymorphic/tags/0.7.1-1/debian/control	2015-05-19 08:06:22 UTC (rev 32697)
@@ -1,89 +0,0 @@
-Source: django-polymorphic
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Fladischer <FladischerMichael at fladi.at>,
-Build-Depends: debhelper (>= 9),
-               dh-python,
-               python-all,
-               python-django (>= 1.4),
-               python-setuptools,
-               python-sphinx (>= 1.0.7+dfsg),
-               python3-all,
-               python3-django,
-               python3-setuptools,
-Standards-Version: 3.9.6
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
-Homepage: https://github.com/chrisglass/django_polymorphic
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-polymorphic/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-polymorphic/trunk/
-
-Package: python-django-polymorphic
-Architecture: all
-Depends: python-django (>= 1.4),
-         ${misc:Depends},
-         ${python:Depends}
-Suggests: python-django-polymorphic-doc
-Description: Seamless Polymorphic Inheritance for Django Models
- Django-polymorphic simplifies using inherited models in Django projects. When a
- query is made at the base model, the inherited model classes are returned.
- .
- Features:
-  * Full admin integration.
-  * ORM integration:
-    + Support for ForeignKey, ManyToManyField, OneToOneField descriptors.
-    + Support for proxy models.
-    + Filtering/ordering of inherited models (ArtProject___artist).
-    + Filtering model types: instance_of(...) and not_instance_of(...)
-    + Combining querysets of different models (qs3 = qs1 | qs2)
-    + Support for custom user-defined managers.
-  * Uses the minimum amount of queries needed to fetch the inherited models.
-  * Disabling polymorphic behavior when needed.
-
-Package: python3-django-polymorphic
-Architecture: all
-Depends: python3-django,
-         ${misc:Depends},
-         ${python:Depends}
-Suggests: python-django-polymorphic-doc
-Description: Seamless Polymorphic Inheritance for Django Models (Python3 version)
- Django-polymorphic simplifies using inherited models in Django projects. When a
- query is made at the base model, the inherited model classes are returned.
- .
- Features:
-  * Full admin integration.
-  * ORM integration:
-    + Support for ForeignKey, ManyToManyField, OneToOneField descriptors.
-    + Support for proxy models.
-    + Filtering/ordering of inherited models (ArtProject___artist).
-    + Filtering model types: instance_of(...) and not_instance_of(...)
-    + Combining querysets of different models (qs3 = qs1 | qs2)
-    + Support for custom user-defined managers.
-  * Uses the minimum amount of queries needed to fetch the inherited models.
-  * Disabling polymorphic behavior when needed.
- .
- This package contains the Python 3 version of the library.
-
-Package: python-django-polymorphic-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends},
-         ${sphinxdoc:Depends}
-Description: Seamless Polymorphic Inheritance for Django Models (Documentation)
- Django-polymorphic simplifies using inherited models in Django projects. When a
- query is made at the base model, the inherited model classes are returned.
- .
- Features:
-  * Full admin integration.
-  * ORM integration:
-    + Support for ForeignKey, ManyToManyField, OneToOneField descriptors.
-    + Support for proxy models.
-    + Filtering/ordering of inherited models (ArtProject___artist).
-    + Filtering model types: instance_of(...) and not_instance_of(...)
-    + Combining querysets of different models (qs3 = qs1 | qs2)
-    + Support for custom user-defined managers.
-  * Uses the minimum amount of queries needed to fetch the inherited models.
-  * Disabling polymorphic behavior when needed.
- .
- This package contains the documentation.

Copied: packages/django-polymorphic/tags/0.7.1-1/debian/control (from rev 32695, packages/django-polymorphic/trunk/debian/control)
===================================================================
--- packages/django-polymorphic/tags/0.7.1-1/debian/control	                        (rev 0)
+++ packages/django-polymorphic/tags/0.7.1-1/debian/control	2015-05-19 08:06:22 UTC (rev 32697)
@@ -0,0 +1,89 @@
+Source: django-polymorphic
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <fladi at debian.org>,
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-django (>= 1.4),
+               python-setuptools,
+               python-sphinx (>= 1.0.7+dfsg),
+               python3-all,
+               python3-django,
+               python3-setuptools,
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Homepage: https://github.com/chrisglass/django_polymorphic
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-polymorphic/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-polymorphic/trunk/
+
+Package: python-django-polymorphic
+Architecture: all
+Depends: python-django (>= 1.4),
+         ${misc:Depends},
+         ${python:Depends}
+Suggests: python-django-polymorphic-doc
+Description: Seamless Polymorphic Inheritance for Django Models
+ Django-polymorphic simplifies using inherited models in Django projects. When a
+ query is made at the base model, the inherited model classes are returned.
+ .
+ Features:
+  * Full admin integration.
+  * ORM integration:
+    + Support for ForeignKey, ManyToManyField, OneToOneField descriptors.
+    + Support for proxy models.
+    + Filtering/ordering of inherited models (ArtProject___artist).
+    + Filtering model types: instance_of(...) and not_instance_of(...)
+    + Combining querysets of different models (qs3 = qs1 | qs2)
+    + Support for custom user-defined managers.
+  * Uses the minimum amount of queries needed to fetch the inherited models.
+  * Disabling polymorphic behavior when needed.
+
+Package: python3-django-polymorphic
+Architecture: all
+Depends: python3-django,
+         ${misc:Depends},
+         ${python:Depends}
+Suggests: python-django-polymorphic-doc
+Description: Seamless Polymorphic Inheritance for Django Models (Python3 version)
+ Django-polymorphic simplifies using inherited models in Django projects. When a
+ query is made at the base model, the inherited model classes are returned.
+ .
+ Features:
+  * Full admin integration.
+  * ORM integration:
+    + Support for ForeignKey, ManyToManyField, OneToOneField descriptors.
+    + Support for proxy models.
+    + Filtering/ordering of inherited models (ArtProject___artist).
+    + Filtering model types: instance_of(...) and not_instance_of(...)
+    + Combining querysets of different models (qs3 = qs1 | qs2)
+    + Support for custom user-defined managers.
+  * Uses the minimum amount of queries needed to fetch the inherited models.
+  * Disabling polymorphic behavior when needed.
+ .
+ This package contains the Python 3 version of the library.
+
+Package: python-django-polymorphic-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends}
+Description: Seamless Polymorphic Inheritance for Django Models (Documentation)
+ Django-polymorphic simplifies using inherited models in Django projects. When a
+ query is made at the base model, the inherited model classes are returned.
+ .
+ Features:
+  * Full admin integration.
+  * ORM integration:
+    + Support for ForeignKey, ManyToManyField, OneToOneField descriptors.
+    + Support for proxy models.
+    + Filtering/ordering of inherited models (ArtProject___artist).
+    + Filtering model types: instance_of(...) and not_instance_of(...)
+    + Combining querysets of different models (qs3 = qs1 | qs2)
+    + Support for custom user-defined managers.
+  * Uses the minimum amount of queries needed to fetch the inherited models.
+  * Disabling polymorphic behavior when needed.
+ .
+ This package contains the documentation.

Deleted: packages/django-polymorphic/tags/0.7.1-1/debian/copyright
===================================================================
--- packages/django-polymorphic/trunk/debian/copyright	2014-10-20 09:51:37 UTC (rev 31161)
+++ packages/django-polymorphic/tags/0.7.1-1/debian/copyright	2015-05-19 08:06:22 UTC (rev 32697)
@@ -1,43 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: django-polymorphic
-Upstream-Contact: Christopher Glass <tribaal at gmail.com>
-Source: https://github.com/chrisglass/django_polymorphic
-
-Files: *
-Copyright: 2009-2013, Bert Constantin <bert.constantin at gmx.de>
-           2009-2014, Chris Glass <tribaal at gmail.com>
-           2009-2014, Diederik van der Boor
-License: BSD-3-clause
-
-Files: debian/*
-Copyright: 2014, Michael Fladischer <FladischerMichael at fladi.at>
-License: BSD-3-clause
-
-License: BSD-3-clause
- 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.
- .
-  * The names of the contributors may not 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.

Copied: packages/django-polymorphic/tags/0.7.1-1/debian/copyright (from rev 32695, packages/django-polymorphic/trunk/debian/copyright)
===================================================================
--- packages/django-polymorphic/tags/0.7.1-1/debian/copyright	                        (rev 0)
+++ packages/django-polymorphic/tags/0.7.1-1/debian/copyright	2015-05-19 08:06:22 UTC (rev 32697)
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-polymorphic
+Upstream-Contact: Christopher Glass <tribaal at gmail.com>
+Source: https://github.com/chrisglass/django_polymorphic
+
+Files: *
+Copyright: 2009-2013, Bert Constantin <bert.constantin at gmx.de>
+           2009-2014, Chris Glass <tribaal at gmail.com>
+           2009-2014, Diederik van der Boor
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2014-2015, Michael Fladischer <fladi at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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.
+ .
+  * The names of the contributors may not 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.




More information about the Python-modules-commits mailing list