[Python-modules-commits] [nose2] 08/16: Minimal adaptations for the new upstream release
Pierre-Elliott Bécue
peb-guest at moszumanska.debian.org
Sat Dec 23 18:32:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
peb-guest pushed a commit to branch master
in repository nose2.
commit 65e78a3491507628698de5ce0a759b5dcafa74f9
Author: Pierre-Elliott Bécue <becue at crans.org>
Date: Sat Dec 23 19:19:07 2017 +0100
Minimal adaptations for the new upstream release
---
debian/changelog | 7 +++++++
debian/control | 19 +++++++++++--------
debian/copyright | 2 +-
3 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d39c833..3ac0ded 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,13 @@ nose2 (0.7.3-1) unstable; urgency=medium
[ Pierre-Elliott Bécue ]
* New upstream release: 0.7.3
+ * Add myself to uploaders
+ * d/control:
+ - Update dependency list
+ - Support for python2 up to 2.6 dropped and python3 up to 3.3 dropped.
+ - Rely on python3-sphinx instead of python-sphinx
+ - Use Sphinx RTD theme
+ * d/copyright: nose2/backports/ordereddict.py no longer exists.
-- Pierre-Elliott Bécue <becue at crans.org> Fri, 22 Dec 2017 23:48:10 +0100
diff --git a/debian/control b/debian/control
index 2a36a37..b07d99c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,26 @@ Source: nose2
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Barry Warsaw <barry at debian.org>, Brian May <bam at debian.org>
+Uploaders: Barry Warsaw <barry at debian.org>,
+ Brian May <bam at debian.org>,
+ Pierre-Elliott Bécue <becue at crans.org>
Build-Depends: debhelper,
dh-python,
help2man,
python-all,
+ python-coverage,
+ python-mock,
python-setuptools,
python-six,
- python-mock,
- python-cov-core,
- python-sphinx,
python3-all,
+ python3-coverage,
+ python3-mock,
python3-setuptools,
python3-six,
- python3-mock,
- python3-cov-core,
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
+ python3-sphinx,
+ python3-sphinx-rtd-theme
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/nose2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/nose2.git
diff --git a/debian/copyright b/debian/copyright
index 5be3dc2..86bbd94 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Copyright: 2012 Jason Pellerin
License: BSD-2-clause
Files: nose2/events.py nose2/exceptions.py nose2/loader.py nose2/runner.py
- nose2/util.py nose2/backports/ordereddict.py nose2/plugins/loader/discovery.py
+ nose2/util.py nose2/plugins/loader/discovery.py
nose2/plugins/loader/functions.py nose2/plugins/loader/generators.py
nose2/plugins/loader/parameters.py nose2/plugins/loader/testcases.py
nose2/plugins/result.py nose2/tools/params.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nose2.git
More information about the Python-modules-commits
mailing list