## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-edgegrid Version: 2.0.1 Release: %autorelease Summary: Akamai EdgeGrid authentication handler for requests License: Apache-2.0 URL: https://github.com/akamai/AkamaiOPEN-edgegrid-python BuildArch: noarch # PyPI tarball is missing testcases.json # https://github.com/akamai/AkamaiOPEN-edgegrid-python/pull/94 Source: %{url}/archive/v%{version}/edgegrid-python-%{version}.tar.gz %global _description %{expand: This library implements an Authentication handler for HTTP requests using the Akamai EdgeGrid Authentication scheme for Python.} %description %_description %package -n python3-edgegrid Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-pytest %description -n python3-edgegrid %_description %prep %autosetup -n AkamaiOPEN-edgegrid-python-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l akamai %check %pytest -v %files -n python3-edgegrid -f %{pyproject_files} %doc README.md HISTORY.rst %{python3_sitelib}/edgegrid_python-%{version}-py%{python3_version}-nspkg.pth %changelog ## START: Generated by rpmautospec * Fri May 30 2025 Carl George - 2.0.1-1 - Update to version 2.0.1 rhbz#2122153 - Fix FTI rhbz#2355263 - Port to pyproject macros * Sat Jan 18 2025 Fedora Release Engineering - 1.2.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Jul 24 2024 Miroslav Suchý - 1.2.1-12 - convert license to SPDX * Fri Jul 19 2024 Fedora Release Engineering - 1.2.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint - 1.2.1-10 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 1.2.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 1.2.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 1.2.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 1.2.1-6 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 1.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 1.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 1.2.1-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Oct 26 2021 Joel Capitao - 1.2.1-1 - Update to new upstream release 1.2.1 (rhbz#2012768) * Tue Aug 17 2021 Rohan McGovern - 1.2.0-1 - New upstream release - Enable tests in %check * Fri Jul 23 2021 Fedora Release Engineering - 1.1.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.1.1-11 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.1.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jun 26 2020 Rohan McGovern - 1.1.1-8 - Explicitly BuildRequires python3-setuptools * Tue May 26 2020 Miro Hrončok - 1.1.1-7 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 1.1.1-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 1.1.1-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 17 2019 Rohan McGovern - 1.1.1-2 - Ensure all directories owned - Remove Group tag per guidelines - Add python_provide per guidelines * Wed Dec 19 2018 Rohan McGovern - 1.1.1-1 - Initial RPM release ## END: Generated by rpmautospec