[Python-apps-commits] r10968 - in packages/tox/tags (5 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Tue Jun 17 20:09:45 UTC 2014


    Date: Tuesday, June 17, 2014 @ 20:09:44
  Author: barry
Revision: 10968

[svn-buildpackage] Tagging tox 1.7.1-1

Added:
  packages/tox/tags/1.7.1-1/
  packages/tox/tags/1.7.1-1/debian/changelog
    (from rev 10967, packages/tox/trunk/debian/changelog)
  packages/tox/tags/1.7.1-1/debian/control
    (from rev 10967, packages/tox/trunk/debian/control)
Deleted:
  packages/tox/tags/1.7.1-1/debian/changelog
  packages/tox/tags/1.7.1-1/debian/control

Deleted: packages/tox/tags/1.7.1-1/debian/changelog
===================================================================
--- packages/tox/trunk/debian/changelog	2014-06-17 19:14:44 UTC (rev 10966)
+++ packages/tox/tags/1.7.1-1/debian/changelog	2014-06-17 20:09:44 UTC (rev 10968)
@@ -1,88 +0,0 @@
-tox (1.7.1-1) UNRELEASED; urgency=low
-
-  * New upstream release.
-  * d/control:
-    - Re-enable DEP 8 tests.
-    - Add missing Build-Depend dependencies.
-    - Switch to using Python 3 only.
-    - Add to Depends: python3-py, python3-virtualenv
-    - Add X-Python3-Version header and remove X-Python-Version header.
-    - Bump Standards-Version to 3.9.5 with no other changes necessary.
-  * d/rules: Switch to Python 3.  Closes: #746236
-  * d/tests
-    - built: Simplify and switch to /bin/sh.
-    - control: Update to use Python 3 dependencies.
-  * d/patches:
-    - hack-requires.patch: Added; use Depends instead.
-    - build-time-tests.patch: Added; skips build-time tests which
-      require an installed `tox` executable.  These are tested by the DEP-8
-      tests.
-    - de-google-ify.patch: Added; fixes privacy-breach-google-adsense
-      lintian errors.
-    - test-fixes.patch: Removed; applied upstream.
-    - no-download.patch: Removed; obsolete.
-    - testenv-deps.patch: Removed; obsolete.
-  * d/python-tox.pyremove: Removed.
-  * d/python-tox.docs: Update.
-
- -- Barry Warsaw <barry at debian.org>  Thu, 29 May 2014 16:53:29 -0400
-
-tox (1.6.0-1) unstable; urgency=low
-
-  * New upstream release.
-    - d/patches/upstream-issue58.patch: Removed; applied upstream.
-    - d/patches/no-download.patch: Refreshed.
-    - d/patches/pytest-dep-version.patch: Removed; no longer necessary.
-    - d/patches/testenv-deps.patch: Added
-    - d/patches/test_fixes.patch: Added
-    - d/patches/no-download.patch, d/copyright, d/manpage/conf.py:
-      Update author email.
-
- -- Barry Warsaw <barry at debian.org>  Tue, 20 Aug 2013 21:48:05 -0400
-
-tox (1.5.0-1) unstable; urgency=low
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
-  [ Barry Warsaw ]
-  * New upstream release.  (Closes: #702009)
-  * d/control: Update maintainer email.
-  * d/patches/no-download.patch: Refreshed.
-  * d/patches/pytest-dep-version.patch: Disable instafail dependency
-    for now until that package clears NEW.
-  * d/rules: Remove get-orig-source since upstream now releases a .tar.gz.
-  * d/python-tox.docs: README.txt was renamed to README.rst.
-
- -- Barry Warsaw <barry at debian.org>  Mon, 15 Jul 2013 13:47:06 -0400
-
-tox (1.4.3-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/watch: Update URL since upstream now releases tar.gz files.
-  * debian/rules: No more need for $FAKEHOME.
-  * debian/patches/no-download.patch: Refreshed.
-
- -- Barry Warsaw <barry at python.org>  Fri, 01 Mar 2013 10:25:03 -0500
-
-tox (1.4.2-2) unstable; urgency=low
-
-  * debian/patches/no-download.patch: Modify tox's own tox.ini file to
-    prevent unintended downloads of dependencies from remote Python
-    package servers.
-  * debian/control: Add B-D for python-pytest.
-  * debian/rules:
-    + Hack $PYTHONPATH to include the system Python's dist-packages when
-      running tox's own tox test.  Without this, the system installed
-      dependencies will not be found (since they aren't downloaded as per
-      above).
-    + Export $http_proxy to additionally prevent unintended internet
-      access by setuptools.
-
- -- Barry Warsaw <barry at python.org>  Wed, 28 Nov 2012 14:59:23 -0500
-
-tox (1.4.2-1) unstable; urgency=low
-
-  * Initial release. (Closes: #664759)
-
- -- Barry Warsaw <barry at python.org>  Fri, 09 Nov 2012 18:07:19 -0500

Copied: packages/tox/tags/1.7.1-1/debian/changelog (from rev 10967, packages/tox/trunk/debian/changelog)
===================================================================
--- packages/tox/tags/1.7.1-1/debian/changelog	                        (rev 0)
+++ packages/tox/tags/1.7.1-1/debian/changelog	2014-06-17 20:09:44 UTC (rev 10968)
@@ -0,0 +1,91 @@
+tox (1.7.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * d/control:
+    - Re-enable DEP 8 tests.
+    - Add missing Build-Depend dependencies.
+    - Switch to using Python 3 only.
+    - Add to Depends: python3-py, python3-virtualenv
+    - Add X-Python3-Version header and remove X-Python-Version header.
+    - Bump Standards-Version to 3.9.5 with no other changes necessary.
+    - Fix virtualenv dependency.  Closes: #755193
+  * d/rules: 
+    - Switch to Python 3.  Closes: #746236
+    - override_dh_auto_clean removes .tox directory.  Closes: #751803
+  * d/tests
+    - built: Simplify and switch to /bin/sh.
+    - control: Update to use Python 3 dependencies.
+  * d/patches:
+    - hack-requires.patch: Added; use Depends instead.
+    - build-time-tests.patch: Added; skips build-time tests which
+      require an installed `tox` executable.  These are tested by the DEP-8
+      tests.
+    - de-google-ify.patch: Added; fixes privacy-breach-google-adsense
+      lintian errors.
+    - test-fixes.patch: Removed; applied upstream.
+    - no-download.patch: Removed; obsolete.
+    - testenv-deps.patch: Removed; obsolete.
+  * d/python-tox.pyremove: Removed.
+  * d/python-tox.docs: Update.
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 17 Jun 2014 16:05:44 -0400
+
+tox (1.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+    - d/patches/upstream-issue58.patch: Removed; applied upstream.
+    - d/patches/no-download.patch: Refreshed.
+    - d/patches/pytest-dep-version.patch: Removed; no longer necessary.
+    - d/patches/testenv-deps.patch: Added
+    - d/patches/test_fixes.patch: Added
+    - d/patches/no-download.patch, d/copyright, d/manpage/conf.py:
+      Update author email.
+
+ -- Barry Warsaw <barry at debian.org>  Tue, 20 Aug 2013 21:48:05 -0400
+
+tox (1.5.0-1) unstable; urgency=low
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+  [ Barry Warsaw ]
+  * New upstream release.  (Closes: #702009)
+  * d/control: Update maintainer email.
+  * d/patches/no-download.patch: Refreshed.
+  * d/patches/pytest-dep-version.patch: Disable instafail dependency
+    for now until that package clears NEW.
+  * d/rules: Remove get-orig-source since upstream now releases a .tar.gz.
+  * d/python-tox.docs: README.txt was renamed to README.rst.
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 15 Jul 2013 13:47:06 -0400
+
+tox (1.4.3-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/watch: Update URL since upstream now releases tar.gz files.
+  * debian/rules: No more need for $FAKEHOME.
+  * debian/patches/no-download.patch: Refreshed.
+
+ -- Barry Warsaw <barry at python.org>  Fri, 01 Mar 2013 10:25:03 -0500
+
+tox (1.4.2-2) unstable; urgency=low
+
+  * debian/patches/no-download.patch: Modify tox's own tox.ini file to
+    prevent unintended downloads of dependencies from remote Python
+    package servers.
+  * debian/control: Add B-D for python-pytest.
+  * debian/rules:
+    + Hack $PYTHONPATH to include the system Python's dist-packages when
+      running tox's own tox test.  Without this, the system installed
+      dependencies will not be found (since they aren't downloaded as per
+      above).
+    + Export $http_proxy to additionally prevent unintended internet
+      access by setuptools.
+
+ -- Barry Warsaw <barry at python.org>  Wed, 28 Nov 2012 14:59:23 -0500
+
+tox (1.4.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #664759)
+
+ -- Barry Warsaw <barry at python.org>  Fri, 09 Nov 2012 18:07:19 -0500

Deleted: packages/tox/tags/1.7.1-1/debian/control
===================================================================
--- packages/tox/trunk/debian/control	2014-06-17 19:14:44 UTC (rev 10966)
+++ packages/tox/tags/1.7.1-1/debian/control	2014-06-17 20:09:44 UTC (rev 10968)
@@ -1,40 +0,0 @@
-Source: tox
-Section: python
-Priority: optional
-Maintainer: Barry Warsaw <barry at debian.org>
-Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Homepage: http://codespeak.net/tox
-Build-Depends: debhelper (>= 8),
-               python3-all,
-               python3-pip,
-               python3-pkg-resources,
-               python3-py,
-               python3-pytest,
-               python3-setuptools,
-               python3-sphinx,
-               python3-virtualenv
-Standards-Version: 3.9.5
-Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/tox/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/tox/trunk/
-X-Python3-Version: >= 3.2
-XS-Testsuite: autopkgtest
-
-Package: python-tox
-Architecture: all
-Depends: python3,
-         python3-pkg-resources,
-         python3-py,
-         python3-virtualenv,
-         ${misc:Depends},
-         ${python3:Depends},
-         ${sphinxdoc:Depends}
-Description: virtualenv-based automation of test activities
- Tox as is a generic virtualenv management and test command line tool
- you can use for:
- .
-  * checking your package installs correctly with different Python
-    versions and interpreters
-  * running your tests in each of the environments, configuring your
-    test tool of choice
-  * acting as a frontend to Continuous Integration servers, greatly
-    reducing boilerplate and merging CI and shell-based testing.

Copied: packages/tox/tags/1.7.1-1/debian/control (from rev 10967, packages/tox/trunk/debian/control)
===================================================================
--- packages/tox/tags/1.7.1-1/debian/control	                        (rev 0)
+++ packages/tox/tags/1.7.1-1/debian/control	2014-06-17 20:09:44 UTC (rev 10968)
@@ -0,0 +1,41 @@
+Source: tox
+Section: python
+Priority: optional
+Maintainer: Barry Warsaw <barry at debian.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Homepage: http://codespeak.net/tox
+Build-Depends: debhelper (>= 8),
+               python3-all,
+               python3-pip,
+               python3-pkg-resources,
+               python3-py,
+               python3-pytest,
+               python3-setuptools,
+               python3-sphinx,
+               python3-virtualenv
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/tox/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/tox/trunk/
+X-Python3-Version: >= 3.2
+XS-Testsuite: autopkgtest
+
+Package: python-tox
+Architecture: all
+Depends: python3,
+         python3-pkg-resources,
+         python3-py,
+         python3-virtualenv,
+         virtualenv,
+         ${misc:Depends},
+         ${python3:Depends},
+         ${sphinxdoc:Depends}
+Description: virtualenv-based automation of test activities
+ Tox as is a generic virtualenv management and test command line tool
+ you can use for:
+ .
+  * checking your package installs correctly with different Python
+    versions and interpreters
+  * running your tests in each of the environments, configuring your
+    test tool of choice
+  * acting as a frontend to Continuous Integration servers, greatly
+    reducing boilerplate and merging CI and shell-based testing.




More information about the Python-apps-commits mailing list