forked from pool/python-acme
Compare commits
23 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cff23aaf18 | |||
| a2d4747071 | |||
| 27b3328397 | |||
| 337b0306ce | |||
| 358d740c25 | |||
| 7440444b5f | |||
| 9da6011d09 | |||
| 1afa7a6d21 | |||
| bbc5097cbb | |||
| 4344ae8385 | |||
| ea2c15d5fa | |||
| 980d0a2116 | |||
| ae461310a9 | |||
| 45e2da344c | |||
| 404f99e5f1 | |||
| e56deb1e1b | |||
| f06a364c62 | |||
| 6e5858d3fd | |||
| edcdd3d40b | |||
| 9e4dceb45d | |||
| 2daf501a02 | |||
| eb10b91d03 | |||
| 4257a83e50 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f4950015cf52ff0de12f37fc28034c7710aca63f64f1696253d2f6cb9f22645e
|
|
||||||
size 91641
|
|
||||||
3
acme-5.2.2.tar.gz
Normal file
3
acme-5.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7702d5b99149d5cd9cd48a9270c04693e925730c023ca3e1b853ab43746a9d01
|
||||||
|
size 90013
|
||||||
@@ -1,3 +1,106 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 15 13:29:20 UTC 2026 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 5.2.2
|
||||||
|
* Support for Python 3.14 was added.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 14 07:53:40 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 5.1.0
|
||||||
|
* The function acme.crypto_util.make_self_signed_cert was deprecated
|
||||||
|
and will be removed in a future release.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 3 12:06:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 5.0.0
|
||||||
|
* Removed acme.crypto_util.SSLSocket and acme.crypto_util.probe_sni
|
||||||
|
* Removed a number of deprecated classes/interfaces in acme.challenges
|
||||||
|
* Python 3.9 support was removed.
|
||||||
|
* Migrated most functionality from setup.py to pyproject.toml
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 12 15:45:31 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.2.0
|
||||||
|
* Catches and ignores errors during the directory fetch for ARI checking
|
||||||
|
so that these errors do not hinder the actual certificate issuance.
|
||||||
|
* Removed the dependency on pytz.
|
||||||
|
* Deprecated acme.crypto_util.probe_sni
|
||||||
|
* Support for Python 3.9 was deprecated and will be removed in our next
|
||||||
|
planned release.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 13 14:29:12 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.1.1
|
||||||
|
* ACME Renewal Info (ARI) support. certbot renew will automatically
|
||||||
|
check ARI when using an ACME server that supports it, and may renew
|
||||||
|
early based on the ARI information.
|
||||||
|
* Switched to src-layout from flat-layout to accommodate PEP 517 pip
|
||||||
|
editable installs
|
||||||
|
* acme.client.ClientNetwork now makes the "key" parameter optional.
|
||||||
|
* Deprecated acme.challenges.TLSALPN01*, acme.crypto_util.SSLSocket,
|
||||||
|
acme.standalone.TLSServer, acme.standalone.TLSALPN01Server and
|
||||||
|
parameter alpn_protocols from acme.crypto_util.probe_sni
|
||||||
|
* Fixed an unintended change introduced in 4.0.0 where renew_before_expiry
|
||||||
|
could not be shorter than certbot's default renewal time.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 22 03:28:47 UTC 2025 - Steve Kowalik <steven.kowalik@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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 21 12:18:34 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.3.0
|
||||||
|
* deprecated acme.crypto_util.dump_pyopenssl_chain
|
||||||
|
* deprecated acme.crypto_util._pyopenssl_cert_or_req_all_names
|
||||||
|
* deprecated acme.crypto_util._pyopenssl_cert_or_req_san
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 13 09:33:05 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.2.0:
|
||||||
|
* Python 3.13 support
|
||||||
|
* certbot and its acme library now require cryptography>=43.0.0.
|
||||||
|
* certbot-nginx and our acme library now require pyOpenSSL>=25.0.0.
|
||||||
|
* Deprecated gen_ss_cert in acme.crypto_util as it uses deprecated
|
||||||
|
pyOpenSSL API.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 27 13:58:54 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.1.0
|
||||||
|
* Python 3.8 support was removed.
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 3 14:42:56 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.0.1
|
||||||
|
* Support for Python 3.8 was deprecated and will be removed in
|
||||||
|
our next planned release.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 25 12:13:18 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
Tue Jun 25 12:13:18 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-acme
|
# spec file for package python-acme
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,27 +19,27 @@
|
|||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
%define libname acme
|
%define libname acme
|
||||||
Name: python-%{libname}
|
Name: python-%{libname}
|
||||||
Version: 2.11.0
|
Version: 5.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library for the ACME protocol
|
Summary: Python library for the ACME protocol
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/certbot/certbot
|
URL: https://github.com/certbot/certbot
|
||||||
Source0: https://files.pythonhosted.org/packages/source/a/%{libname}/%{libname}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/a/%{libname}/%{libname}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module cryptography >= 3.2.1}
|
BuildRequires: %{python_module cryptography >= 43.0.0}
|
||||||
BuildRequires: %{python_module josepy >= 1.13.0}
|
BuildRequires: %{python_module josepy >= 2.0.0}
|
||||||
BuildRequires: %{python_module pyOpenSSL >= 17.5.0}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module pyOpenSSL >= 25.0.0}
|
||||||
BuildRequires: %{python_module pyRFC3339}
|
BuildRequires: %{python_module pyRFC3339}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytz >= 2019.3}
|
|
||||||
BuildRequires: %{python_module requests >= 2.20.0}
|
BuildRequires: %{python_module requests >= 2.20.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-cryptography >= 3.2.1
|
Requires: python-cryptography >= 43.0.0
|
||||||
Requires: python-josepy >= 1.13.0
|
Requires: python-josepy >= 2.0.0
|
||||||
Requires: python-pyOpenSSL >= 17.5.0
|
Requires: python-pyOpenSSL >= 25.0.0
|
||||||
Requires: python-pyRFC3339
|
Requires: python-pyRFC3339
|
||||||
Requires: python-pytz >= 2019.3
|
|
||||||
Requires: python-requests >= 2.20.0
|
Requires: python-requests >= 2.20.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{?suse_version} < 1500
|
%if %{?suse_version} < 1500
|
||||||
@@ -55,20 +55,19 @@ Python library implementing the Automatic Certificate Management Environment
|
|||||||
%setup -q -n %{libname}-%{version}
|
%setup -q -n %{libname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
# remove duplicates
|
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}/%{libname}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}/%{libname}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest acme/_internal/tests/
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%pycache_only %{python_sitelib}/%{libname}/__pycache__
|
%pycache_only %{python_sitelib}/%{libname}/__pycache__
|
||||||
%{python_sitelib}/%{libname}
|
%{python_sitelib}/%{libname}
|
||||||
%{python_sitelib}/%{libname}-%{version}*.egg-info
|
%{python_sitelib}/%{libname}-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user