diff --git a/.python-edgegrid.metadata b/.python-edgegrid.metadata new file mode 100644 index 0000000..d313bc0 --- /dev/null +++ b/.python-edgegrid.metadata @@ -0,0 +1 @@ +9c49dfbc962858d454a61d645f61fb0be9115f32 SOURCES/edgegrid-python-1.2.1.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..3f42bba --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# python-edgegrid + +The python-edgegrid package \ No newline at end of file diff --git a/SPECS/python-edgegrid.spec b/SPECS/python-edgegrid.spec new file mode 100644 index 0000000..c19ed7a --- /dev/null +++ b/SPECS/python-edgegrid.spec @@ -0,0 +1,106 @@ +%global srcname edgegrid-python + +Summary: {OPEN} client authentication protocol for python-requests +Name: python-edgegrid +Version: 1.2.1 +Release: 1%{?dist} +Source0: %{pypi_source} +License: ASL 2.0 +BuildArch: noarch +URL: https://github.com/akamai-open/AkamaiOPEN-edgegrid-python + +%{?python_enable_dependency_generator} + +%description +This library implements an Authentication handler for requests +that provides the Akamai {OPEN} Edgegrid Authentication scheme. + +%package -n python3-edgegrid +Summary: %{summary} +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +# Dependencies for tests +BuildRequires: python3dist(requests) + +%{?python_provide:%python_provide python3-edgegrid} + +%description -n python3-edgegrid +This library implements an Authentication handler for requests +that provides the Akamai {OPEN} Edgegrid Authentication scheme. + +%prep +%autosetup -n %{srcname}-%{version} + +# Sources currently have some useless shebangs, and rpmlint +# doesn't like that. +# https://github.com/akamai/AkamaiOPEN-edgegrid-python/pull/35 +# Let's patch them out for now. +find akamai -name '*.py' -exec sed -r -e 's|^#!/usr/bin/env.*|#|' -i '{}' ';' + + +%build +%py3_build + +%check +# upstream uses custom test runner in this module +%{__python3} -m akamai.edgegrid.test.test_edgegrid + +%install +%py3_install + +%files -n python3-edgegrid +%doc README.rst +%license LICENSE + +%{python3_sitelib}/edgegrid_python*.egg-info/ +%{python3_sitelib}/edgegrid_python*.pth +%dir %{python3_sitelib}/akamai +%{python3_sitelib}/akamai/edgegrid + + +%changelog +* 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