Control: tags 938047 + patch
Control: tags 938047 + pending

Dear maintainer,

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

Regards.

diff -Nru python-prometheus-client-0.7.1/debian/changelog python-prometheus-client-0.7.1/debian/changelog
--- python-prometheus-client-0.7.1/debian/changelog	2019-11-07 07:24:12.000000000 -0500
+++ python-prometheus-client-0.7.1/debian/changelog	2019-11-16 19:29:30.000000000 -0500
@@ -1,3 +1,10 @@
+python-prometheus-client (0.7.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * drop python2 support; Closes: #938047
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 16 Nov 2019 19:29:30 -0500
+
 python-prometheus-client (0.7.1-1) unstable; urgency=medium
 
   [ Martina Ferrari ]
diff -Nru python-prometheus-client-0.7.1/debian/control python-prometheus-client-0.7.1/debian/control
--- python-prometheus-client-0.7.1/debian/control	2019-11-07 07:24:12.000000000 -0500
+++ python-prometheus-client-0.7.1/debian/control	2019-11-16 19:29:12.000000000 -0500
@@ -6,11 +6,6 @@
 Priority: optional
 Build-Depends: debhelper-compat (= 12),
 Build-Depends-Indep: dh-python,
-                     python-all,
-                     python-concurrent.futures,
-                     python-decorator (>= 4.0.10),
-                     python-pytest,
-                     python-setuptools,
                      python3-all,
                      python3-decorator (>= 4.0.10),
                      python3-pytest,
@@ -20,27 +15,6 @@
 Vcs-Git: https://salsa.debian.org/debian/python-prometheus-client.git
 Homepage: https://github.com/prometheus/client_python
 
-Package: python-prometheus-client
-Architecture: all
-Depends: python-decorator (>= 4.0.10-1),
-         ${misc:Depends},
-         ${python:Depends},
-Description: Python 2 client for the Prometheus monitoring system
- This library provides an API for exporting metrics from a Python application.
- It provides classes for the metric types, and an HTTP server to expose the
- metrics to Prometheus.
- .
- When using Linux, the process CPU, RAM, file descriptor usage and start time
- will also be exported.
- .
- Along with the HTTP server to expose metrics, you can also write the metrics
- to a text file to be exported by the prometheus-node-exporter, or push them to
- the prometheus-pushgateway.
- .
- This library also includes support for re-exporting Graphite metrics to
- Prometheus, custom collectors to proxy metrics for other systems and a parser
- for the Prometheus text format.
-
 Package: python3-prometheus-client
 Architecture: all
 Depends: python3-decorator (>= 4.0.10-1),
diff -Nru python-prometheus-client-0.7.1/debian/python-prometheus-client.docs python-prometheus-client-0.7.1/debian/python-prometheus-client.docs
--- python-prometheus-client-0.7.1/debian/python-prometheus-client.docs	2019-11-07 07:24:12.000000000 -0500
+++ python-prometheus-client-0.7.1/debian/python-prometheus-client.docs	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-README.md
diff -Nru python-prometheus-client-0.7.1/debian/rules python-prometheus-client-0.7.1/debian/rules
--- python-prometheus-client-0.7.1/debian/rules	2019-11-07 07:24:12.000000000 -0500
+++ python-prometheus-client-0.7.1/debian/rules	2019-11-16 19:29:19.000000000 -0500
@@ -8,7 +8,7 @@
 export https_proxy=
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
 	dh_auto_clean

Reply via email to