[Python-modules-commits] [django-taggit] 03/03: New upstream release.

Michal Cihar nijel at moszumanska.debian.org
Mon Jul 10 18:02:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

nijel pushed a commit to branch master
in repository django-taggit.

commit 938153b8ea04ba5fc37b5a4c3bbf575ea5f46bde
Author: Michal Čihař <nijel at debian.org>
Date:   Mon Jul 10 19:57:31 2017 +0200

    New upstream release.
    
    * New upstream release.
    * Bump standards to 4.0.0.
---
 debian/changelog                                   |  7 ++++++
 debian/control                                     |  2 +-
 ...missing-TEMPLATES-settings-to-runtests.py.patch | 29 ----------------------
 debian/patches/series                              |  1 -
 4 files changed, 8 insertions(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b95209f..28874c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+django-taggit (0.22.1-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Bump standards to 4.0.0.
+
+ -- Michal Čihař <nijel at debian.org>  Mon, 10 Jul 2017 19:57:28 +0200
+
 django-taggit (0.21.3-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index fed6e64..de381eb 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Conflicts:
     python-django (= 1:1.10-2),
     python3-django (= 1:1.10-1),
     python3-django (= 1:1.10-2)
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/django-taggit.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-taggit.git
 Homepage: https://github.com/alex/django-taggit
diff --git a/debian/patches/0001-Add-missing-TEMPLATES-settings-to-runtests.py.patch b/debian/patches/0001-Add-missing-TEMPLATES-settings-to-runtests.py.patch
deleted file mode 100644
index da5ddb9..0000000
--- a/debian/patches/0001-Add-missing-TEMPLATES-settings-to-runtests.py.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From f17b969bfa18ba0335f95352ff301926e0b98535 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= <michal at cihar.com>
-Date: Thu, 17 Nov 2016 11:32:33 +0100
-Subject: [PATCH 1/1] Add missing TEMPLATES settings to runtests.py
-
----
- runtests.py | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-diff --git a/runtests.py b/runtests.py
-index 36a7d4e..731b177 100755
---- a/runtests.py
-+++ b/runtests.py
-@@ -18,6 +18,12 @@ if not settings.configured:
-             'tests',
-         ],
-         MIDDLEWARE_CLASSES=[],
-+        TEMPLATES = [
-+            {
-+                'BACKEND': 'django.template.backends.django.DjangoTemplates',
-+                'APP_DIRS': True,
-+            }
-+        ],
-     )
- 
- 
--- 
-2.10.2
-
diff --git a/debian/patches/series b/debian/patches/series
index 8d712a4..235ae57 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0001-Add-missing-TEMPLATES-settings-to-runtests.py.patch
 remove-isort.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-taggit.git



More information about the Python-modules-commits mailing list