[Python-modules-commits] [python-parsel] 07/09: Run wrap-and-sort -bast to reduce diff size of future changes.
Michael Fladischer
fladi at moszumanska.debian.org
Tue Jan 9 07:52:19 UTC 2018
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository python-parsel.
commit e82153f4954de0fbca401812d4b471901f512a9c
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Tue Jan 9 08:45:18 2018 +0100
Run wrap-and-sort -bast to reduce diff size of future changes.
---
debian/changelog | 1 +
debian/control | 50 +++++++++++++++++++++++++++-----------------------
2 files changed, 28 insertions(+), 23 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c0fe940..e7c05cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-parsel (1.3.1-1) UNRELEASED; urgency=low
* Always use pristine-tar.
* Bump debhelper compatibility and version to 11.
* Bump Standards-Version to 4.1.3.
+ * Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi at debian.org> Tue, 09 Jan 2018 08:43:47 +0100
diff --git a/debian/control b/debian/control
index 68e1f61..cc76b0d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,28 @@
Source: python-parsel
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Ignace Mouzannar <mouzannar at gmail.com>
+Uploaders:
+ Ignace Mouzannar <mouzannar at gmail.com>,
Section: python
Priority: optional
-Build-Depends: debhelper (>= 11),
- 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)
+Build-Depends:
+ debhelper (>= 11),
+ 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: 4.1.3
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
@@ -30,8 +32,9 @@ 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,8 +47,9 @@ 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
--
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