summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2024-11-20 23:11:13 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2024-11-20 23:11:13 +0000
commit5d7b3fadc53ac02f768477df3bbfab8a7a7c8aad (patch)
treeb469d8237b3caef3660f947fdb6a54baa554360b
parent02bb99978f34549bda105534245e2e3cbe3b45b0 (diff)
automatic import of python-botocore
-rw-r--r--.gitignore1
-rw-r--r--python-botocore.spec23
-rw-r--r--sources2
3 files changed, 15 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index a9cb954..d691efa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -101,3 +101,4 @@
/botocore-1.29.147.tar.gz
/botocore-1.29.148.tar.gz
/botocore-1.29.149.tar.gz
+/botocore-1.35.66.tar.gz
diff --git a/python-botocore.spec b/python-botocore.spec
index ad05069..ef3f420 100644
--- a/python-botocore.spec
+++ b/python-botocore.spec
@@ -1,11 +1,11 @@
Name: python-botocore
-Version: 1.29.149
-Release: 1%{?dist}
+Version: 1.35.66
+Release: %autorelease
+# Fill in the actual package summary to submit package to Fedora
Summary: Low-level, data-driven core of boto 3.
-# Check if the automatically generated License and its spelling is correct for Fedora
-# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
-License: ASL
+# No license information obtained, it's up to the packager to fill it in
+License: ...
URL: https://github.com/boto/botocore
Source: %{pypi_source botocore}
@@ -17,7 +17,6 @@ BuildRequires: python3-devel
%global _description %{expand:
This is package 'botocore' generated automatically by pyp2spec.}
-
%description %_description
%package -n python3-botocore
@@ -25,13 +24,18 @@ Summary: %{summary}
%description -n python3-botocore %_description
+# For official Fedora packages, review which extras should be actually packaged
+# See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#Extras
+%pyproject_extras_subpkg -n python3-botocore crt
+
%prep
%autosetup -p1 -n botocore-%{version}
%generate_buildrequires
-%pyproject_buildrequires
+# Keep only those extras which you actually want to package or use during tests
+%pyproject_buildrequires -x crt
%build
@@ -46,12 +50,11 @@ Summary: %{summary}
%check
-%pyproject_check_import -t
+%_pyproject_check_import_allow_no_modules -t
%files -n python3-botocore -f %{pyproject_files}
%changelog
-* Wed Jun 07 2023 mockbuilder - 1.29.149-1
-- Initial package \ No newline at end of file
+%autochangelog \ No newline at end of file
diff --git a/sources b/sources
index 322a3d0..17f089c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a84e8769e7ddb467550f369771c7ecd5 botocore-1.29.149.tar.gz
+0e41a9fb7f25db744e7a6aeb4efc2d6f botocore-1.35.66.tar.gz