[Python-modules-commits] r33680 - in packages/python-pretend/tags (11 files)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Sun Aug 9 17:51:46 UTC 2015
Date: Sunday, August 9, 2015 @ 17:51:45
Author: mithrandi
Revision: 33680
[svn-buildpackage] Tagging python-pretend 1.0.8-2
Added:
packages/python-pretend/tags/1.0.8-2/
packages/python-pretend/tags/1.0.8-2/debian/changelog
(from rev 33679, packages/python-pretend/trunk/debian/changelog)
packages/python-pretend/tags/1.0.8-2/debian/control
(from rev 33679, packages/python-pretend/trunk/debian/control)
packages/python-pretend/tags/1.0.8-2/debian/pypy-pretend.docs
(from rev 28349, packages/python-pretend/trunk/debian/pypy-pretend.docs)
packages/python-pretend/tags/1.0.8-2/debian/python-pretend.docs
(from rev 28349, packages/python-pretend/trunk/debian/python-pretend.docs)
packages/python-pretend/tags/1.0.8-2/debian/python3-pretend.docs
(from rev 28349, packages/python-pretend/trunk/debian/python3-pretend.docs)
packages/python-pretend/tags/1.0.8-2/debian/watch
(from rev 32522, packages/python-pretend/trunk/debian/watch)
Deleted:
packages/python-pretend/tags/1.0.8-2/debian/changelog
packages/python-pretend/tags/1.0.8-2/debian/control
packages/python-pretend/tags/1.0.8-2/debian/patches/
packages/python-pretend/tags/1.0.8-2/debian/watch
Deleted: packages/python-pretend/tags/1.0.8-2/debian/changelog
===================================================================
--- packages/python-pretend/trunk/debian/changelog 2014-03-28 19:33:19 UTC (rev 28348)
+++ packages/python-pretend/tags/1.0.8-2/debian/changelog 2015-08-09 17:51:45 UTC (rev 33680)
@@ -1,5 +0,0 @@
-python-pretend (1.0.8-1) unstable; urgency=medium
-
- * Initial release. (Closes: #739705)
-
- -- Tristan Seligmann <mithrandi at debian.org> Fri, 21 Feb 2014 18:36:35 +0200
Copied: packages/python-pretend/tags/1.0.8-2/debian/changelog (from rev 33679, packages/python-pretend/trunk/debian/changelog)
===================================================================
--- packages/python-pretend/tags/1.0.8-2/debian/changelog (rev 0)
+++ packages/python-pretend/tags/1.0.8-2/debian/changelog 2015-08-09 17:51:45 UTC (rev 33680)
@@ -0,0 +1,13 @@
+python-pretend (1.0.8-2) unstable; urgency=medium
+
+ * Switch debian/watch to pypi.debian.net redirector.
+ * Remove distutils patch since we can now use setuptools.
+ * Bump S-V to 3.9.6.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 09 Aug 2015 18:57:50 +0200
+
+python-pretend (1.0.8-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #739705)
+
+ -- Tristan Seligmann <mithrandi at debian.org> Fri, 21 Feb 2014 18:36:35 +0200
Deleted: packages/python-pretend/tags/1.0.8-2/debian/control
===================================================================
--- packages/python-pretend/trunk/debian/control 2014-03-28 19:33:19 UTC (rev 28348)
+++ packages/python-pretend/tags/1.0.8-2/debian/control 2015-08-09 17:51:45 UTC (rev 33680)
@@ -1,51 +0,0 @@
-Source: python-pretend
-Maintainer: Tristan Seligmann <mithrandi at debian.org>
-Section: python
-Priority: optional
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all,
- python3-all,
- pypy
-Standards-Version: 3.9.5
-Homepage: https://github.com/alex/pretend
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pretend/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pretend/trunk/
-XS-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
-
-Package: python-pretend
-Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Python library for stubbing (Python 2)
- Pretend is a library to make stubbing with Python easier.
- .
- Stubbing is a technique for writing tests. You may hear the term mixed up with
- mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
- responses, rather than doing any computation.
- .
- This package contains the Python 2 version of pretend.
-
-Package: python3-pretend
-Architecture: all
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Python library for stubbing (Python 3)
- Pretend is a library to make stubbing with Python easier.
- .
- Stubbing is a technique for writing tests. You may hear the term mixed up with
- mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
- responses, rather than doing any computation.
- .
-
-Package: pypy-pretend
-Architecture: all
-Depends: ${pypy:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Python library for stubbing (PyPy)
- Pretend is a library to make stubbing with Python easier.
- .
- Stubbing is a technique for writing tests. You may hear the term mixed up with
- mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
- responses, rather than doing any computation.
- .
- This package contains the PyPy version of pretend.
Copied: packages/python-pretend/tags/1.0.8-2/debian/control (from rev 33679, packages/python-pretend/trunk/debian/control)
===================================================================
--- packages/python-pretend/tags/1.0.8-2/debian/control (rev 0)
+++ packages/python-pretend/tags/1.0.8-2/debian/control 2015-08-09 17:51:45 UTC (rev 33680)
@@ -0,0 +1,55 @@
+Source: python-pretend
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Tristan Seligmann <mithrandi at debian.org>
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python3-all,
+ pypy,
+ python-setuptools,
+ python3-setuptools,
+ pypy-setuptools,
+Standards-Version: 3.9.6
+Homepage: https://github.com/alex/pretend
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pretend/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pretend/trunk/
+XS-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+
+Package: python-pretend
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Python library for stubbing (Python 2)
+ Pretend is a library to make stubbing with Python easier.
+ .
+ Stubbing is a technique for writing tests. You may hear the term mixed up with
+ mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
+ responses, rather than doing any computation.
+ .
+ This package contains the Python 2 version of pretend.
+
+Package: python3-pretend
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: Python library for stubbing (Python 3)
+ Pretend is a library to make stubbing with Python easier.
+ .
+ Stubbing is a technique for writing tests. You may hear the term mixed up with
+ mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
+ responses, rather than doing any computation.
+ .
+
+Package: pypy-pretend
+Architecture: all
+Depends: ${pypy:Depends}, ${misc:Depends}
+Description: Python library for stubbing (PyPy)
+ Pretend is a library to make stubbing with Python easier.
+ .
+ Stubbing is a technique for writing tests. You may hear the term mixed up with
+ mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
+ responses, rather than doing any computation.
+ .
+ This package contains the PyPy version of pretend.
Copied: packages/python-pretend/tags/1.0.8-2/debian/pypy-pretend.docs (from rev 28349, packages/python-pretend/trunk/debian/pypy-pretend.docs)
===================================================================
--- packages/python-pretend/tags/1.0.8-2/debian/pypy-pretend.docs (rev 0)
+++ packages/python-pretend/tags/1.0.8-2/debian/pypy-pretend.docs 2015-08-09 17:51:45 UTC (rev 33680)
@@ -0,0 +1 @@
+README.rst
Copied: packages/python-pretend/tags/1.0.8-2/debian/python-pretend.docs (from rev 28349, packages/python-pretend/trunk/debian/python-pretend.docs)
===================================================================
--- packages/python-pretend/tags/1.0.8-2/debian/python-pretend.docs (rev 0)
+++ packages/python-pretend/tags/1.0.8-2/debian/python-pretend.docs 2015-08-09 17:51:45 UTC (rev 33680)
@@ -0,0 +1 @@
+README.rst
Copied: packages/python-pretend/tags/1.0.8-2/debian/python3-pretend.docs (from rev 28349, packages/python-pretend/trunk/debian/python3-pretend.docs)
===================================================================
--- packages/python-pretend/tags/1.0.8-2/debian/python3-pretend.docs (rev 0)
+++ packages/python-pretend/tags/1.0.8-2/debian/python3-pretend.docs 2015-08-09 17:51:45 UTC (rev 33680)
@@ -0,0 +1 @@
+README.rst
Deleted: packages/python-pretend/tags/1.0.8-2/debian/watch
===================================================================
--- packages/python-pretend/trunk/debian/watch 2014-03-28 19:33:19 UTC (rev 28348)
+++ packages/python-pretend/tags/1.0.8-2/debian/watch 2015-08-09 17:51:45 UTC (rev 33680)
@@ -1,2 +0,0 @@
-version=3
-opts=pgpsigurlmangle=s/$/.asc/ https://pypi.python.org/packages/source/c/cryptography/cryptography-(.*).tar.gz
Copied: packages/python-pretend/tags/1.0.8-2/debian/watch (from rev 32522, packages/python-pretend/trunk/debian/watch)
===================================================================
--- packages/python-pretend/tags/1.0.8-2/debian/watch (rev 0)
+++ packages/python-pretend/tags/1.0.8-2/debian/watch 2015-08-09 17:51:45 UTC (rev 33680)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+http://pypi.debian.net/pretend/pretend-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list