[Python-modules-commits] r33776 - in packages/python-cachetools/tags (7 files)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Sat Aug 15 14:29:35 UTC 2015


    Date: Saturday, August 15, 2015 @ 14:29:34
  Author: chrisk-guest
Revision: 33776

[svn-buildpackage] Tagging python-cachetools 1.0.3-1

Added:
  packages/python-cachetools/tags/1.0.3-1/
  packages/python-cachetools/tags/1.0.3-1/debian/changelog
    (from rev 33775, packages/python-cachetools/trunk/debian/changelog)
  packages/python-cachetools/tags/1.0.3-1/debian/control
    (from rev 33775, packages/python-cachetools/trunk/debian/control)
  packages/python-cachetools/tags/1.0.3-1/debian/copyright
    (from rev 33775, packages/python-cachetools/trunk/debian/copyright)
Deleted:
  packages/python-cachetools/tags/1.0.3-1/debian/changelog
  packages/python-cachetools/tags/1.0.3-1/debian/control
  packages/python-cachetools/tags/1.0.3-1/debian/copyright

Deleted: packages/python-cachetools/tags/1.0.3-1/debian/changelog
===================================================================
--- packages/python-cachetools/trunk/debian/changelog	2015-08-15 09:57:14 UTC (rev 33774)
+++ packages/python-cachetools/tags/1.0.3-1/debian/changelog	2015-08-15 14:29:34 UTC (rev 33776)
@@ -1,26 +0,0 @@
-python-cachetools (1.0.3-1) unstable; urgency=medium
-
-  * New upstream release.
-  * debian/control:
-    - Drop XS-Testsuite, as dpkg now recognizes the Testsuite header, and
-      dpkg-source automatically adds one when an autopkgtest suite is found
-  * debian/copyright:
-    - Bump copyright years
-  * debian/watch:
-    - Upstream moved to GitHub
-
- -- Christian Kastner <debian at kvr.at>  Mon, 06 Jul 2015 13:54:38 +0200
-
-python-cachetools (1.0.0-1) unstable; urgency=medium
-
-  * New upstream release.
-  * debian/copyright:
-    - Correctly spell author's name
-
- -- Christian Kastner <debian at kvr.at>  Fri, 19 Dec 2014 20:46:52 +0100
-
-python-cachetools (0.7.0-1) unstable; urgency=medium
-
-  * Initial release. Closes: #767298
-
- -- Christian Kastner <debian at kvr.at>  Thu, 30 Oct 2014 22:15:23 +0100

Copied: packages/python-cachetools/tags/1.0.3-1/debian/changelog (from rev 33775, packages/python-cachetools/trunk/debian/changelog)
===================================================================
--- packages/python-cachetools/tags/1.0.3-1/debian/changelog	                        (rev 0)
+++ packages/python-cachetools/tags/1.0.3-1/debian/changelog	2015-08-15 14:29:34 UTC (rev 33776)
@@ -0,0 +1,27 @@
+python-cachetools (1.0.3-1) unstable; urgency=medium
+
+  * New upstream release.
+  * debian/control:
+    - Drop XS-Testsuite, as dpkg now recognizes the Testsuite header, and
+      dpkg-source automatically adds one when an autopkgtest suite is found
+    - Switch Maintainer email to my @debian.org address
+  * debian/copyright:
+    - Bump copyright years
+  * debian/watch:
+    - Upstream moved to GitHub
+
+ -- Christian Kastner <ckk at debian.org>  Sat, 15 Aug 2015 14:14:02 +0200
+
+python-cachetools (1.0.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * debian/copyright:
+    - Correctly spell author's name
+
+ -- Christian Kastner <debian at kvr.at>  Fri, 19 Dec 2014 20:46:52 +0100
+
+python-cachetools (0.7.0-1) unstable; urgency=medium
+
+  * Initial release. Closes: #767298
+
+ -- Christian Kastner <debian at kvr.at>  Thu, 30 Oct 2014 22:15:23 +0100

Deleted: packages/python-cachetools/tags/1.0.3-1/debian/control
===================================================================
--- packages/python-cachetools/trunk/debian/control	2015-08-15 09:57:14 UTC (rev 33774)
+++ packages/python-cachetools/tags/1.0.3-1/debian/control	2015-08-15 14:29:34 UTC (rev 33776)
@@ -1,52 +0,0 @@
-Source: python-cachetools
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Christian Kastner <debian at kvr.at>
-Build-Depends:
-    debhelper (>= 9),
-    dh-python,
-    python-all,
-    python3-all,
-    python-setuptools,
-    python3-setuptools
-Standards-Version: 3.9.6
-Homepage: https://github.com/tkem/cachetools/
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cachetools/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cachetools/trunk/
-X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.2
-
-Package: python-cachetools
-Architecture: all
-Depends:
-    ${python:Depends},
-    ${misc:Depends}
-Description: extensible memoizing collections and decorators for Python
- This Python module provides various memoizing collections and decorators,
- including a variant of the Python 3 Standard Library functools.lru_cache()
- function decorator.
- .
- The supported cache algorithms are:
- .
-  * Least recently used (LRU)
-  * Least frequently used (LFU)
-  * Random replacement (RR)
-  * Per-item time-to-live (TTL)
-
-Package: python3-cachetools
-Architecture: all
-Depends:
-    ${python3:Depends},
-    ${misc:Depends}
-Description: extensible memoizing collections and decorators for Python 3
- This Python 3 module provides various memoizing collections and decorators,
- including a variant of the Python 3 Standard Library functools.lru_cache()
- function decorator.
- .
- The supported cache algorithms are:
- .
-  * Least recently used (LRU)
-  * Least frequently used (LFU)
-  * Random replacement (RR)
-  * Per-item time-to-live (TTL)

Copied: packages/python-cachetools/tags/1.0.3-1/debian/control (from rev 33775, packages/python-cachetools/trunk/debian/control)
===================================================================
--- packages/python-cachetools/tags/1.0.3-1/debian/control	                        (rev 0)
+++ packages/python-cachetools/tags/1.0.3-1/debian/control	2015-08-15 14:29:34 UTC (rev 33776)
@@ -0,0 +1,52 @@
+Source: python-cachetools
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Christian Kastner <ckk at debian.org>
+Build-Depends:
+    debhelper (>= 9),
+    dh-python,
+    python-all,
+    python3-all,
+    python-setuptools,
+    python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/tkem/cachetools/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cachetools/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cachetools/trunk/
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
+
+Package: python-cachetools
+Architecture: all
+Depends:
+    ${python:Depends},
+    ${misc:Depends}
+Description: extensible memoizing collections and decorators for Python
+ This Python module provides various memoizing collections and decorators,
+ including a variant of the Python 3 Standard Library functools.lru_cache()
+ function decorator.
+ .
+ The supported cache algorithms are:
+ .
+  * Least recently used (LRU)
+  * Least frequently used (LFU)
+  * Random replacement (RR)
+  * Per-item time-to-live (TTL)
+
+Package: python3-cachetools
+Architecture: all
+Depends:
+    ${python3:Depends},
+    ${misc:Depends}
+Description: extensible memoizing collections and decorators for Python 3
+ This Python 3 module provides various memoizing collections and decorators,
+ including a variant of the Python 3 Standard Library functools.lru_cache()
+ function decorator.
+ .
+ The supported cache algorithms are:
+ .
+  * Least recently used (LRU)
+  * Least frequently used (LFU)
+  * Random replacement (RR)
+  * Per-item time-to-live (TTL)

Deleted: packages/python-cachetools/tags/1.0.3-1/debian/copyright
===================================================================
--- packages/python-cachetools/trunk/debian/copyright	2015-08-15 09:57:14 UTC (rev 33774)
+++ packages/python-cachetools/tags/1.0.3-1/debian/copyright	2015-08-15 14:29:34 UTC (rev 33776)
@@ -1,29 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
-Upstream-Name: cachetools
-Source: https://pypi.python.org/pypi/cachetools/
-
-Files: *
-Copyright: 2014-2015, Thomas Kemmer
-License: Expat
- 
-Files: debian/*
-Copyright: 2014-2015, Christian Kastner <debian at kvr.at>
-License: Expat
-
-License: Expat
- Permission is hereby granted, free of charge, to any person obtaining a copy of
- this software and associated documentation files (the "Software"), to deal in
- the Software without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
- the Software, and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: packages/python-cachetools/tags/1.0.3-1/debian/copyright (from rev 33775, packages/python-cachetools/trunk/debian/copyright)
===================================================================
--- packages/python-cachetools/tags/1.0.3-1/debian/copyright	                        (rev 0)
+++ packages/python-cachetools/tags/1.0.3-1/debian/copyright	2015-08-15 14:29:34 UTC (rev 33776)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: cachetools
+Source: https://pypi.python.org/pypi/cachetools/
+
+Files: *
+Copyright: 2014-2015, Thomas Kemmer
+License: Expat
+
+Files: debian/*
+Copyright: 2014-2015, Christian Kastner <ckk at debian.org>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+ the Software, and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




More information about the Python-modules-commits mailing list