Control: tags 937618 + patch Control: tags 937618 + pending
Dear maintainer, I've prepared an NMU for python-boto3 (versioned as 1.9.86-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-boto3-1.9.86/debian/changelog python-boto3-1.9.86/debian/changelog --- python-boto3-1.9.86/debian/changelog 2019-01-28 18:07:32.000000000 -0500 +++ python-boto3-1.9.86/debian/changelog 2019-10-19 17:41:36.000000000 -0400 @@ -1,3 +1,10 @@ +python-boto3 (1.9.86-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937618 + + -- Sandro Tosi <[email protected]> Sat, 19 Oct 2019 17:41:36 -0400 + python-boto3 (1.9.86-1) unstable; urgency=medium * d/control: Update VCS fields. diff -Nru python-boto3-1.9.86/debian/control python-boto3-1.9.86/debian/control --- python-boto3-1.9.86/debian/control 2019-01-28 18:07:32.000000000 -0500 +++ python-boto3-1.9.86/debian/control 2019-10-19 17:41:21.000000000 -0400 @@ -5,9 +5,6 @@ Uploaders: Alexander GQ Gerasiov <[email protected]> Build-Depends: debhelper (>= 9), dh-python, - python-all, - python-s3transfer (>= 0.1.10), - python-setuptools, python3-all, python3-s3transfer (>= 0.1.10), python3-setuptools @@ -16,20 +13,6 @@ Vcs-Git:https://salsa.debian.org/eevans/python-boto3.git Vcs-Browser: https://salsa.debian.org/eevans/python-boto3 -Package: python-boto3 -Architecture: all -Depends: python-botocore (>= 1.6.6), - python-requests, - python-s3transfer (>= 0.1.10), - python-six, - ${misc:Depends}, - ${python:Depends} -Description: Python interface to Amazon's Web Services - Python 2.x - Boto is the Amazon Web Services interface for Python. It allows developers - to write software that makes use of Amazon services like S3 and EC2. Boto - provides an easy to use, object-oriented API as well as low-level direct - service access. - Package: python3-boto3 Architecture: all Depends: python3-botocore (>= 1.6.6), diff -Nru python-boto3-1.9.86/debian/rules python-boto3-1.9.86/debian/rules --- python-boto3-1.9.86/debian/rules 2019-01-28 18:01:51.000000000 -0500 +++ python-boto3-1.9.86/debian/rules 2019-10-19 17:41:32.000000000 -0400 @@ -7,7 +7,7 @@ # main packaging script based on dh7 syntax %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: #autotests are disabled, run them manually with

