Drop python2 support; Closes: #937619

This commit is contained in:
Sandro Tosi 2019-10-26 20:43:44 -04:00
parent 5855dcdc3e
commit cd173065cd
3 changed files with 6 additions and 14 deletions

6
debian/changelog vendored
View file

@ -1,9 +1,13 @@
python-botocore (1.12.241+repack-2) UNRELEASED; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
* d/changelog: Remove trailing whitespaces.
-- Ondřej Nový <onovy@debian.org> Fri, 18 Oct 2019 15:58:27 +0200
[ Sandro Tosi ]
* Drop python2 support; Closes: #937619
-- Sandro Tosi <morph@debian.org> Sat, 26 Oct 2019 20:42:37 -0400
python-botocore (1.12.241+repack-1) unstable; urgency=medium

12
debian/control vendored
View file

@ -4,11 +4,8 @@ Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 12)
, python-all
, python-setuptools
, python3-all
, python3-setuptools
, python-mock
, python3-mock
, dh-python
Standards-Version: 4.4.1
@ -16,15 +13,6 @@ Homepage: https://github.com/boto/botocore
Vcs-Git: https://salsa.debian.org/python-team/modules/python-botocore.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-botocore
Package: python-botocore
Architecture: all
Depends: ${python:Depends}, python-requests (>= 2.7.0), ${misc:Depends}
Description: Low-level, data-driven core of boto 3 (Python 2)
A low-level interface to a growing number of Amazon Web Services.
The botocore package is the foundation for AWS-CLI.
.
This package contains the module for Python 2.
Package: python3-botocore
Architecture: all
Depends: ${python3:Depends}, python3-requests, ${misc:Depends}

2
debian/rules vendored
View file

@ -8,7 +8,7 @@ export PYBUILD_NAME=botocore
export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_fixperms:
dh_fixperms