[Python-modules-commits] [pyparsing] 03/03: New upstream release.
Barry Warsaw
barry at moszumanska.debian.org
Fri May 6 18:13:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository pyparsing.
commit 1ec86a096e3cba0cddc0ece36eaa5eb0345357a9
Author: Barry Warsaw <barry at python.org>
Date: Fri May 6 12:30:52 2016 -0500
New upstream release.
* New upstream release.
* d/control:
- Suggest python-pyparsing-doc (Closes: #735542)
- Change `XS-Testsuite: autopkgtest` to use the shiny new goodness
`Testsuite: autopkgtest-pkg-python` and remove the d/tests directory
as redundant. (Closes: #710660)
- Bump Standards-Version with no other changes necessary.
---
debian/changelog | 14 ++++++++++++--
debian/control | 6 ++++--
debian/tests/control | 5 -----
debian/tests/import-py2 | 13 -------------
debian/tests/import-py3 | 13 -------------
5 files changed, 16 insertions(+), 35 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 768398b..72267d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,18 @@
-pyparsing (2.0.3+dfsg1-2) UNRELEASED; urgency=medium
+pyparsing (2.1.1+dfsg1-1) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* Fixed VCS URL (https)
- -- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 21:52:34 +0200
+ [ Barry Warsaw ]
+ * New upstream release.
+ * d/control:
+ - Suggest python-pyparsing-doc (Closes: #735542)
+ - Change `XS-Testsuite: autopkgtest` to use the shiny new goodness
+ `Testsuite: autopkgtest-pkg-python` and remove the d/tests directory
+ as redundant. (Closes: #710660)
+ - Bump Standards-Version with no other changes necessary.
+
+ -- Barry Warsaw <barry at debian.org> Fri, 06 May 2016 12:16:19 -0500
pyparsing (2.0.3+dfsg1-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 570115d..f289a5d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Kevin Coyner <kcoyner at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Matthew Grant <matt at mattgrant.net.nz>
-Standards-Version: 3.9.4
+Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
python-all (>= 2.6.5~),
python-setuptools,
@@ -13,12 +13,13 @@ Build-Depends-Indep: tofrodos
Homepage: http://pyparsing.wikispaces.com/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyparsing.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyparsing.git
-XS-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-python
Package: python-pyparsing
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
+Suggests: python-pyparsing-doc
Description: Python parsing module
The parsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc approach, or
@@ -37,6 +38,7 @@ Package: python3-pyparsing
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
+Suggests: python-pyparsing-doc
Description: Python parsing module, Python3 package
The parsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc approach, or
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index fa2328f..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,5 +0,0 @@
-Tests: import-py2
-Depends: python-pyparsing, python-all
-
-Tests: import-py3
-Depends: python3-pyparsing, python3-all
diff --git a/debian/tests/import-py2 b/debian/tests/import-py2
deleted file mode 100755
index 4decbbc..0000000
--- a/debian/tests/import-py2
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-set -efu
-
-PYS=${PYS:-"$(pyversions -r 2>/dev/null)"}
-
-cd $ADTTMP
-for py in $PYS; do
- echo "=== $py ==="
- fn=$($py -c "import pyparsing; print(pyparsing.__file__)")
- # runs some basic functions, output looks like errors but its intentional
- $py $fn
-done
-
diff --git a/debian/tests/import-py3 b/debian/tests/import-py3
deleted file mode 100755
index 6851c5e..0000000
--- a/debian/tests/import-py3
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-set -efu
-
-PYS=${PYS:-"$(py3versions -r 2>/dev/null)"}
-
-cd $ADTTMP
-for py in $PYS; do
- echo "=== $py ==="
- fn=$($py -c "import pyparsing; print(pyparsing.__file__)")
- # runs some basic functions, output looks like errors but its intentional
- $py $fn
-done
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyparsing.git
More information about the Python-modules-commits
mailing list