Accepting request 1079921 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/1079921 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=94
This commit is contained in:
commit
405b9895b1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 17 11:07:48 UTC 2023 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- python-six is not required
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 13 08:34:44 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Mar 13 08:34:44 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -32,7 +32,6 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module s3transfer < 0.7.0}
|
BuildRequires: %{python_module s3transfer < 0.7.0}
|
||||||
BuildRequires: %{python_module s3transfer >= 0.6.0}
|
BuildRequires: %{python_module s3transfer >= 0.6.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-botocore < 1.30.0
|
Requires: python-botocore < 1.30.0
|
||||||
@ -41,7 +40,6 @@ Requires: python-jmespath < 2.0.0
|
|||||||
Requires: python-jmespath >= 0.7.1
|
Requires: python-jmespath >= 0.7.1
|
||||||
Requires: python-s3transfer < 0.7.0
|
Requires: python-s3transfer < 0.7.0
|
||||||
Requires: python-s3transfer >= 0.6.0
|
Requires: python-s3transfer >= 0.6.0
|
||||||
Requires: python-six
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -58,6 +56,7 @@ http://boto3.readthedocs.org/en/latest/
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Note to maintainers also familia with python-boto:
|
# Note to maintainers also familia with python-boto:
|
||||||
# The documentation generation requires access to AWS, thus it is not
|
# The documentation generation requires access to AWS, thus it is not
|
||||||
# possible to generate the documentation in OBS
|
# possible to generate the documentation in OBS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user