Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2023 19:58:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 274256] security/py-acme security/py-certbot*: Update to 2.7.1
Message-ID:  <bug-274256-21822-P6ps3MPE7o@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274256-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274256-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274256

Po-Chuan Hsieh <sunpoet@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sunpoet@FreeBSD.org

--- Comment #3 from Po-Chuan Hsieh <sunpoet@FreeBSD.org> ---
(In reply to Yasuhiro Kimura from comment #2)

Did you check the source, at least setup.py?
There are some dependency changes in
https://github.com/certbot/certbot/compare/v2.6.0...v2.7.1

from certbot/setup.py:
-    'ConfigArgParse>=3D0.9.3',
+    'ConfigArgParse>=3D1.5.3',
+    'importlib_resources>=3D1.3.1; python_version < "3.9"',
+    'importlib_metadata>=3D4.6; python_version < "3.10"',

from certbot-apache/setup.py:
+    'importlib_resources>=3D1.3.1; python_version < "3.9"',

from certbot-dns-dnsimple/setup.py:
-    'dns-lexicon>=3D3.2.1',
+    'dns-lexicon>=3D3.14.1',

from certbot-dns-dnsmadeeasy/setup.py:
-    'dns-lexicon>=3D3.2.1',
+    'dns-lexicon>=3D3.14.1',

from certbot-dns-gehirn/setup.py:
-    'dns-lexicon>=3D3.2.1',
+    'dns-lexicon>=3D3.14.1',

from certbot-dns-linode/setup.py:
-    'dns-lexicon>=3D3.2.1',
+    'dns-lexicon>=3D3.14.1',

from certbot-dns-luadns/setup.py:
-    'dns-lexicon>=3D3.2.1',
+    'dns-lexicon>=3D3.14.1',

from certbot-dns-nsone/setup.py:
-    'dns-lexicon>=3D3.2.1',
+    'dns-lexicon>=3D3.14.1',

from certbot-dns-ovh/setup.py:
-    'dns-lexicon>=3D3.2.1',
+    'dns-lexicon>=3D3.14.1',

from certbot-dns-sakuracloud/setup.py:
-    'dns-lexicon>=3D3.2.1',
+    'dns-lexicon>=3D3.14.1',

from certbot-nginx/setup.py:
+    'importlib_resources>=3D1.3.1; python_version < "3.9"',

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274256-21822-P6ps3MPE7o>