From b212749258761bec37d003cb1a0095172d42a3e04d46ae6b84c952fbb8f8b7e0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jan 2024 20:56:26 +0000 Subject: [PATCH 1/2] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-edgegrid-python?expand=0&rev=4 --- edgegrid-python-1.2.1.tar.gz | 3 --- edgegrid-python-1.3.1.tar.gz | 3 +++ python-edgegrid-python.changes | 10 ++++++++++ python-edgegrid-python.spec | 17 +++++++++++------ 4 files changed, 24 insertions(+), 9 deletions(-) delete mode 100644 edgegrid-python-1.2.1.tar.gz create mode 100644 edgegrid-python-1.3.1.tar.gz 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..5efdfb8 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 @@ -18,7 +18,7 @@ %{?!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,7 +26,9 @@ 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 @@ -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 From ccf54152ad6ea82ddabc2d3f88da9f41eb21f8045a452b073ce644cfc04deb4d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jan 2024 20:57:22 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-edgegrid-python?expand=0&rev=5 --- python-edgegrid-python.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-edgegrid-python.spec b/python-edgegrid-python.spec index 5efdfb8..4d4293c 100644 --- a/python-edgegrid-python.spec +++ b/python-edgegrid-python.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-edgegrid-python Version: 1.3.1 Release: 0 @@ -35,6 +34,7 @@ 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