diff --git a/edgegrid-python-1.2.1.tar.gz b/edgegrid-python-1.2.1.tar.gz deleted file mode 100644 index fedfebb..0000000 --- a/edgegrid-python-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:556c01d19c59d95daa8e35de0993093df1bfbb3e665c65a2a335911c20bef95a -size 13653 diff --git a/edgegrid-python-1.3.1.tar.gz b/edgegrid-python-1.3.1.tar.gz new file mode 100644 index 0000000..6acec02 --- /dev/null +++ b/edgegrid-python-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7dbfd66b4ea8e386fe5391005b2cb9bf8556f4f04ab2fad53fe27554b553b7d +size 15534 diff --git a/python-edgegrid-python.changes b/python-edgegrid-python.changes index ab67e3d..e1db9da 100644 --- a/python-edgegrid-python.changes +++ b/python-edgegrid-python.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 8 20:56:05 UTC 2024 - Dirk Müller + +- update to 1.3.1: + * GH#51 issue: include path params in signed path +- update to 1.3.0: + * decouple from `requests` library + * add support for MultipartEncoder + * remove unnecessary shebangs and permissions + ------------------------------------------------------------------- Sat Dec 11 22:17:28 UTC 2021 - Dirk Müller diff --git a/python-edgegrid-python.spec b/python-edgegrid-python.spec index ded94c8..4d4293c 100644 --- a/python-edgegrid-python.spec +++ b/python-edgegrid-python.spec @@ -1,7 +1,7 @@ # # spec file for package python-edgegrid-python # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-edgegrid-python -Version: 1.2.1 +Version: 1.3.1 Release: 0 Summary: Client authentication protocol for python-requests License: Apache-2.0 @@ -26,13 +25,16 @@ Group: Development/Languages/Python URL: https://github.com/akamai-open/AkamaiOPEN-edgegrid-python Source: https://files.pythonhosted.org/packages/source/e/edgegrid-python/edgegrid-python-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-ndg-httpsclient Requires: python-pyOpenSSL >= 19.0.0 Requires: python-pyasn1 Requires: python-requests >= 2.3.0 +Requires: python-requests-toolbelt Requires: python-urllib3 BuildArch: noarch @@ -45,15 +47,18 @@ Client authentication protocol for python-requests %setup -q -n edgegrid-python-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE -%{python_sitelib}/* +%dir %{python_sitelib}/akamai +%{python_sitelib}/akamai/edgegrid +%{python_sitelib}/edgegrid_python-%{version}*.pth +%{python_sitelib}/edgegrid_python-%{version}.dist-info %changelog