[Python-modules-commits] r5612 - in packages/nose/trunk/debian (changelog control pycompat)

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Thu Jun 12 11:18:30 UTC 2008


    Date: Thursday, June 12, 2008 @ 11:18:29
  Author: shlomme
Revision: 5612

* updates for new upstream release 0.10.3

Modified:
  packages/nose/trunk/debian/changelog
  packages/nose/trunk/debian/control
Deleted:
  packages/nose/trunk/debian/pycompat

Modified: packages/nose/trunk/debian/changelog
===================================================================
--- packages/nose/trunk/debian/changelog	2008-06-12 11:08:05 UTC (rev 5611)
+++ packages/nose/trunk/debian/changelog	2008-06-12 11:18:29 UTC (rev 5612)
@@ -1,9 +1,18 @@
-nose (0.10.1-2) UNRELEASED; urgency=low
-
+nose (0.10.3-1) UNRELEASED; urgency=low
+	
+  [Torsten Marek]
+  * New upstream release (Closes: #461994)
+  * debian/control
+    - bump standards version to 3.8.0, no changes necessary
+    - add suggestions for python-coverage (Closes: #457053)
+    - change dependency on python-setuptools into 
+      python-pkg-resources (Closes: #468719)
+	
+  [Gustavo Noronha Silva]
   * debian/control:
-  - remove -1 from build-dep on setuptools
+    - remove -1 from build-dep on setuptools
 
- -- Gustavo Noronha Silva <kov at debian.org>  Sun, 10 Feb 2008 22:32:12 -0200
+ -- Torsten Marek <shlomme at debian.org>  Thu, 12 Jun 2008 13:08:11 +0200
 
 nose (0.10.1-1) unstable; urgency=low
 

Modified: packages/nose/trunk/debian/control
===================================================================
--- packages/nose/trunk/debian/control	2008-06-12 11:08:05 UTC (rev 5611)
+++ packages/nose/trunk/debian/control	2008-06-12 11:18:29 UTC (rev 5612)
@@ -3,17 +3,16 @@
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: python-dev (>= 2.3.5-7), python-setuptools (>= 0.6a9), debhelper (>= 5.0.37.2), cdbs (>= 0.4.42), python-support (>= 0.6.4)
+Build-Depends: python-dev (>= 2.3.5-7), python-setuptools (>= 0.6a9), debhelper (>= 5.0.38), cdbs (>= 0.4.42), python-support (>= 0.8.1)
 Homepage: http://somethingaboutorange.com/mrl/projects/nose/
-XS-Python-Version: >= 2.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/nose/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/nose/trunk/?op=log
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: python-nose
 Architecture: all
-Depends: ${python:Depends}, python-setuptools (>= 0.6a9-1)
-XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, python-pkg-resources
+Suggests: python-coverage
 Description: test discovery and running for Python's unittest
  nose provides an alternate test discovery and running process for
  unittest, one that is intended to mimic the behavior of py.test as

Deleted: packages/nose/trunk/debian/pycompat
===================================================================
--- packages/nose/trunk/debian/pycompat	2008-06-12 11:08:05 UTC (rev 5611)
+++ packages/nose/trunk/debian/pycompat	2008-06-12 11:18:29 UTC (rev 5612)
@@ -1 +0,0 @@
-2




More information about the Python-modules-commits mailing list