Control: tags 938236 + patch Control: tags 938236 + pending
Dear maintainer, I've prepared an NMU for python-u2flib-server (versioned as 5.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-u2flib-server-5.0.0/debian/changelog python-u2flib-server-5.0.0/debian/changelog --- python-u2flib-server-5.0.0/debian/changelog 2018-10-20 17:43:57.000000000 -0400 +++ python-u2flib-server-5.0.0/debian/changelog 2019-10-17 19:43:20.000000000 -0400 @@ -1,3 +1,10 @@ +python-u2flib-server (5.0.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938236 + + -- Sandro Tosi <mo...@debian.org> Thu, 17 Oct 2019 19:43:20 -0400 + python-u2flib-server (5.0.0-1) unstable; urgency=medium * New upstream release diff -Nru python-u2flib-server-5.0.0/debian/control python-u2flib-server-5.0.0/debian/control --- python-u2flib-server-5.0.0/debian/control 2018-10-20 17:43:57.000000000 -0400 +++ python-u2flib-server-5.0.0/debian/control 2019-10-17 19:43:07.000000000 -0400 @@ -5,13 +5,8 @@ Build-Depends: debhelper (>= 11~) Build-Depends-Indep: dh-python, - python-all, - python-enum34, - python-m2crypto, - python-nose (>= 1.3.4), - python-pyasn1 (>= 0.1.7), - python-pyasn1-modules, - python-setuptools, + python3-m2crypto, + python3-nose (>= 1.3.4), python3-all, python3-pyasn1, python3-pyasn1-modules, @@ -21,16 +16,6 @@ Vcs-Git: https://salsa.debian.org/debian/python-u2flib-server.git Vcs-Browser: https://salsa.debian.org/debian/python-u2flib-server -Package: python-u2flib-server -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends} -Provides: ${python:Provides} -Description: Universal 2nd Factor (U2F) server communication Python module - Python-u2flib-server is a library for server-side U2F authentication - and provide the Registration and Authentication functions. - This package contains Python modules and an example web server. - Package: python3-u2flib-server Architecture: all Depends: ${misc:Depends}, diff -Nru python-u2flib-server-5.0.0/debian/rules python-u2flib-server-5.0.0/debian/rules --- python-u2flib-server-5.0.0/debian/rules 2018-10-20 17:43:57.000000000 -0400 +++ python-u2flib-server-5.0.0/debian/rules 2019-10-17 19:43:16.000000000 -0400 @@ -4,7 +4,7 @@ export PYBUILD_AFTER_INSTALL=rm -rf '{destdir}/{install_dir}/test' %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_clean: rm -rf python_u2flib_server.egg-info