[Python-modules-commits] [python-bleach] 06/07: - Update debian/copyright - Drop override of dh_auto_test and add pytest/3 and pytest/3-runner to build-depends so tests still run - Drop obsolete build-depends on python/3-nose

Scott Kitterman kitterman at moszumanska.debian.org
Sat Mar 11 13:52:06 UTC 2017


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

kitterman pushed a commit to branch master
in repository python-bleach.

commit 53fa81930fca2d30a9a28f2556a5abfc75d979cb
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sat Mar 11 08:43:58 2017 -0500

      - Update debian/copyright - Drop override of dh_auto_test and add pytest/3 and pytest/3-runner to build-depends so tests still run - Drop obsolete build-depends on python/3-nose
    
      - Update debian/copyright
      - Drop override of dh_auto_test and add pytest/3 and pytest/3-runner to
        build-depends so tests still run
      - Drop obsolete build-depends on python/3-nose
---
 debian/changelog | 4 ++++
 debian/control   | 8 ++++++--
 debian/copyright | 4 ++--
 debian/rules     | 3 ---
 4 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 69f7a6e..18d3141 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ python-bleach (2.0-1) UNRELEASED; urgency=medium
 
   * New upstream release (Closes: #844943)
     - Update minimum htmlib5 version requirement
+    - Update debian/copyright
+    - Drop override of dh_auto_test and add pytest/3 and pytest/3-runner to
+      build-depends so tests still run
+    - Drop obsolete build-depends on python/3-nose
   * Agreed maintainer change to DPMT
     - Updated Vcs-* fields in debian/control
 
diff --git a/debian/control b/debian/control
index 3f20510..5cf787f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,13 +7,17 @@ Standards-Version: 3.9.6
 Build-Depends:
  debhelper (>= 8),
  dh-python,
+ python-pytest (>= 3.0.0~),
+ python3-pytest (>= 3.0.0~),
+ python-pytest-runner (>= 2.0~),
+ python3-pytest-runner (>= 2.0~),
+ python-pytest-runner (<< 3.0~),
+ python3-pytest-runner (<< 3.0~),
  python-docutils,
  python3-all,
- python3-nose,
  python3-setuptools,
  python3-sphinx (>= 1.0.7+dfsg-1~),
  python-all (>= 2.6.6-3~),
- python-nose,
  python-setuptools,
  python-sphinx (>= 1.0.7+dfsg-1~),
  python3-html5lib (>= 0.999999999~),
diff --git a/debian/copyright b/debian/copyright
index d1548fb..54cc3b0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,11 @@ Upstream-Name: Bleach
 Source: http://github.com/jsocol/bleach/
 
 Files: *
-Copyright: 2012-2014 James Socol <james at mozilla.com>
+Copyright: 2012-2015, James Socol; 2015-2017, Mozilla Foundation
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2012-2014 Per Andersson <avtobiff at gmail.com>
+Copyright: 2012-2014 Per Andersson <avtobiff at gmail.com>, 2017 Scott Kitterman <scott at kitterman.com>
 License: Apache-2.0
 
 License: Apache-2.0
diff --git a/debian/rules b/debian/rules
index 480b2cd..c866cc5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,3 @@ override_dh_auto_build:
 	dh_auto_build -O--buildsystem=pybuild
 	PYTHONPATH=. http_proxy='localhost' sphinx-build -N -bhtml docs/ build/html
 
-override_dh_auto_test:
-	nosetests
-	nosetests3

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



More information about the Python-modules-commits mailing list