[Python-modules-commits] r24531 - in packages/beautifulsoup4/trunk/debian (6 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sat May 25 19:29:17 UTC 2013


    Date: Saturday, May 25, 2013 @ 19:29:14
  Author: stefanor
Revision: 24531

* New upstream release.
* Upload to unstable, wheezy released.
* Drop all patches, superseded upstream.
* Bump copyright years.
* Run unit tests against python3.

Modified:
  packages/beautifulsoup4/trunk/debian/changelog
  packages/beautifulsoup4/trunk/debian/copyright
  packages/beautifulsoup4/trunk/debian/rules
  packages/beautifulsoup4/trunk/debian/tests/unittests
  packages/beautifulsoup4/trunk/debian/tests/unittests3
Deleted:
  packages/beautifulsoup4/trunk/debian/patches/

Modified: packages/beautifulsoup4/trunk/debian/changelog
===================================================================
--- packages/beautifulsoup4/trunk/debian/changelog	2013-05-25 17:51:48 UTC (rev 24530)
+++ packages/beautifulsoup4/trunk/debian/changelog	2013-05-25 19:29:14 UTC (rev 24531)
@@ -1,7 +1,12 @@
-beautifulsoup4 (4.1.2-2) UNRELEASED; urgency=low
+beautifulsoup4 (4.2.0-1) unstable; urgency=low
 
   [ Stefano Rivera ]
+  * New upstream release.
+  * Upload to unstable, wheezy released.
+  * Drop all patches, superseded upstream.
+  * Bump copyright years.
   * Add autopkgtests.
+  * Run unit tests against python3.
 
   [ Dmitry Shachnev ]
   * Use /usr/bin/nosetests3 instead of /usr/bin/nosetests-3.X in
@@ -10,7 +15,7 @@
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:00:31 +0200
+ -- Stefano Rivera <stefanor at debian.org>  Sat, 25 May 2013 21:27:22 +0200
 
 beautifulsoup4 (4.1.2-1) experimental; urgency=low
 

Modified: packages/beautifulsoup4/trunk/debian/copyright
===================================================================
--- packages/beautifulsoup4/trunk/debian/copyright	2013-05-25 17:51:48 UTC (rev 24530)
+++ packages/beautifulsoup4/trunk/debian/copyright	2013-05-25 19:29:14 UTC (rev 24531)
@@ -4,13 +4,13 @@
 Source: https://launchpad.net/beautifulsoup
 
 Files: *
-Copyright: 2004-2012, Leonard Richardsonn
+Copyright: 2004-2013, Leonard Richardsonn
 License: Expatish
 Comment:
  Beautiful Soup incorporates code from the html5lib library, which is also made
  available under the MIT license.
 
-Files: bs4/doc/source/6.1.jpg
+Files: doc/source/6.1.jpg
 Copyright: Out of copyright
 License: public-domain
  Copyright protection expired. From Alice in Wonderland, published 1865.
@@ -18,7 +18,7 @@
 Files: debian/*
 Copyright:
  2005-2009, Decklin Foster <decklin at red-bean.com>
- 2011-2012, Stefano Rivera <stefanor at debian.org>
+ 2011-2013, Stefano Rivera <stefanor at debian.org>
 License: Expatish
 
 License: Expatish

Modified: packages/beautifulsoup4/trunk/debian/rules
===================================================================
--- packages/beautifulsoup4/trunk/debian/rules	2013-05-25 17:51:48 UTC (rev 24530)
+++ packages/beautifulsoup4/trunk/debian/rules	2013-05-25 19:29:14 UTC (rev 24531)
@@ -21,6 +21,11 @@
 	for py in $(PYVERS); do \
 		nosetests-$$py -w $(call py_builddir_sh,$$py); \
 	done
+	# build_py_2to3 builds to build/lib, urgh
+	set -xe; \
+	for py in $(PY3VERS); do \
+		python$$py /usr/bin/nosetests3 build/lib; \
+	done
 endif
 
 override_dh_auto_install:

Modified: packages/beautifulsoup4/trunk/debian/tests/unittests
===================================================================
--- packages/beautifulsoup4/trunk/debian/tests/unittests	2013-05-25 17:51:48 UTC (rev 24530)
+++ packages/beautifulsoup4/trunk/debian/tests/unittests	2013-05-25 19:29:14 UTC (rev 24531)
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -efu
 
-pys="$(pyversions -rv)"
+pys="$(pyversions -rv 2> /dev/null)"
 
 cd "$ADTTMP"
 

Modified: packages/beautifulsoup4/trunk/debian/tests/unittests3
===================================================================
--- packages/beautifulsoup4/trunk/debian/tests/unittests3	2013-05-25 17:51:48 UTC (rev 24530)
+++ packages/beautifulsoup4/trunk/debian/tests/unittests3	2013-05-25 19:29:14 UTC (rev 24531)
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -efu
 
-pys="$(py3versions -r)"
+pys="$(py3versions -r 2> /dev/null)"
 
 cd "$ADTTMP"
 




More information about the Python-modules-commits mailing list