[Python-modules-commits] [mako] 04/05: replace nose with pytest (following upstream)

Piotr Ożarowski piotr at moszumanska.debian.org
Thu Apr 14 19:30:00 UTC 2016


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

piotr pushed a commit to branch master
in repository mako.

commit 42c2be55ae2f8320ec3ceb56b3c9e16dac542c37
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Thu Apr 14 21:26:28 2016 +0200

    replace nose with pytest (following upstream)
---
 debian/changelog | 4 +++-
 debian/control   | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a5b2842..9fd7e15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ mako (1.0.4+ds1-1) unstable; urgency=medium
 
   [ Piotr Ożarowski ]
   * New upstream release
+  * Replace python-nose with python-pytest (following upstream, this also
+    closes: #813668)
 
- -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:42:26 +0200
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 14 Apr 2016 21:16:59 +0200
 
 mako (1.0.3+ds1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 8607142..34ce69a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,9 @@ Build-Depends-Indep: python-all, python-setuptools,
 # to rebuild docs:
  python-sphinx, python-changelog, python-sphinx-paramlinks,
 # for tests:
- python-nose, python-markupsafe, python-mock,
- python3-nose, python3-markupsafe, python3-mock
 Standards-Version: 3.9.6
+ python-pytest, python-markupsafe, python-mock,
+ python3-pytest, python3-markupsafe, python3-mock
 Homepage: http://www.makotemplates.org/
 X-Python-Version: >= 2.4
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/mako.git

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



More information about the Python-modules-commits mailing list