Note Breaks relationship with older awscli packages

This commit is contained in:
Noah Meyerhans 2021-01-30 09:51:13 -08:00
parent 54295313d5
commit 1b2584e8a5
2 changed files with 5 additions and 1 deletions

5
debian/changelog vendored
View file

@ -1,8 +1,11 @@
python-botocore (1.19.59+repack-1) UNRELEASED; urgency=medium
* New upstream version 1.19.59+repack
* Note Breaks relationship with older awscli packages due to upstream
refactor in which a component previously included in botocore was
moved to awscli
-- Noah Meyerhans <noahm@debian.org> Tue, 26 Jan 2021 07:16:03 -0800
--
python-botocore (1.17.22+repack-1) unstable; urgency=medium

1
debian/control vendored
View file

@ -17,6 +17,7 @@ Vcs-Browser: https://salsa.debian.org/python-team/modules/python-botocore
Package: python3-botocore
Architecture: all
Depends: ${python3:Depends}, python3-requests, ${misc:Depends}
Breaks: awscli (<< 1.18.140)
Description: Low-level, data-driven core of boto 3 (Python 3)
A low-level interface to a growing number of Amazon Web Services.
The botocore package is the foundation for AWS-CLI.