forked from pool/python-acme
Compare commits
21 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 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.1.0.tar.gz
Normal file
3
acme-5.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b97820857d9baffed98bca50ab82bb6a636e447865d7a013a7bdd7972f03cda
|
||||
size 89982
|
||||
@@ -1,3 +1,100 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-acme
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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
|
||||
@@ -19,27 +19,27 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
%define libname acme
|
||||
Name: python-%{libname}
|
||||
Version: 2.11.0
|
||||
Version: 5.1.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 >= 3.2.1}
|
||||
BuildRequires: %{python_module josepy >= 1.13.0}
|
||||
BuildRequires: %{python_module pyOpenSSL >= 17.5.0}
|
||||
BuildRequires: %{python_module cryptography >= 43.0.0}
|
||||
BuildRequires: %{python_module josepy >= 2.0.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pyOpenSSL >= 25.0.0}
|
||||
BuildRequires: %{python_module pyRFC3339}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytz >= 2019.3}
|
||||
BuildRequires: %{python_module requests >= 2.20.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-cryptography >= 3.2.1
|
||||
Requires: python-josepy >= 1.13.0
|
||||
Requires: python-pyOpenSSL >= 17.5.0
|
||||
Requires: python-cryptography >= 43.0.0
|
||||
Requires: python-josepy >= 2.0.0
|
||||
Requires: python-pyOpenSSL >= 25.0.0
|
||||
Requires: python-pyRFC3339
|
||||
Requires: python-pytz >= 2019.3
|
||||
Requires: python-requests >= 2.20.0
|
||||
BuildArch: noarch
|
||||
%if %{?suse_version} < 1500
|
||||
@@ -55,20 +55,19 @@ Python library implementing the Automatic Certificate Management Environment
|
||||
%setup -q -n %{libname}-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
# remove duplicates
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}/%{libname}
|
||||
|
||||
%check
|
||||
%pytest acme/_internal/tests/
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%pycache_only %{python_sitelib}/%{libname}/__pycache__
|
||||
%{python_sitelib}/%{libname}
|
||||
%{python_sitelib}/%{libname}-%{version}*.egg-info
|
||||
%{python_sitelib}/%{libname}-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user