From 28381760f60954726508845bd463c70ebc27279d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 16 Jan 2023 14:37:09 +0100 Subject: [PATCH] Remove duplicated manual BuildRequires, drop redundant python3-toml build dependency - https://fedoraproject.org/wiki/Changes/DeprecatePythonToml --- python-botocore.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/python-botocore.spec b/python-botocore.spec index 57a8b19..3ac18b5 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} # NOTICE - Updating this package requires updating python-boto3 Version: 1.29.50 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low-level, data-driven core of boto 3 License: ASL 2.0 @@ -13,14 +13,10 @@ BuildArch: noarch BuildRequires: pyproject-rpm-macros BuildRequires: python3-devel + +# For tests: BuildRequires: python3-jsonschema -BuildRequires: python3-setuptools BuildRequires: python3-pytest -BuildRequires: python3-wheel -BuildRequires: python3-jmespath -BuildRequires: python3-toml -BuildRequires: python3-dateutil -BuildRequires: python3-urllib3 %description A low-level interface to a growing number of Amazon Web Services. The @@ -66,6 +62,11 @@ rm -vr tests/functional/leak %{python3_sitelib}/%{pypi_name}-*.dist-info/ %changelog +* Mon Jan 16 2023 Miro HronĨok - 1.29.50-2 +- Remove duplicated manual BuildRequires +- Drop a redundant build dependency on deprecated python3-toml +- https://fedoraproject.org/wiki/Changes/DeprecatePythonToml + * Fri Jan 13 2023 Gwyn Ciesla - 1.29.50-1 - 1.29.50