[Python-apps-commits] r9466 - in packages/tox/trunk/debian (5 files)

warsaw-guest at users.alioth.debian.org warsaw-guest at users.alioth.debian.org
Fri Mar 1 15:49:11 UTC 2013


    Date: Friday, March 1, 2013 @ 15:49:10
  Author: warsaw-guest
Revision: 9466

* 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.

Modified:
  packages/tox/trunk/debian/changelog
  packages/tox/trunk/debian/patches/no-download.patch
  packages/tox/trunk/debian/patches/series
  packages/tox/trunk/debian/rules
  packages/tox/trunk/debian/watch

Modified: packages/tox/trunk/debian/changelog
===================================================================
--- packages/tox/trunk/debian/changelog	2013-03-01 07:23:33 UTC (rev 9465)
+++ packages/tox/trunk/debian/changelog	2013-03-01 15:49:10 UTC (rev 9466)
@@ -1,3 +1,12 @@
+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

Modified: packages/tox/trunk/debian/patches/no-download.patch
===================================================================
--- packages/tox/trunk/debian/patches/no-download.patch	2013-03-01 07:23:33 UTC (rev 9465)
+++ packages/tox/trunk/debian/patches/no-download.patch	2013-03-01 15:49:10 UTC (rev 9466)
@@ -4,25 +4,16 @@
 
 --- a/tox.ini
 +++ b/tox.ini
-@@ -1,16 +1,17 @@
+@@ -1,8 +1,10 @@
  [tox]
- envlist=py27,py26,py25,py31,py32,docs
+ envlist=py27,py26,py25,py32,py33,docs,pypy
 +sitepackages=True
  indexserver =
 -    testrun = http://pypi.testrun.org
--    pypi = http://pypi.python.org/simple
+-    pypi = https://pypi.python.org/simple
 +    testrun = http://missing.example.com
-+    pypi = http://missing.example.com
++    pypi = https://missing.example.com/simple
 +    default = http://missing.example.com
  
  [testenv:X]
  commands=echo {posargs}
- 
- [testenv]
- commands=py.test --junitxml={envlogdir}/junit-{envname}.xml {posargs}
--deps=pytest
--     py
-+deps=
- 
- [testenv:docs]
- basepython=python

Modified: packages/tox/trunk/debian/patches/series
===================================================================
--- packages/tox/trunk/debian/patches/series	2013-03-01 07:23:33 UTC (rev 9465)
+++ packages/tox/trunk/debian/patches/series	2013-03-01 15:49:10 UTC (rev 9466)
@@ -1,5 +1,2 @@
 intersphinx_mapping.patch
-fix-doctree.patch
-upstream-issue58.patch
-test-problems.patch
 no-download.patch

Modified: packages/tox/trunk/debian/rules
===================================================================
--- packages/tox/trunk/debian/rules	2013-03-01 07:23:33 UTC (rev 9465)
+++ packages/tox/trunk/debian/rules	2013-03-01 15:49:10 UTC (rev 9466)
@@ -37,7 +37,6 @@
 # run it out of the built location), invoke the main() function explicitly.
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 test-python%:
-	HOME=$(FAKEHOME) \
 	PYTHONPATH=.:/usr/lib/python$*/dist-packages \
 	python$* -c 'from tox._cmdline import main; main(["-e", "py"+"$*".replace(".", "")])'
 

Modified: packages/tox/trunk/debian/watch
===================================================================
--- packages/tox/trunk/debian/watch	2013-03-01 07:23:33 UTC (rev 9465)
+++ packages/tox/trunk/debian/watch	2013-03-01 15:49:10 UTC (rev 9466)
@@ -1,2 +1,2 @@
 version=3
-http://pypi.python.org/packages/source/t/tox/tox-(.*).zip
+http://pypi.python.org/packages/source/t/tox/tox-(.*).tar.gz




More information about the Python-apps-commits mailing list