[Python-modules-commits] [python-cssselect] 03/03: prepare 1.0.0-1

Wolfgang Borgert debacle at moszumanska.debian.org
Thu Dec 8 08:44:30 UTC 2016


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

debacle pushed a commit to branch master
in repository python-cssselect.

commit 6df930ee062ab9b9d1d1325c0c5a56d996c0cad8
Author: W. Martin Borgert <debacle at debian.org>
Date:   Thu Dec 8 08:43:42 2016 +0000

    prepare 1.0.0-1
---
 debian/changelog               |  7 +++++++
 debian/patches/series          |  1 +
 debian/patches/testspath.patch | 17 +++++++++++++++++
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 464585e..dfda55c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-cssselect (1.0.0-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream release
+
+ -- W. Martin Borgert <debacle at debian.org>  Thu, 08 Dec 2016 08:30:04 +0000
+
 python-cssselect (0.9.2-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a4ca2fb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+testspath.patch
diff --git a/debian/patches/testspath.patch b/debian/patches/testspath.patch
new file mode 100644
index 0000000..6c827d5
--- /dev/null
+++ b/debian/patches/testspath.patch
@@ -0,0 +1,17 @@
+Description: Fix path to tests
+Author: W. Martin Borgert <debacle at debian.org>
+Origin: vendor
+Last-Update: 2012-12-08
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/setup.py
++++ b/setup.py
+@@ -4,7 +4,7 @@
+ import os.path
+ try:
+     from setuptools import setup
+-    extra_kwargs = {'test_suite': 'cssselect.tests'}
++    extra_kwargs = {'test_suite': 'tests'}
+ except ImportError:
+     from distutils.core import setup
+     extra_kwargs = {}

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



More information about the Python-modules-commits mailing list