[Pkg-privacy-maintainers] Bug#932820: vanguards: Use Python 3 instead of PyPy, because we are going to remove unsupported PyPy

Ondřej Nový onovy at debian.org
Tue Jul 23 17:38:41 BST 2019


Package: vanguards
Version: 0.3.1-1
Severity: normal

Hi,

please use Python 3 instead of PyPy, because we are going to remove
unsupported PyPy.

Debdiff attached.

Thanks.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_SOFTLOCKUP
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8), LANGUAGE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages vanguards depends on:
pn  pypy             <none>
pn  pypy-ipaddress   <none>
pn  pypy-setuptools  <none>
pn  pypy-stem        <none>
pn  tor              <none>

vanguards recommends no packages.

vanguards suggests no packages.
-------------- next part --------------
diff -Nru vanguards-0.3.1/debian/control vanguards-0.3.1/debian/control
--- vanguards-0.3.1/debian/control	2019-02-06 20:10:43.000000000 +0100
+++ vanguards-0.3.1/debian/control	2019-07-23 18:29:04.000000000 +0200
@@ -6,11 +6,10 @@
 Build-Depends: debhelper (>= 11),
                dh-exec,
                dh-python,
-               pypy,
-               pypy-setuptools,
-               pypy-stem (>= 1.6.0-3.1),
-               pypy-pytest,
-               pypy-ipaddress
+               python3,
+               python3-setuptools,
+               python3-stem (>= 1.6.0-3.1),
+               python3-pytest,
 Standards-Version: 4.1.5
 Vcs-Browser: https://github.com/mikeperry-tor/vanguards
 Vcs-Git: https://github.com/mikeperry-tor/vanguards
@@ -19,8 +18,7 @@
 Package: vanguards
 Architecture: all
 Depends: ${misc:Depends},
-         ${pypy:Depends},
-         pypy-ipaddress,
+         ${python3:Depends},
          tor
 Description: Additional protections for Tor Onion Services
  vanguards uses the Stem Tor control port library to connect to a Tor control
diff -Nru vanguards-0.3.1/debian/changelog vanguards-0.3.1/debian/changelog
--- vanguards-0.3.1/debian/changelog	2019-05-28 11:15:00.000000000 +0200
+++ vanguards-0.3.1/debian/changelog	2019-07-23 18:32:54.000000000 +0200
@@ -1,3 +1,10 @@
+vanguards (0.3.1-2) UNRELEASED; urgency=medium
+
+  * Use Python 3 instead of PyPy, because we are going to remove unsupported
+    PyPy
+
+ -- Ondřej Nový <onovy at debian.org>  Tue, 23 Jul 2019 18:32:54 +0200
+
 vanguards (0.3.1-1) unstable; urgency=medium
 
   * New upstream version 0.3.1
diff -Nru vanguards-0.3.1/debian/rules vanguards-0.3.1/debian/rules
--- vanguards-0.3.1/debian/rules	2019-02-06 20:09:54.000000000 +0100
+++ vanguards-0.3.1/debian/rules	2019-07-23 18:25:20.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with pypy --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_installsystemd:
 	dh_installsystemd --no-enable --no-start


More information about the Pkg-privacy-maintainers mailing list