15
0

Accepting request 1137638 from devel:languages:python

- 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/request/show/1137638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-edgegrid-python?expand=0&rev=3
This commit is contained in:
2024-01-09 19:49:42 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:556c01d19c59d95daa8e35de0993093df1bfbb3e665c65a2a335911c20bef95a
size 13653

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7dbfd66b4ea8e386fe5391005b2cb9bf8556f4f04ab2fad53fe27554b553b7d
size 15534

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 8 20:56:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

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