[Python-modules-commits] r30809 - in packages/django-nose/tags (6 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Mon Sep 29 01:52:26 UTC 2014


    Date: Monday, September 29, 2014 @ 01:52:25
  Author: bam
Revision: 30809

[svn-buildpackage] Tagging django-nose 1.2-3

Added:
  packages/django-nose/tags/1.2-3/
  packages/django-nose/tags/1.2-3/debian/changelog
    (from rev 30808, packages/django-nose/trunk/debian/changelog)
  packages/django-nose/tags/1.2-3/debian/patches/django17.patch
    (from rev 30808, packages/django-nose/trunk/debian/patches/django17.patch)
  packages/django-nose/tags/1.2-3/debian/patches/series
    (from rev 30808, packages/django-nose/trunk/debian/patches/series)
Deleted:
  packages/django-nose/tags/1.2-3/debian/changelog
  packages/django-nose/tags/1.2-3/debian/patches/series

Deleted: packages/django-nose/tags/1.2-3/debian/changelog
===================================================================
--- packages/django-nose/trunk/debian/changelog	2014-09-28 20:45:21 UTC (rev 30807)
+++ packages/django-nose/tags/1.2-3/debian/changelog	2014-09-29 01:52:25 UTC (rev 30809)
@@ -1,84 +0,0 @@
-django-nose (1.2-2) unstable; urgency=low
-
-  * Python 3 package.
-  * Disable django-south in tests. Closes: #755665.
-
- -- Brian May <bam at debian.org>  Wed, 13 Aug 2014 13:15:21 +1000
-
-django-nose (1.2-1) unstable; urgency=low
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
-  [ Michael Fladischer ]
-  * New upstream release (Closes: #711360).
-  * Switch to dh_python2.
-  * Build-Depends on dh-python.
-  * Bump Standards version to 3.9.5.
-  * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
-    and build-indep targets.
-  * Drop versioned Build-Depends on python-all as no prior versions are
-    available in Wheezy.
-  * Drop versioned Depends and Build-Depends on python-django as no prior
-    versions are available in Wheezy.
-  * Use correct DEP5 format URL for d/copyright.
-  * Rename BSD-django-nose to BSD-3-clause license.
-  * Refresh patch.
-  * Update years in d/copyright.
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 16 Dec 2013 13:56:11 +0100
-
-django-nose (1.1-1) unstable; urgency=low
-
-  * New upstream release.
-  * Make temporary Metadata-Version fix more generic for future
-    versions.
-  * Bump Standards version to 3.9.3.
-  * Use BSD-django-nose as license name in d/copyright.
-  * Change order of my name.
-  * Add email addresses to authors in d/copyright.
-  * Use PyPi URL in d/watch.
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 04 Jun 2012 19:28:30 +0200
-
-django-nose (0.1.3-1) unstable; urgency=low
-
-  * New upstream release.
-  * Bump standards version to 3.9.2 (no change).
-  * Use wrap-and-sort on debian/*.
-  * Bump python-django dependency to (>= 1.2).
-  * Temporary fix for Metadata-Version in PKG-INFO (see #645125).
-  * Use http://githubredir.debian.net in d/watch to get clean tarball.
-  * Use runtests.sh provided by upstream to run all tests.
-  * Add python-django-south to Build-Depends to be able to run all
-    tests.
-  * Add patch for runtests.sh to enable the use of non-default python
-    versions for running the tests.
-
- -- Fladischer Michael <FladischerMichael at fladi.at>  Sat, 26 Nov 2011 13:55:48 +0100
-
-django-nose (0.1.2-2) unstable; urgency=low
-
-  * Upload to unstable.
-  * Update DEP5 format.
-  * Set PMPT as maintainer and myself as uploader.
-  * Provide a more verbose long description.
-  * Drop debian/pyversions in favour of XS-Python-Version.
-
- -- Fladischer Michael <FladischerMichael at fladi.at>  Mon, 07 Feb 2011 14:17:27 +0100
-
-django-nose (0.1.2-1) experimental; urgency=low
-
-  * New upstream release.
-  * Update to Debian policy 3.9.1.
-  * Drop do_not_install_testapp patch as it has been integrated by
-    upstream.
-  * Update copyright year.
-
- -- Fladischer Michael <FladischerMichael at fladi.at>  Fri, 03 Dec 2010 00:41:23 +0100
-
-django-nose (0.1-1) unstable; urgency=low
-
-  * Initial release (Closes: #584106)
-
- -- Fladischer Michael <FladischerMichael at fladi.at>  Wed, 16 Jun 2010 13:15:15 +0200

Copied: packages/django-nose/tags/1.2-3/debian/changelog (from rev 30808, packages/django-nose/trunk/debian/changelog)
===================================================================
--- packages/django-nose/tags/1.2-3/debian/changelog	                        (rev 0)
+++ packages/django-nose/tags/1.2-3/debian/changelog	2014-09-29 01:52:25 UTC (rev 30809)
@@ -0,0 +1,91 @@
+django-nose (1.2-3) unstable; urgency=low
+
+  * Fix Django 1.7 AppRegistryNotReady error, by calling django.setup() in
+    tests. Closes: #763252.
+
+ -- Brian May <bam at debian.org>  Mon, 29 Sep 2014 11:40:22 +1000
+
+django-nose (1.2-2) unstable; urgency=low
+
+  * Python 3 package.
+  * Disable django-south in tests. Closes: #755665.
+
+ -- Brian May <bam at debian.org>  Wed, 13 Aug 2014 13:15:21 +1000
+
+django-nose (1.2-1) unstable; urgency=low
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+  [ Michael Fladischer ]
+  * New upstream release (Closes: #711360).
+  * Switch to dh_python2.
+  * Build-Depends on dh-python.
+  * Bump Standards version to 3.9.5.
+  * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
+    and build-indep targets.
+  * Drop versioned Build-Depends on python-all as no prior versions are
+    available in Wheezy.
+  * Drop versioned Depends and Build-Depends on python-django as no prior
+    versions are available in Wheezy.
+  * Use correct DEP5 format URL for d/copyright.
+  * Rename BSD-django-nose to BSD-3-clause license.
+  * Refresh patch.
+  * Update years in d/copyright.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 16 Dec 2013 13:56:11 +0100
+
+django-nose (1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Make temporary Metadata-Version fix more generic for future
+    versions.
+  * Bump Standards version to 3.9.3.
+  * Use BSD-django-nose as license name in d/copyright.
+  * Change order of my name.
+  * Add email addresses to authors in d/copyright.
+  * Use PyPi URL in d/watch.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 04 Jun 2012 19:28:30 +0200
+
+django-nose (0.1.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump standards version to 3.9.2 (no change).
+  * Use wrap-and-sort on debian/*.
+  * Bump python-django dependency to (>= 1.2).
+  * Temporary fix for Metadata-Version in PKG-INFO (see #645125).
+  * Use http://githubredir.debian.net in d/watch to get clean tarball.
+  * Use runtests.sh provided by upstream to run all tests.
+  * Add python-django-south to Build-Depends to be able to run all
+    tests.
+  * Add patch for runtests.sh to enable the use of non-default python
+    versions for running the tests.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Sat, 26 Nov 2011 13:55:48 +0100
+
+django-nose (0.1.2-2) unstable; urgency=low
+
+  * Upload to unstable.
+  * Update DEP5 format.
+  * Set PMPT as maintainer and myself as uploader.
+  * Provide a more verbose long description.
+  * Drop debian/pyversions in favour of XS-Python-Version.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Mon, 07 Feb 2011 14:17:27 +0100
+
+django-nose (0.1.2-1) experimental; urgency=low
+
+  * New upstream release.
+  * Update to Debian policy 3.9.1.
+  * Drop do_not_install_testapp patch as it has been integrated by
+    upstream.
+  * Update copyright year.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Fri, 03 Dec 2010 00:41:23 +0100
+
+django-nose (0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #584106)
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Wed, 16 Jun 2010 13:15:15 +0200

Copied: packages/django-nose/tags/1.2-3/debian/patches/django17.patch (from rev 30808, packages/django-nose/trunk/debian/patches/django17.patch)
===================================================================
--- packages/django-nose/tags/1.2-3/debian/patches/django17.patch	                        (rev 0)
+++ packages/django-nose/tags/1.2-3/debian/patches/django17.patch	2014-09-29 01:52:25 UTC (rev 30809)
@@ -0,0 +1,18 @@
+Index: django-nose/testapp/runtests.py
+===================================================================
+--- django-nose.orig/testapp/runtests.py	2013-03-28 13:40:25.000000000 +1100
++++ django-nose/testapp/runtests.py	2014-09-29 11:37:55.271734265 +1000
+@@ -1,6 +1,7 @@
+ #!/usr/bin/env python
+ import sys
+ 
++import django
+ from django.conf import settings
+ 
+ if not settings.configured:
+@@ -20,4 +21,5 @@
+ 
+ 
+ if __name__ == '__main__':
++    django.setup()
+     runtests(*sys.argv[1:])

Deleted: packages/django-nose/tags/1.2-3/debian/patches/series
===================================================================
--- packages/django-nose/trunk/debian/patches/series	2014-09-28 20:45:21 UTC (rev 30807)
+++ packages/django-nose/tags/1.2-3/debian/patches/series	2014-09-29 01:52:25 UTC (rev 30809)
@@ -1 +0,0 @@
-runtests.patch

Copied: packages/django-nose/tags/1.2-3/debian/patches/series (from rev 30808, packages/django-nose/trunk/debian/patches/series)
===================================================================
--- packages/django-nose/tags/1.2-3/debian/patches/series	                        (rev 0)
+++ packages/django-nose/tags/1.2-3/debian/patches/series	2014-09-29 01:52:25 UTC (rev 30809)
@@ -0,0 +1,2 @@
+django17.patch
+runtests.patch




More information about the Python-modules-commits mailing list