Control: tags 936430 + patch Control: tags 936430 + pending
Dear maintainer, I've prepared an NMU for docker-pycreds (versioned as 0.3.0-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru docker-pycreds-0.3.0/debian/changelog docker-pycreds-0.3.0/debian/changelog --- docker-pycreds-0.3.0/debian/changelog 2018-10-20 11:44:57.000000000 -0400 +++ docker-pycreds-0.3.0/debian/changelog 2019-10-27 13:45:51.000000000 -0400 @@ -1,3 +1,10 @@ +docker-pycreds (0.3.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #936430 + + -- Sandro Tosi <mo...@debian.org> Sun, 27 Oct 2019 13:45:51 -0400 + docker-pycreds (0.3.0-1) unstable; urgency=medium * Set team address as Maintainer diff -Nru docker-pycreds-0.3.0/debian/control docker-pycreds-0.3.0/debian/control --- docker-pycreds-0.3.0/debian/control 2018-10-20 11:44:57.000000000 -0400 +++ docker-pycreds-0.3.0/debian/control 2019-10-27 13:45:24.000000000 -0400 @@ -7,30 +7,14 @@ Build-Depends: debhelper (>= 9~), dh-python, golang-docker-credential-helpers, - python-all (>= 2.7), python3-all (>= 3.3), -# python-pytest, # python3-pytest, python3-setuptools, - python-setuptools, - python-six, python3-six Standards-Version: 4.1.3 Homepage: https://github.com/shin-/dockerpy-creds Vcs-Git: https://salsa.debian.org/docker-compose-team/docker-pycreds.git Vcs-Browser: https://salsa.debian.org/docker-compose-team/docker-pycreds -X-Python-Version: >= 2.7 -X-Python3-Version: >= 3.3 - -Package: python-dockerpycreds -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends}, - golang-docker-credential-helpers, - python-six -Description: Python bindings for the docker credentials store API - This module provides bindings to use the native OS credential storage - provided by the golang-docker-credential-helpers package. Package: python3-dockerpycreds Architecture: all diff -Nru docker-pycreds-0.3.0/debian/rules docker-pycreds-0.3.0/debian/rules --- docker-pycreds-0.3.0/debian/rules 2018-10-20 11:44:57.000000000 -0400 +++ docker-pycreds-0.3.0/debian/rules 2019-10-27 13:45:46.000000000 -0400 @@ -3,15 +3,12 @@ export PYBUILD_NAME=dockerpycreds %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: # Tests are potentially interactive as they attempt to connect to the user keyring # therefore only run manually. Necessary dependencies: -# python-pytest, -# python-pytest-cov, -# python-flake8, # python3-pytest, # python3-pytest-cov, # python3-flake8,