[Python-modules-commits] r26028 - in packages/webtest/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Oct 2 18:10:07 UTC 2013


    Date: Wednesday, October 2, 2013 @ 18:10:05
  Author: piotr
Revision: 26028

* New upstream release
  - bump minimum required Python version to 2.6
  - add python-six, python-waitress and python-bs4 to Depends
  - remove python-pastescript from Depends
  - remove python-simplejson and python-beautifulsoup from Recommends
  - add python-pyquery to Recommends
* Update debian/watch file to check for zip files
* Standards-Version bumped to 3.9.4 (no changes needed)

Modified:
  packages/webtest/trunk/debian/changelog
  packages/webtest/trunk/debian/control
  packages/webtest/trunk/debian/rules
  packages/webtest/trunk/debian/watch

Modified: packages/webtest/trunk/debian/changelog
===================================================================
--- packages/webtest/trunk/debian/changelog	2013-10-01 10:22:47 UTC (rev 26027)
+++ packages/webtest/trunk/debian/changelog	2013-10-02 18:10:05 UTC (rev 26028)
@@ -1,9 +1,20 @@
-webtest (1.4.0-2) UNRELEASED; urgency=low
+webtest (2.0.9-1) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:04:18 +0200
+  [ Piotr Ożarowski ]
+  * New upstream release
+    - bump minimum required Python version to 2.6
+    - add python-six, python-waitress and python-bs4 to Depends
+    - remove python-pastescript from Depends
+    - remove python-simplejson and python-beautifulsoup from Recommends
+    - add python-pyquery to Recommends
+  * Update debian/watch file to check for zip files
+  * Standards-Version bumped to 3.9.4 (no changes needed)
 
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 02 Oct 2013 19:37:14 +0200
+
 webtest (1.4.0-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/webtest/trunk/debian/control
===================================================================
--- packages/webtest/trunk/debian/control	2013-10-01 10:22:47 UTC (rev 26027)
+++ packages/webtest/trunk/debian/control	2013-10-02 18:10:05 UTC (rev 26028)
@@ -6,17 +6,18 @@
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: python-all,
  python-setuptools (>= 0.6b3-1~), python-webob, python-sphinx (>= 1.0.7+dfsg-1~)
-Standards-Version: 3.9.3
-X-Python-Version: >=2.4
+Standards-Version: 3.9.4
+X-Python-Version: >=2.6
 Homepage: http://pythonpaste.org/webtest/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/webtest/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/webtest/trunk/
 
 Package: python-webtest
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-webob,
- python-paste (>= 1.7.1), python-pastedeploy, python-pastescript
-Recommends: python-simplejson, python-beautifulsoup, python-lxml
+Depends: ${python:Depends}, ${misc:Depends}, python-webob (>= 1.2),
+ python-six, python-waitress (>= 0.8.5), python-bs4,
+ python-paste (>= 1.7.1), python-pastedeploy
+Recommends: python-lxml, python-pyquery
 Suggests: ${sphinxdoc:Depends}
 Description: wraps any WSGI application and makes it easy to test
  WebTest helps you test your WSGI-based web applications. This can be any

Modified: packages/webtest/trunk/debian/rules
===================================================================
--- packages/webtest/trunk/debian/rules	2013-10-01 10:22:47 UTC (rev 26027)
+++ packages/webtest/trunk/debian/rules	2013-10-02 18:10:05 UTC (rev 26028)
@@ -2,7 +2,6 @@
 
 #export DH_VERBOSE=1
 
-DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
 PYVERS=$(shell pyversions -vr)
 PKGDIR=$(CURDIR)/debian/python-webtest
 

Modified: packages/webtest/trunk/debian/watch
===================================================================
--- packages/webtest/trunk/debian/watch	2013-10-01 10:22:47 UTC (rev 26027)
+++ packages/webtest/trunk/debian/watch	2013-10-02 18:10:05 UTC (rev 26028)
@@ -1,2 +1,2 @@
 version=3
-http://pypi.python.org/packages/source/W/WebTest/WebTest-(.*)\.tar\.gz
+http://pypi.python.org/packages/source/W/WebTest/WebTest-(.*)\.(?:zip|tar\.gz)




More information about the Python-modules-commits mailing list