Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-acme for openSUSE:Factory 
checked in at 2026-09-08 17:07:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-acme (Old)
 and      /work/SRC/openSUSE:Factory/.python-acme.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-acme"

Tue Sep  8 17:07:50 2026 rev:85 rq:1376371 version:5.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-acme/python-acme.changes  2026-07-23 
23:17:57.908360270 +0200
+++ /work/SRC/openSUSE:Factory/.python-acme.new.1265/python-acme.changes        
2026-09-08 17:07:56.037611338 +0200
@@ -1,0 +2,6 @@
+Tue Sep  8 13:02:31 UTC 2026 - Markéta Machová <[email protected]>
+
+- update to 5.8.0
+  * certbot and its acme library now require cryptography>=47.0.0
+
+-------------------------------------------------------------------

Old:
----
  acme-5.7.0.tar.gz

New:
----
  acme-5.8.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-acme.spec ++++++
--- /var/tmp/diff_new_pack.75XIB9/_old  2026-09-08 17:07:57.547674478 +0200
+++ /var/tmp/diff_new_pack.75XIB9/_new  2026-09-08 17:07:57.549674562 +0200
@@ -19,13 +19,13 @@
 %{?sle15_python_module_pythons}
 %define libname acme
 Name:           python-%{libname}
-Version:        5.7.0
+Version:        5.8.0
 Release:        0
 Summary:        Python library for the ACME protocol
 License:        Apache-2.0
 URL:            https://github.com/certbot/certbot
 Source0:        
https://files.pythonhosted.org/packages/source/a/%{libname}/%{libname}-%{version}.tar.gz
-BuildRequires:  %{python_module cryptography >= 43.0.0}
+BuildRequires:  %{python_module cryptography >= 47.0.0}
 BuildRequires:  %{python_module josepy >= 2.0.0}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pyOpenSSL >= 25.0.0}
@@ -36,7 +36,7 @@
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-cryptography >= 43.0.0
+Requires:       python-cryptography >= 47.0.0
 Requires:       python-josepy >= 2.0.0
 Requires:       python-pyOpenSSL >= 25.0.0
 Requires:       python-pyRFC3339

++++++ acme-5.7.0.tar.gz -> acme-5.8.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-5.7.0/PKG-INFO new/acme-5.8.0/PKG-INFO
--- old/acme-5.7.0/PKG-INFO     2026-07-07 20:28:29.584317700 +0200
+++ new/acme-5.8.0/PKG-INFO     2026-09-01 19:52:22.358728600 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: acme
-Version: 5.7.0
+Version: 5.8.0
 Summary: ACME protocol implementation in Python
 Author: Certbot Project
 License-Expression: Apache-2.0
@@ -19,7 +19,7 @@
 Requires-Python: >=3.10
 Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
-Requires-Dist: cryptography>=43.0.0
+Requires-Dist: cryptography>=47.0.0
 Requires-Dist: josepy>=2.0.0
 Requires-Dist: PyOpenSSL>=25.0.0
 Requires-Dist: pyrfc3339
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-5.7.0/pyproject.toml 
new/acme-5.8.0/pyproject.toml
--- old/acme-5.7.0/pyproject.toml       2026-07-07 20:28:26.000000000 +0200
+++ new/acme-5.8.0/pyproject.toml       2026-09-01 19:52:18.777792200 +0200
@@ -26,7 +26,7 @@
     "Topic :: Security",
 ]
 dependencies = [
-    "cryptography>=43.0.0",
+    "cryptography>=47.0.0",
     "josepy>=2.0.0",
     # PyOpenSSL>=25.0.0 is just needed to satisfy mypy right now so this 
dependency can probably be
     # relaxed to >=24.0.0 if needed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-5.7.0/setup.py new/acme-5.8.0/setup.py
--- old/acme-5.7.0/setup.py     2026-07-07 20:28:27.000000000 +0200
+++ new/acme-5.8.0/setup.py     2026-09-01 19:52:19.687980200 +0200
@@ -1,6 +1,6 @@
 from setuptools import setup
 
-version = '5.7.0'
+version = '5.8.0'
 
 setup(
     version=version,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-5.7.0/src/acme.egg-info/PKG-INFO 
new/acme-5.8.0/src/acme.egg-info/PKG-INFO
--- old/acme-5.7.0/src/acme.egg-info/PKG-INFO   2026-07-07 20:28:29.000000000 
+0200
+++ new/acme-5.8.0/src/acme.egg-info/PKG-INFO   2026-09-01 19:52:22.340264600 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: acme
-Version: 5.7.0
+Version: 5.8.0
 Summary: ACME protocol implementation in Python
 Author: Certbot Project
 License-Expression: Apache-2.0
@@ -19,7 +19,7 @@
 Requires-Python: >=3.10
 Description-Content-Type: text/x-rst
 License-File: LICENSE.txt
-Requires-Dist: cryptography>=43.0.0
+Requires-Dist: cryptography>=47.0.0
 Requires-Dist: josepy>=2.0.0
 Requires-Dist: PyOpenSSL>=25.0.0
 Requires-Dist: pyrfc3339
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-5.7.0/src/acme.egg-info/requires.txt 
new/acme-5.8.0/src/acme.egg-info/requires.txt
--- old/acme-5.7.0/src/acme.egg-info/requires.txt       2026-07-07 
20:28:29.000000000 +0200
+++ new/acme-5.8.0/src/acme.egg-info/requires.txt       2026-09-01 
19:52:22.340719200 +0200
@@ -1,4 +1,4 @@
-cryptography>=43.0.0
+cryptography>=47.0.0
 josepy>=2.0.0
 PyOpenSSL>=25.0.0
 pyrfc3339

Reply via email to