Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-certbot-dns-route53 for 
openSUSE:Factory checked in at 2025-04-22 17:29:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-route53 (Old)
 and      /work/SRC/openSUSE:Factory/.python-certbot-dns-route53.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-certbot-dns-route53"

Tue Apr 22 17:29:13 2025 rev:45 rq:1271251 version:4.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-route53/python-certbot-dns-route53.changes
    2025-03-21 20:23:48.966239168 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-route53.new.30101/python-certbot-dns-route53.changes
 2025-04-22 17:29:58.171331834 +0200
@@ -1,0 +2,22 @@
+Tue Apr 22 03:45:47 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 4.0.0:
+  * Added
+    + The --preferred-profile and --required-profile flags allow requesting
+      a profile.
+  * Changed
+    + Certificates now renew with 1/3rd of lifetime left (or 1/2 of lifetime
+      left, if the lifetime is shorter than 10 days).
+    + removed acme.crypto_util._pyopenssl_cert_or_req_all_names
+    + removed acme.crypto_util._pyopenssl_cert_or_req_san
+    + removed acme.crypto_util.dump_pyopenssl_chain
+    + removed acme.crypto_util.gen_ss_cert
+    + removed certbot.crypto_util.dump_pyopenssl_chain
+    + removed certbot.crypto_util.pyopenssl_load_certificate
+  * Fixed
+    + Moved RewriteEngine on directive added during apache http01
+      authentication to the end of the virtual host, so that it overwrites
+      any RewriteEngine off directives that already exist and allows
+      redirection to the challenge URL.
+
+-------------------------------------------------------------------

Old:
----
  certbot_dns_route53-3.3.0.tar.gz

New:
----
  certbot_dns_route53-4.0.0.tar.gz

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

Other differences:
------------------
++++++ python-certbot-dns-route53.spec ++++++
--- /var/tmp/diff_new_pack.ByftjQ/_old  2025-04-22 17:29:59.731397365 +0200
+++ /var/tmp/diff_new_pack.ByftjQ/_new  2025-04-22 17:29:59.743397870 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-certbot-dns-route53
-Version:        3.3.0
+Version:        4.0.0
 Release:        0
 Summary:        Route53 DNS Authenticator plugin for Certbot
 License:        Apache-2.0

++++++ certbot_dns_route53-3.3.0.tar.gz -> certbot_dns_route53-4.0.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot_dns_route53-3.3.0/PKG-INFO 
new/certbot_dns_route53-4.0.0/PKG-INFO
--- old/certbot_dns_route53-3.3.0/PKG-INFO      2025-03-11 16:03:35.171097500 
+0100
+++ new/certbot_dns_route53-4.0.0/PKG-INFO      2025-04-08 00:03:41.034472200 
+0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.2
+Metadata-Version: 2.4
 Name: certbot-dns-route53
-Version: 3.3.0
+Version: 4.0.0
 Summary: Route53 DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
@@ -28,8 +28,8 @@
 Requires-Python: >=3.9
 License-File: LICENSE.txt
 Requires-Dist: boto3>=1.15.15
-Requires-Dist: acme>=3.3.0
-Requires-Dist: certbot>=3.3.0
+Requires-Dist: acme>=4.0.0
+Requires-Dist: certbot>=4.0.0
 Provides-Extra: docs
 Requires-Dist: Sphinx>=1.0; extra == "docs"
 Requires-Dist: sphinx_rtd_theme; extra == "docs"
@@ -41,6 +41,7 @@
 Dynamic: home-page
 Dynamic: keywords
 Dynamic: license
+Dynamic: license-file
 Dynamic: provides-extra
 Dynamic: requires-dist
 Dynamic: requires-python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot_dns_route53-3.3.0/certbot_dns_route53/__init__.py 
new/certbot_dns_route53-4.0.0/certbot_dns_route53/__init__.py
--- old/certbot_dns_route53-3.3.0/certbot_dns_route53/__init__.py       
2025-03-11 16:03:28.000000000 +0100
+++ new/certbot_dns_route53-4.0.0/certbot_dns_route53/__init__.py       
2025-04-08 00:03:33.000000000 +0200
@@ -63,7 +63,8 @@
 * Using the ``AWS_ACCESS_KEY_ID`` and ``AWS_SECRET_ACCESS_KEY`` environment
   variables.
 * Using a credentials configuration file at the default location,
-  ``~/.aws/config``.
+  ``~/.aws/credentials``. If you're running on sudo, the credentials
+  will be picked up from the root home.
 * Using a credentials configuration file at a path supplied using the
   ``AWS_CONFIG_FILE`` environment variable.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot_dns_route53-3.3.0/certbot_dns_route53.egg-info/PKG-INFO 
new/certbot_dns_route53-4.0.0/certbot_dns_route53.egg-info/PKG-INFO
--- old/certbot_dns_route53-3.3.0/certbot_dns_route53.egg-info/PKG-INFO 
2025-03-11 16:03:35.000000000 +0100
+++ new/certbot_dns_route53-4.0.0/certbot_dns_route53.egg-info/PKG-INFO 
2025-04-08 00:03:41.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.2
+Metadata-Version: 2.4
 Name: certbot-dns-route53
-Version: 3.3.0
+Version: 4.0.0
 Summary: Route53 DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
@@ -28,8 +28,8 @@
 Requires-Python: >=3.9
 License-File: LICENSE.txt
 Requires-Dist: boto3>=1.15.15
-Requires-Dist: acme>=3.3.0
-Requires-Dist: certbot>=3.3.0
+Requires-Dist: acme>=4.0.0
+Requires-Dist: certbot>=4.0.0
 Provides-Extra: docs
 Requires-Dist: Sphinx>=1.0; extra == "docs"
 Requires-Dist: sphinx_rtd_theme; extra == "docs"
@@ -41,6 +41,7 @@
 Dynamic: home-page
 Dynamic: keywords
 Dynamic: license
+Dynamic: license-file
 Dynamic: provides-extra
 Dynamic: requires-dist
 Dynamic: requires-python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot_dns_route53-3.3.0/certbot_dns_route53.egg-info/requires.txt 
new/certbot_dns_route53-4.0.0/certbot_dns_route53.egg-info/requires.txt
--- old/certbot_dns_route53-3.3.0/certbot_dns_route53.egg-info/requires.txt     
2025-03-11 16:03:35.000000000 +0100
+++ new/certbot_dns_route53-4.0.0/certbot_dns_route53.egg-info/requires.txt     
2025-04-08 00:03:41.000000000 +0200
@@ -1,6 +1,6 @@
 boto3>=1.15.15
-acme>=3.3.0
-certbot>=3.3.0
+acme>=4.0.0
+certbot>=4.0.0
 
 [docs]
 Sphinx>=1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot_dns_route53-3.3.0/setup.py 
new/certbot_dns_route53-4.0.0/setup.py
--- old/certbot_dns_route53-3.3.0/setup.py      2025-03-11 16:03:29.000000000 
+0100
+++ new/certbot_dns_route53-4.0.0/setup.py      2025-04-08 00:03:33.000000000 
+0200
@@ -4,7 +4,7 @@
 from setuptools import find_packages
 from setuptools import setup
 
-version = '3.3.0'
+version = '4.0.0'
 
 install_requires = [
     'boto3>=1.15.15',

Reply via email to