15
0

- 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
This commit is contained in:
2024-01-08 20:56:26 +00:00
committed by Git OBS Bridge
parent 1afbeb2426
commit b212749258
4 changed files with 24 additions and 9 deletions

View File

@@ -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