[Python-modules-commits] [django-nose] 04/07: New upstream release.
Michael Fladischer
fladi at moszumanska.debian.org
Tue Oct 17 18:09:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository django-nose.
commit 0412516ca27a2273872e16e544715cb6f605733d
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Tue Oct 17 18:14:14 2017 +0200
New upstream release.
* New upstream release.
* Refresh patches for 1.4.5.
---
debian/changelog | 9 +++++++--
.../0002-Remove-unnecessary-dependency-on-dj_database_url.patch | 9 +++++----
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ba1f9b4..cf1643d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-django-nose (1.4.4-2) UNRELEASED; urgency=medium
+django-nose (1.4.5-1) UNRELEASED; urgency=low
+ [ Thomas Goirand ]
* Refresh patches after git-dpm to gbp pq conversion
- -- Thomas Goirand <zigo at debian.org> Tue, 17 Oct 2017 18:11:12 +0200
+ [ Michael Fladischer ]
+ * New upstream release.
+ * Refresh patches for 1.4.5.
+
+ -- Michael Fladischer <fladi at debian.org> Tue, 17 Oct 2017 18:13:46 +0200
django-nose (1.4.4-1) unstable; urgency=medium
diff --git a/debian/patches/0002-Remove-unnecessary-dependency-on-dj_database_url.patch b/debian/patches/0002-Remove-unnecessary-dependency-on-dj_database_url.patch
index a1a589d..6a9aebd 100644
--- a/debian/patches/0002-Remove-unnecessary-dependency-on-dj_database_url.patch
+++ b/debian/patches/0002-Remove-unnecessary-dependency-on-dj_database_url.patch
@@ -5,14 +5,14 @@ Subject: Remove unnecessary dependency on dj_database_url.
Importing dj_database_url for a simple test application is not necessary,
replace the static database configuration with a defautl one from Django.
---
- testapp/settings.py | 14 ++++----------
- 1 file changed, 4 insertions(+), 10 deletions(-)
+ testapp/settings.py | 15 ++++-----------
+ 1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/testapp/settings.py b/testapp/settings.py
-index 51a157f..1f23cdd 100644
+index a803307..1f23cdd 100644
--- a/testapp/settings.py
+++ b/testapp/settings.py
-@@ -11,19 +11,13 @@ NOSE_PLUGINS - Comma-separated list of plugins to add
+@@ -11,20 +11,13 @@ NOSE_PLUGINS - Comma-separated list of plugins to add
from __future__ import print_function
from os import environ, path
@@ -25,6 +25,7 @@ index 51a157f..1f23cdd 100644
- """Construct the full path given a relative path."""
- return path.join(BASE_DIR, *subpaths)
-
+-
DATABASES = {
- 'default':
- dj_database_url.config(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-nose.git
More information about the Python-modules-commits
mailing list