[Python-modules-commits] r28251 - in packages/nose/tags (3 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Wed Mar 19 14:39:00 UTC 2014
Date: Wednesday, March 19, 2014 @ 14:38:59
Author: barry
Revision: 28251
[svn-buildpackage] Tagging nose 1.3.1-1
Added:
packages/nose/tags/1.3.1-1/
packages/nose/tags/1.3.1-1/debian/changelog
(from rev 28250, packages/nose/trunk/debian/changelog)
Deleted:
packages/nose/tags/1.3.1-1/debian/changelog
Deleted: packages/nose/tags/1.3.1-1/debian/changelog
===================================================================
--- packages/nose/trunk/debian/changelog 2014-03-19 13:22:08 UTC (rev 28249)
+++ packages/nose/tags/1.3.1-1/debian/changelog 2014-03-19 14:38:59 UTC (rev 28251)
@@ -1,285 +0,0 @@
-nose (1.3.1-1) UNRELEASED; urgency=medium
-
- * Team upload.
- * New upstream release.
- * Drop d/patches/issue759, applied in the new version.
- * Add three new patches (issue782, issue783 and issue788) to fix
- various test failures (closes: #741750).
- * Disable one more unstable test.
- * Remove unit_tests/support/doctest/noname_wrapped.not_pyc in
- clean target.
-
- -- Dmitry Shachnev <mitya57 at gmail.com> Tue, 18 Mar 2014 18:13:53 +0400
-
-nose (1.3.0-3) unstable; urgency=medium
-
- * Team upload.
- * d/patches/issue759: Add a patch from Barry Warsaw to fix FTBFS
- with Python 3.4.
- * d/control: Bump Standards-Version to 3.9.5, no changes needed.
- * Rebuild closes: #730749.
-
- -- Dmitry Shachnev <mitya57 at gmail.com> Wed, 12 Feb 2014 18:48:36 +0400
-
-nose (1.3.0-2.1) unstable; urgency=low
-
- * Non-maintainer upload.
- * debian/control (Build-Depends): Added libjs-jquery-hotkeys,
- libjs-jquery-isonscreen and libjs-jquery-tablesorter (closes: #726695).
-
- -- Michael Banck <mbanck at debian.org> Sat, 23 Nov 2013 17:31:29 +0100
-
-nose (1.3.0-2) unstable; urgency=low
-
- * Team upload.
- * Upload to unstable.
-
- [ Jakub Wilk ]
- * Use canonical URIs for Vcs-* fields.
-
- [ Dmitry Shachnev ]
- * Rebuild without python2.6 (closes: #675753, #707897).
- * Drop nosetests-3.x scripts. There is no easy way to provide these
- scripts for all supported Python 3 versions, and there are other
- ways to do the same thing (like running python3.x -m nose).
- * Install a manpage for nosetests-2.7.
- * Update the Homepage: field.
-
- -- Dmitry Shachnev <mitya57 at gmail.com> Sun, 19 May 2013 16:15:23 +0400
-
-nose (1.3.0-1) experimental; urgency=low
-
- [ Dmitry Shachnev ]
- * Team upload.
- * New upstream release (closes: #675554).
- - Fixes exceptions in tests generator (closes: #663465, thanks to
- Jakub Wilk for the bug report).
- - Provides __main__.py, which allows using nose as "python3 -m nose"
- (thanks to Stefano Rivera for the patch).
- * Build-depend on python-coverage (for the test suite).
- * Bump Standards-Version to 3.9.4, no changes needed.
- * Disable some unstable tests (in multiprocessing module) to make the
- package not FTBFS.
- * Run the tests for Python 3.x during build.
- * debian/patches/manpage-formatting: dropped, the issue is properly
- fixed upstream.
- * debian/rules: disable HTTP traffic during build.
- * Refresh other patches.
- * Update debian/clean.
-
- [ Charlie Smotherman ]
- * Removed myself from uploaders in debian/control
-
- -- Dmitry Shachnev <mitya57 at gmail.com> Thu, 18 Apr 2013 18:24:11 +0400
-
-nose (1.1.2-3) unstable; urgency=low
-
- * Team upload.
- * Rebuild with python3-defaults 3.2.3~rc1-2, to generate correct
- python3:Depends.
- * Bumped Standards Version to 3.9.3 (no changes needed).
-
- -- Stefano Rivera <stefanor at debian.org> Mon, 19 Mar 2012 15:43:59 +0200
-
-nose (1.1.2-2) unstable; urgency=low
-
- * Team upload.
- * Add versioned Breaks & Replaces in python-nose-doc, for moved doc-base
- file.
-
- -- Stefano Rivera <stefanor at debian.org> Mon, 06 Feb 2012 22:30:11 +0200
-
-nose (1.1.2-1) unstable; urgency=low
-
- [ Charlie Smotherman ]
- * New Upstream release. Closes: #646394
- * Switched to source format 3.0 (quilt).
- * Package builds twice in a row now. Closes: #608678
- * Increased debhelper compat level to 7.
- * Migrated from debian/pyversions to X-P-V
- * Migrated debian/copyright to DEP5.
- * Pointed debian/watch at PyPI
- * Use dh7 tiny rules. Bumped debhelper B-D to >= 7.0.50~
- * Use dh_python2. Closes: #631406
- - Bump python B-D to python-all (>= 2.6.6-3~)
- * Use dh_sphinxdoc. Closes: #636079
- * Build python 3 package. Closes: #604038, #647920
- - B-D on python3-all, python3-setuptools.
- - Break documentation into a separate python-nose-doc package.
- * Add myself to Uploaders.
- * Install manpages from debian/rules
-
- [ Stefano Rivera ]
- * Team upload.
- * Remove Google Analytics js from documentation template.
- * Clean correctly after unit tests.
- * Wrap and sort long fields in debian/control.
- * Respect nocheck in DEB_BUILD_OPTIONS.
- * Ensure seteup.py doesn't use distribute_setup.
- * Rework python 3 package, not to use alternatives.
- * Fix shebangs to match script names.
- * Provide rst symlink in python-nose-doc.
-
- -- Stefano Rivera <stefanor at debian.org> Sun, 05 Feb 2012 00:42:33 +0200
-
-nose (1.0.0-1) unstable; urgency=low
-
- * Team upload.
-
- [ Jakub Wilk ]
- * Fix watch file.
-
- [ Piotr Ożarowski ]
- * New upstream release (closes: #608677)
- - adds Python 2.7 (closes: #608679)
- * Remove build dir in clean target
-
- -- Piotr Ożarowski <piotr at debian.org> Sun, 17 Apr 2011 22:13:12 +0200
-
-nose (0.11.1-1) unstable; urgency=low
-
- * New upstream release
- * Documentation is now included
- * debian/control
- - build-depend on python-sphinx
- - bump build-dependency on python-dev to >= 2.5.4-1~
- - bump standards to 3.8.1, no changes necessary
- - added dependency to libjs-jquery
- * debian/rules
- - addded --install-layout=deb to DEB_PYTHON_INSTALL_ARGS
- - build the documentation using Sphinx
- * debian/doc-base
- - added doc-base file to register documentation
-
- -- Torsten Marek <shlomme at debian.org> Sun, 17 May 2009 12:32:32 +0200
-
-nose (0.10.4-2) unstable; urgency=low
-
- [ Stephan Peijnik ]
- * Upload to unstable
- * Added misc:Depends to fix lintian warning
-
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Wed, 18 Feb 2009 08:48:35 +0100
-
-nose (0.10.4-1) experimental; urgency=low
-
- [ Sandro Tosi ]
- * debian/control
- - switch Vcs-Browser field to viewsvn
-
- [ Piotr Ożarowski ]
- * New upstream release
-
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Thu, 06 Nov 2008 19:50:27 +0100
-
-nose (0.10.3-1) unstable; 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)
- - added myself to uploaders
-
- [Gustavo Noronha Silva]
- * debian/control:
- - remove -1 from build-dep on setuptools
-
- -- Torsten Marek <shlomme at debian.org> Thu, 12 Jun 2008 13:39:43 +0200
-
-nose (0.10.1-1) unstable; urgency=low
-
- [ Sandro Tosi ]
- * debian/control
- - uniforming Vcs-Browser field
-
- [ Ondrej Certik ]
- * New upstream release
- * Standards version upgraded to 3.7.3
-
- -- Gustavo Noronha Silva <kov at debian.org> Sun, 10 Feb 2008 22:27:38 -0200
-
-nose (0.10.0-1) unstable; urgency=low
-
- [ Piotr Ożarowski ]
- * Vcs-Browser and Homepage fields added
- * XS-Vcs-Svn field renamed to Vcs-Svn
-
- [ Gustavo Noronha Silva ]
- * New upstream release (Closes: #449072)
-
- -- Gustavo Noronha Silva <kov at debian.org> Sat, 17 Nov 2007 03:31:08 -0200
-
-nose (0.9.3-1) unstable; urgency=low
-
- * New upstream release
-
- -- Gustavo Noronha Silva <kov at debian.org> Wed, 27 Jun 2007 20:57:42 -0300
-
-nose (0.9.2-3) unstable; urgency=low
-
- [ Piotr Ożarowski ]
- * New python-support handles egg's directory name correctly
- - bump python-support required version
- - remove mv part from debian/rules
- (Closes: #423978)
-
- -- Gustavo Noronha Silva <kov at debian.org> Sat, 19 May 2007 17:22:13 -0300
-
-nose (0.9.2-2) unstable; urgency=low
-
- * Uploading to unstable
-
- -- Gustavo Noronha Silva <kov at debian.org> Sun, 15 Apr 2007 14:28:01 -0300
-
-nose (0.9.2-1) experimental; urgency=low
-
- * New upstream release
- * debian/rules:
- - remove the incorrect path in which upstream is installing
- the manpage
- * debian/manpages, debian/nosetests.1:
- - have the upstream manpage be installed, instead of the one I provide
- (it is the one upstream is providing now, but updated)
-
- -- Gustavo Noronha Silva <kov at debian.org> Thu, 15 Feb 2007 00:30:17 -0200
-
-nose (0.9.1-1) experimental; urgency=low
-
- [ Piotr Ozarowski ]
- * New upstream release
- * debian/control:
- - moved python-dev to Build-Depends: (to satisfy lintian)
- - added XS-Vcs-Svn field
- * debian/rules:
- - simplified a little bit (`pyversions -vd' instead of sed)
- * Added debian/watch file
- * Bumped debhelper compatibility from 4 to 5
-
- -- Gustavo Noronha Silva <kov at debian.org> Sat, 13 Jan 2007 19:52:32 -0200
-
-nose (0.9.0-2) unstable; urgency=low
-
- * debian/control:
- - added python-setuptools to Depends (Closes: #395287)
- - added XS-Python-Version
- * debian/docs:
- - added, now install README.txt documentation (addresses #395289)
- * debian/examples:
- - added; install the examples provided, as well
- * debian/nosetests.1, debian/manpages:
- - added; manpage generated by help2man and adapted to add some important
- information (Closes: #395289)
-
- -- Gustavo Noronha Silva <kov at debian.org> Thu, 26 Oct 2006 22:47:27 -0300
-
-nose (0.9.0-1) unstable; urgency=low
-
- * Initial Release (Closes: #366786)
- - thanks to Arnaud Fontaine <arnaud at andesi.org> for implementing the new
- python policy
-
- -- Gustavo Noronha Silva <kov at debian.org> Sun, 7 May 2006 22:49:58 -0300
-
Copied: packages/nose/tags/1.3.1-1/debian/changelog (from rev 28250, packages/nose/trunk/debian/changelog)
===================================================================
--- packages/nose/tags/1.3.1-1/debian/changelog (rev 0)
+++ packages/nose/tags/1.3.1-1/debian/changelog 2014-03-19 14:38:59 UTC (rev 28251)
@@ -0,0 +1,285 @@
+nose (1.3.1-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * Drop d/patches/issue759, applied in the new version.
+ * Add three new patches (issue782, issue783 and issue788) to fix
+ various test failures (closes: #741750).
+ * Disable one more unstable test.
+ * Remove unit_tests/support/doctest/noname_wrapped.not_pyc in
+ clean target.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Wed, 19 Mar 2014 10:31:26 -0400
+
+nose (1.3.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * d/patches/issue759: Add a patch from Barry Warsaw to fix FTBFS
+ with Python 3.4.
+ * d/control: Bump Standards-Version to 3.9.5, no changes needed.
+ * Rebuild closes: #730749.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Wed, 12 Feb 2014 18:48:36 +0400
+
+nose (1.3.0-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control (Build-Depends): Added libjs-jquery-hotkeys,
+ libjs-jquery-isonscreen and libjs-jquery-tablesorter (closes: #726695).
+
+ -- Michael Banck <mbanck at debian.org> Sat, 23 Nov 2013 17:31:29 +0100
+
+nose (1.3.0-2) unstable; urgency=low
+
+ * Team upload.
+ * Upload to unstable.
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ [ Dmitry Shachnev ]
+ * Rebuild without python2.6 (closes: #675753, #707897).
+ * Drop nosetests-3.x scripts. There is no easy way to provide these
+ scripts for all supported Python 3 versions, and there are other
+ ways to do the same thing (like running python3.x -m nose).
+ * Install a manpage for nosetests-2.7.
+ * Update the Homepage: field.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Sun, 19 May 2013 16:15:23 +0400
+
+nose (1.3.0-1) experimental; urgency=low
+
+ [ Dmitry Shachnev ]
+ * Team upload.
+ * New upstream release (closes: #675554).
+ - Fixes exceptions in tests generator (closes: #663465, thanks to
+ Jakub Wilk for the bug report).
+ - Provides __main__.py, which allows using nose as "python3 -m nose"
+ (thanks to Stefano Rivera for the patch).
+ * Build-depend on python-coverage (for the test suite).
+ * Bump Standards-Version to 3.9.4, no changes needed.
+ * Disable some unstable tests (in multiprocessing module) to make the
+ package not FTBFS.
+ * Run the tests for Python 3.x during build.
+ * debian/patches/manpage-formatting: dropped, the issue is properly
+ fixed upstream.
+ * debian/rules: disable HTTP traffic during build.
+ * Refresh other patches.
+ * Update debian/clean.
+
+ [ Charlie Smotherman ]
+ * Removed myself from uploaders in debian/control
+
+ -- Dmitry Shachnev <mitya57 at gmail.com> Thu, 18 Apr 2013 18:24:11 +0400
+
+nose (1.1.2-3) unstable; urgency=low
+
+ * Team upload.
+ * Rebuild with python3-defaults 3.2.3~rc1-2, to generate correct
+ python3:Depends.
+ * Bumped Standards Version to 3.9.3 (no changes needed).
+
+ -- Stefano Rivera <stefanor at debian.org> Mon, 19 Mar 2012 15:43:59 +0200
+
+nose (1.1.2-2) unstable; urgency=low
+
+ * Team upload.
+ * Add versioned Breaks & Replaces in python-nose-doc, for moved doc-base
+ file.
+
+ -- Stefano Rivera <stefanor at debian.org> Mon, 06 Feb 2012 22:30:11 +0200
+
+nose (1.1.2-1) unstable; urgency=low
+
+ [ Charlie Smotherman ]
+ * New Upstream release. Closes: #646394
+ * Switched to source format 3.0 (quilt).
+ * Package builds twice in a row now. Closes: #608678
+ * Increased debhelper compat level to 7.
+ * Migrated from debian/pyversions to X-P-V
+ * Migrated debian/copyright to DEP5.
+ * Pointed debian/watch at PyPI
+ * Use dh7 tiny rules. Bumped debhelper B-D to >= 7.0.50~
+ * Use dh_python2. Closes: #631406
+ - Bump python B-D to python-all (>= 2.6.6-3~)
+ * Use dh_sphinxdoc. Closes: #636079
+ * Build python 3 package. Closes: #604038, #647920
+ - B-D on python3-all, python3-setuptools.
+ - Break documentation into a separate python-nose-doc package.
+ * Add myself to Uploaders.
+ * Install manpages from debian/rules
+
+ [ Stefano Rivera ]
+ * Team upload.
+ * Remove Google Analytics js from documentation template.
+ * Clean correctly after unit tests.
+ * Wrap and sort long fields in debian/control.
+ * Respect nocheck in DEB_BUILD_OPTIONS.
+ * Ensure seteup.py doesn't use distribute_setup.
+ * Rework python 3 package, not to use alternatives.
+ * Fix shebangs to match script names.
+ * Provide rst symlink in python-nose-doc.
+
+ -- Stefano Rivera <stefanor at debian.org> Sun, 05 Feb 2012 00:42:33 +0200
+
+nose (1.0.0-1) unstable; urgency=low
+
+ * Team upload.
+
+ [ Jakub Wilk ]
+ * Fix watch file.
+
+ [ Piotr Ożarowski ]
+ * New upstream release (closes: #608677)
+ - adds Python 2.7 (closes: #608679)
+ * Remove build dir in clean target
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 17 Apr 2011 22:13:12 +0200
+
+nose (0.11.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Documentation is now included
+ * debian/control
+ - build-depend on python-sphinx
+ - bump build-dependency on python-dev to >= 2.5.4-1~
+ - bump standards to 3.8.1, no changes necessary
+ - added dependency to libjs-jquery
+ * debian/rules
+ - addded --install-layout=deb to DEB_PYTHON_INSTALL_ARGS
+ - build the documentation using Sphinx
+ * debian/doc-base
+ - added doc-base file to register documentation
+
+ -- Torsten Marek <shlomme at debian.org> Sun, 17 May 2009 12:32:32 +0200
+
+nose (0.10.4-2) unstable; urgency=low
+
+ [ Stephan Peijnik ]
+ * Upload to unstable
+ * Added misc:Depends to fix lintian warning
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Wed, 18 Feb 2009 08:48:35 +0100
+
+nose (0.10.4-1) experimental; urgency=low
+
+ [ Sandro Tosi ]
+ * debian/control
+ - switch Vcs-Browser field to viewsvn
+
+ [ Piotr Ożarowski ]
+ * New upstream release
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Thu, 06 Nov 2008 19:50:27 +0100
+
+nose (0.10.3-1) unstable; 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)
+ - added myself to uploaders
+
+ [Gustavo Noronha Silva]
+ * debian/control:
+ - remove -1 from build-dep on setuptools
+
+ -- Torsten Marek <shlomme at debian.org> Thu, 12 Jun 2008 13:39:43 +0200
+
+nose (0.10.1-1) unstable; urgency=low
+
+ [ Sandro Tosi ]
+ * debian/control
+ - uniforming Vcs-Browser field
+
+ [ Ondrej Certik ]
+ * New upstream release
+ * Standards version upgraded to 3.7.3
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sun, 10 Feb 2008 22:27:38 -0200
+
+nose (0.10.0-1) unstable; urgency=low
+
+ [ Piotr Ożarowski ]
+ * Vcs-Browser and Homepage fields added
+ * XS-Vcs-Svn field renamed to Vcs-Svn
+
+ [ Gustavo Noronha Silva ]
+ * New upstream release (Closes: #449072)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 17 Nov 2007 03:31:08 -0200
+
+nose (0.9.3-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Gustavo Noronha Silva <kov at debian.org> Wed, 27 Jun 2007 20:57:42 -0300
+
+nose (0.9.2-3) unstable; urgency=low
+
+ [ Piotr Ożarowski ]
+ * New python-support handles egg's directory name correctly
+ - bump python-support required version
+ - remove mv part from debian/rules
+ (Closes: #423978)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 19 May 2007 17:22:13 -0300
+
+nose (0.9.2-2) unstable; urgency=low
+
+ * Uploading to unstable
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sun, 15 Apr 2007 14:28:01 -0300
+
+nose (0.9.2-1) experimental; urgency=low
+
+ * New upstream release
+ * debian/rules:
+ - remove the incorrect path in which upstream is installing
+ the manpage
+ * debian/manpages, debian/nosetests.1:
+ - have the upstream manpage be installed, instead of the one I provide
+ (it is the one upstream is providing now, but updated)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Thu, 15 Feb 2007 00:30:17 -0200
+
+nose (0.9.1-1) experimental; urgency=low
+
+ [ Piotr Ozarowski ]
+ * New upstream release
+ * debian/control:
+ - moved python-dev to Build-Depends: (to satisfy lintian)
+ - added XS-Vcs-Svn field
+ * debian/rules:
+ - simplified a little bit (`pyversions -vd' instead of sed)
+ * Added debian/watch file
+ * Bumped debhelper compatibility from 4 to 5
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 13 Jan 2007 19:52:32 -0200
+
+nose (0.9.0-2) unstable; urgency=low
+
+ * debian/control:
+ - added python-setuptools to Depends (Closes: #395287)
+ - added XS-Python-Version
+ * debian/docs:
+ - added, now install README.txt documentation (addresses #395289)
+ * debian/examples:
+ - added; install the examples provided, as well
+ * debian/nosetests.1, debian/manpages:
+ - added; manpage generated by help2man and adapted to add some important
+ information (Closes: #395289)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Thu, 26 Oct 2006 22:47:27 -0300
+
+nose (0.9.0-1) unstable; urgency=low
+
+ * Initial Release (Closes: #366786)
+ - thanks to Arnaud Fontaine <arnaud at andesi.org> for implementing the new
+ python policy
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sun, 7 May 2006 22:49:58 -0300
+
More information about the Python-modules-commits
mailing list