Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-edgegrid-python for
openSUSE:Factory checked in at 2026-04-12 20:01:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-edgegrid-python (Old)
and /work/SRC/openSUSE:Factory/.python-edgegrid-python.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-edgegrid-python"
Sun Apr 12 20:01:22 2026 rev:4 rq:1345973 version:2.0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-edgegrid-python/python-edgegrid-python.changes
2024-01-09 20:50:16.905590963 +0100
+++
/work/SRC/openSUSE:Factory/.python-edgegrid-python.new.21863/python-edgegrid-python.changes
2026-04-12 20:01:23.027188247 +0200
@@ -1,0 +2,31 @@
+Fri Apr 10 23:35:06 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.0.5:
+ * Updated dependencies to address security vulnerabilities
+- update to 2.0.3:
+ * Updated dependencies to address security vulnerabilities
+ * Dropped support for Python 3.9, the minimum supported version
+ is now Python 3.10
+ * Added support for Python 3.14
+- update to 2.0.2:
+ * Updated dependencies to address security vulnerabilities
+ * Removed unused pyOpenSSL library (I#79)
+ * Added ``README.md`` to package metadata
+ * Updated various dependencies to remove vulnerabilities
+- update to 2.0.0:
+ * discontinue support for Python 2.7, the minimum supported
+ version is now Python 3.9
+ * the `__init__` function of `EdgeGridAuth` and
+ `EdgeGridAuthHeaders` now accepts `headers_to_sign` and
+ `max_body` as keyword-only arguments
+ * change signatures of these methods in the
+ `EdgeGridAuthHeaders` class: `make_auth_header`,
+ `sign_request` and `make_data_to_sign`
+ * update several dependencies in `setup.py`
+ * start generating files `requirements.txt` and `dev-
+ requirements.txt` using `pip-compile`, so that they contain
+ the full set of project dependencies
+ * fix handling file objects in the request body for
+ `EdgeGridAuth`
+
+-------------------------------------------------------------------
Old:
----
edgegrid-python-1.3.1.tar.gz
New:
----
edgegrid_python-2.0.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-edgegrid-python.spec ++++++
--- /var/tmp/diff_new_pack.q5f9h7/_old 2026-04-12 20:01:23.687215126 +0200
+++ /var/tmp/diff_new_pack.q5f9h7/_new 2026-04-12 20:01:23.691215289 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-edgegrid-python
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,24 @@
Name: python-edgegrid-python
-Version: 1.3.1
+Version: 2.0.5
Release: 0
Summary: Client authentication protocol for python-requests
License: Apache-2.0
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
+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 pytest}
+BuildRequires: %{python_module requests >= 2.24.0}
+BuildRequires: %{python_module requests-toolbelt >= 0.9.1}
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
+Requires: python-requests >= 2.24.0
+Requires: python-requests-toolbelt >= 0.9.1
BuildArch: noarch
%python_subpackages
@@ -44,7 +43,7 @@
Client authentication protocol for python-requests
%prep
-%setup -q -n edgegrid-python-%{version}
+%setup -q -n edgegrid_python-%{version}
%build
%pyproject_wheel
@@ -53,6 +52,9 @@
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%pytest
+
%files %{python_files}
%doc README.md
%license LICENSE