Control: tags 937742 + patch
Control: tags 937742 + pending

Dear maintainer,

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

Regards.

diff -Nru python-expiringdict-1.1.2/debian/changelog python-expiringdict-1.1.2/debian/changelog
--- python-expiringdict-1.1.2/debian/changelog	2014-03-11 10:02:54.000000000 -0400
+++ python-expiringdict-1.1.2/debian/changelog	2019-10-20 16:54:29.000000000 -0400
@@ -1,3 +1,10 @@
+python-expiringdict (1.1.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937742
+
+ -- Sandro Tosi <mo...@debian.org>  Sun, 20 Oct 2019 16:54:29 -0400
+
 python-expiringdict (1.1.2-1) unstable; urgency=medium
 
   * new upstream version, with upstream licensing included 
diff -Nru python-expiringdict-1.1.2/debian/control python-expiringdict-1.1.2/debian/control
--- python-expiringdict-1.1.2/debian/control	2014-02-25 01:03:52.000000000 -0500
+++ python-expiringdict-1.1.2/debian/control	2019-10-20 16:54:20.000000000 -0400
@@ -5,31 +5,13 @@
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- python-all (>= 2.6.6-3~),
- python-setuptools,
  python3-all,
  python3-setuptools
 Homepage: https://github.com/mailgun/expiringdict
 Standards-Version: 3.9.5
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
 Vcs-Git: git://anonscm.debian.org/collab-maint/python-expiringdict.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-expiringdict.git
 
-Package: python-expiringdict
-Architecture: all
-Depends: 
- ${python:Depends},
- ${misc:Depends}
-Description: Python caching library
- expiringdict is a Python caching library, providing an ordered
- dictionary with auto-expiring values for caching purposes. Expiration
- happens on any access, object is locked during cleanup from expired
- values.  ExpiringDict stores at most a maximum number of elements -
- the oldest will be deleted.
- .
- This is the Python 2 version of this package.
-
 Package: python3-expiringdict
 Architecture: all
 Depends: 
diff -Nru python-expiringdict-1.1.2/debian/rules python-expiringdict-1.1.2/debian/rules
--- python-expiringdict-1.1.2/debian/rules	2014-02-24 22:55:19.000000000 -0500
+++ python-expiringdict-1.1.2/debian/rules	2019-10-20 16:54:26.000000000 -0400
@@ -2,4 +2,4 @@
 export PYBUILD_NAME=expiringdict
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild

Reply via email to