Control: tags 937999 + patch
Control: tags 937999 + pending

Dear maintainer,

I've prepared an NMU for python-parse (versioned as 1.6.6-0.2) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-parse-1.6.6/debian/changelog python-parse-1.6.6/debian/changelog
--- python-parse-1.6.6/debian/changelog	2017-01-12 05:57:30.000000000 -0500
+++ python-parse-1.6.6/debian/changelog	2019-10-05 21:07:45.000000000 -0400
@@ -1,3 +1,10 @@
+python-parse (1.6.6-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937999
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 05 Oct 2019 21:07:45 -0400
+
 python-parse (1.6.6-0.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru python-parse-1.6.6/debian/control python-parse-1.6.6/debian/control
--- python-parse-1.6.6/debian/control	2017-01-12 05:57:30.000000000 -0500
+++ python-parse-1.6.6/debian/control	2019-10-05 21:07:34.000000000 -0400
@@ -5,37 +5,10 @@
   Cyril Bouthors <cy...@bouthors.org>
 Section: python
 Priority: optional
-Build-Depends: python-all, python3-all, debhelper (>= 10), dh-python
+Build-Depends: python3-all, debhelper (>= 10), dh-python
 Standards-Version: 3.9.8
 Homepage: https://github.com/r1chardj0n3s/parse
 
-Package: python-parse
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Description: Parse provides the reverse function for format(), Python2 package
- Parse strings using a specification based on the Python format() syntax.
- .
-    ``parse()`` is the opposite of ``format()``
- .
- The module is set up to only export ``parse()``, ``search()`` and
- ``findall()`` when ``import *`` is used:
- .
- >>> from parse import *
- .
- From there it's a simple thing to parse a string:
- .
- >>> parse("It's {}, I love it!", "It's spam, I love it!")
- <Result ('spam',) {}>
- >>> _[0]
- 'spam'
- .
- Or to search a string for some pattern:
- .
- >>> search('Age: {:d}\n', 'Name: Rufus\nAge: 42\nColor: red\n')
- <Result (42,) {}>
- .
- This is the Python 2 package
-
 Package: python3-parse
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru python-parse-1.6.6/debian/rules python-parse-1.6.6/debian/rules
--- python-parse-1.6.6/debian/rules	2017-01-12 05:57:30.000000000 -0500
+++ python-parse-1.6.6/debian/rules	2019-10-05 21:07:44.000000000 -0400
@@ -6,6 +6,6 @@
 export PYBUILD_NAME = parse
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 

Reply via email to