Control: tags 937634 + patch
Control: tags 937634 + pending

Dear maintainer,

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

Regards.

diff -Nru python-cbor-1.0.0/debian/changelog python-cbor-1.0.0/debian/changelog
--- python-cbor-1.0.0/debian/changelog	2017-09-13 17:34:26.000000000 -0400
+++ python-cbor-1.0.0/debian/changelog	2019-10-14 20:56:11.000000000 -0400
@@ -1,3 +1,10 @@
+python-cbor (1.0.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937634
+
+ -- Sandro Tosi <mo...@debian.org>  Mon, 14 Oct 2019 20:56:11 -0400
+
 python-cbor (1.0.0-1) unstable; urgency=medium
 
   * New upstream version 1.0.0 (Closes: #875707)
diff -Nru python-cbor-1.0.0/debian/control python-cbor-1.0.0/debian/control
--- python-cbor-1.0.0/debian/control	2017-09-13 17:34:26.000000000 -0400
+++ python-cbor-1.0.0/debian/control	2019-10-14 20:56:01.000000000 -0400
@@ -7,9 +7,6 @@
  python3-all,
  python3-setuptools,
  python3-all-dev,
- python-all,
- python-setuptools,
- python-dev,
 Standards-Version: 4.0.0
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.3
@@ -24,18 +21,6 @@
  CBOR is comparable to JSON, has a superset of JSON’s ability, but serializes
  to a binary format which is smaller and faster to generate and parse.
  .
- The two primary functions are cbor.loads() and cbor.dumps(). This library
- includes a C implementation which runs 3-5 times faster than the Python
- standard library’s C-accelerated implementanion of JSON. This is also includes
- a 100% Python implementation
-
-Package: python-cbor
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Python Implementation of RFC 7049. Concise Binary Object Representation (CBOR)
- CBOR is comparable to JSON, has a superset of JSON’s ability, but serializes
- to a binary format which is smaller and faster to generate and parse.
- .
  The two primary functions are cbor.loads() and cbor.dumps(). This library
  includes a C implementation which runs 3-5 times faster than the Python
  standard library’s C-accelerated implementanion of JSON. This is also includes
diff -Nru python-cbor-1.0.0/debian/rules python-cbor-1.0.0/debian/rules
--- python-cbor-1.0.0/debian/rules	2017-09-13 16:42:51.000000000 -0400
+++ python-cbor-1.0.0/debian/rules	2019-10-14 20:56:07.000000000 -0400
@@ -8,4 +8,4 @@
 
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild

Reply via email to