[Python-modules-commits] [python-parsel] 01/03: change version to 1.2.0-1~exp2 (UNRELEASED) Reformat packaging files with cme for better readability. change urgency to medium
Michael Fladischer
fladi at moszumanska.debian.org
Tue Jun 20 08:38:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository python-parsel.
commit 7a510714ce4b5fb0070bbd55804aabf89d6080c5
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Tue Jun 20 10:33:13 2017 +0200
change version to 1.2.0-1~exp2 (UNRELEASED)
Reformat packaging files with cme for better readability.
change urgency to medium
---
debian/changelog | 6 ++++++
debian/control | 53 +++++++++++++++++++++++++++--------------------------
debian/copyright | 1 -
3 files changed, 33 insertions(+), 27 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 063ac2d..c6b96fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-parsel (1.2.0-1~exp2) UNRELEASED; urgency=medium
+
+ * Reformat packaging files with cme for better readability.
+
+ -- Michael Fladischer <fladi at debian.org> Tue, 20 Jun 2017 10:33:13 +0200
+
python-parsel (1.2.0-1~exp1) experimental; urgency=low
* Team upload.
diff --git a/debian/control b/debian/control
index 52d1f9e..77cc966 100644
--- a/debian/control
+++ b/debian/control
@@ -1,37 +1,37 @@
Source: python-parsel
-Section: python
-Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Ignace Mouzannar <mouzannar at gmail.com>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
- python3-all,
- python3-setuptools,
- python-cssselect (>= 0.9),
- python3-cssselect,
- python-six,
- python3-six,
- python-lxml,
- python3-lxml,
- python-w3lib (>=1.8.0),
- python3-w3lib (>=1.8.0),
- python-pytest-runner,
- python3-pytest-runner,
- python-pytest,
- python3-pytest
-X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.3
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-cssselect (>= 0.9),
+ python-lxml,
+ python-pytest,
+ python-pytest-runner,
+ python-setuptools,
+ python-six,
+ python-w3lib (>= 1.8.0),
+ python3-all,
+ python3-cssselect,
+ python3-lxml,
+ python3-pytest,
+ python3-pytest-runner,
+ python3-setuptools,
+ python3-six,
+ python3-w3lib (>= 1.8.0)
Standards-Version: 3.9.8
-Homepage: https://github.com/scrapy/parsel
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-parsel.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-parsel.git
+Homepage: https://github.com/scrapy/parsel
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
Package: python-parsel
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends}
Description: Python 2 library to extract HTML/XML data using XPath/CSS selectors
Parsel is a Python library to extract data from HTML and XML using XPath and
CSS selectors
@@ -44,7 +44,8 @@ Description: Python 2 library to extract HTML/XML data using XPath/CSS selectors
Package: python3-parsel
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends},
+ ${python3:Depends}
Description: Python 3 library to extract HTML/XML data using XPath/CSS selectors
Parsel is a Python library to extract data from HTML and XML using XPath and
CSS selectors
diff --git a/debian/copyright b/debian/copyright
index 31512b6..83b2392 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -38,4 +38,3 @@ License: BSD-3-clause
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-parsel.git
More information about the Python-modules-commits
mailing list