[Python-modules-commits] r26907 - in packages/django-celery/trunk/debian (4 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Fri Dec 27 22:06:33 UTC 2013


    Date: Friday, December 27, 2013 @ 22:06:33
  Author: fladi-guest
Revision: 26907

New upstream release.

Modified:
  packages/django-celery/trunk/debian/changelog
  packages/django-celery/trunk/debian/control
  packages/django-celery/trunk/debian/patches/fix_dependencies.patch
  packages/django-celery/trunk/debian/patches/series

Modified: packages/django-celery/trunk/debian/changelog
===================================================================
--- packages/django-celery/trunk/debian/changelog	2013-12-27 18:10:41 UTC (rev 26906)
+++ packages/django-celery/trunk/debian/changelog	2013-12-27 22:06:33 UTC (rev 26907)
@@ -1,4 +1,4 @@
-django-celery (3.0.23-1) unstable; urgency=low
+django-celery (3.1.1-1) unstable; urgency=low
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
@@ -6,16 +6,18 @@
   [ Michael Fladischer ]
   * New upstream release.
   * Add python-tz to Depends and Build-Depends.
-  * Bump Standards version to 3.9.4.
+  * Bump Standards version to 3.9.5.
   * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
     and build-indep targets.
-  * Bump dependency on celery to >= 3.0.23.
+  * Bump dependency on celery to >= 3.1.1.
   * Refresh patches.
   * Remove trailing whitespaces from long description.
   * Point DJANGO_SETTINGS_MODULE to the settings module provided by upstream
     when building the documentation.
   * Drop versioned Depends and Build-Depends on python-django as no version
     prior thos the required one is available in the archives.
+  * Drop skip_tests.patch, no longer needed.
+  * Point homepage URL to http://celeryproject.org/.
 
  -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 10 Oct 2013 09:40:09 +0200
 

Modified: packages/django-celery/trunk/debian/control
===================================================================
--- packages/django-celery/trunk/debian/control	2013-12-27 18:10:41 UTC (rev 26906)
+++ packages/django-celery/trunk/debian/control	2013-12-27 22:06:33 UTC (rev 26907)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 8.1.0~),
                docbook-to-man,
                python-all (>= 2.7),
-               python-celery (>= 3.0.23),
+               python-celery (>= 3.1.1),
                python-django,
                python-django-nose,
                python-django-picklefield (>= 0.2.0),
@@ -16,15 +16,15 @@
                python-sphinxcontrib.issuetracker,
                python-tz,
                python-unittest2
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.7
-Homepage: http://pypi.python.org/pypi/django-celery/
+Homepage: http://celeryproject.org/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-celery/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-celery/trunk/
 
 Package: python-django-celery
 Architecture: all
-Depends: python-celery (>= 3.0.23),
+Depends: python-celery (>= 3.1.1),
          python-django,
          python-django-picklefield (>= 0.2.0),
          python-pkg-resources,

Modified: packages/django-celery/trunk/debian/patches/fix_dependencies.patch
===================================================================
--- packages/django-celery/trunk/debian/patches/fix_dependencies.patch	2013-12-27 18:10:41 UTC (rev 26906)
+++ packages/django-celery/trunk/debian/patches/fix_dependencies.patch	2013-12-27 22:06:33 UTC (rev 26907)
@@ -17,7 +17,7 @@
  django-nose
 --- a/setup.py
 +++ b/setup.py
-@@ -143,16 +143,9 @@
+@@ -146,16 +146,9 @@
      def extra_args(self):
          toxinidir = os.environ.get('TOXINIDIR', '')
          return [
@@ -36,7 +36,7 @@
  
 --- a/tests/settings.py
 +++ b/tests/settings.py
-@@ -38,9 +38,6 @@
+@@ -43,9 +43,6 @@
  NOSE_ARGS = [
      os.path.join(here, os.pardir, 'djcelery', 'tests'),
      os.environ.get('NOSE_VERBOSE') and '--verbose' or '',

Modified: packages/django-celery/trunk/debian/patches/series
===================================================================
--- packages/django-celery/trunk/debian/patches/series	2013-12-27 18:10:41 UTC (rev 26906)
+++ packages/django-celery/trunk/debian/patches/series	2013-12-27 22:06:33 UTC (rev 26907)
@@ -1,3 +1,2 @@
-skip_tests.patch
 fix_dependencies.patch
 no-issues.patch




More information about the Python-modules-commits mailing list