diff --git a/certbot_apache-3.0.1.tar.gz b/certbot_apache-3.0.1.tar.gz deleted file mode 100644 index d949f74..0000000 --- a/certbot_apache-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83af7dfc1bff6149e810426038bb81ad2b8b4261b3d8b969c8be8321fba24df4 -size 183090 diff --git a/certbot_apache-3.1.0.tar.gz b/certbot_apache-3.1.0.tar.gz new file mode 100644 index 0000000..9bd8b3c --- /dev/null +++ b/certbot_apache-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e006bc67ae45419473f69c50592991b874c43ee2ff515bab5bacd85e99492b0 +size 182843 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index 6603a81..c216579 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 27 14:35:36 UTC 2025 - Markéta Machová + +- update to version 3.1.0 + * sync with the main certbot package +- convert to pip-based build + ------------------------------------------------------------------- Tue Dec 3 14:52:25 UTC 2024 - Markéta Machová diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 88679e4..98070d4 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -1,7 +1,7 @@ # # spec file for package python-certbot-apache # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-certbot-apache -Version: 3.0.1 +Version: 3.1.0 Release: 0 Summary: Apache plugin for Certbot License: Apache-2.0 @@ -26,6 +26,7 @@ URL: https://github.com/letsencrypt/letsencrypt Source: https://files.pythonhosted.org/packages/source/c/certbot-apache/certbot_apache-%{version}.tar.gz BuildRequires: %{python_module augeas} BuildRequires: %{python_module certbot >= %{version}} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -44,10 +45,10 @@ The Apache plugin for Certbot. %setup -q -n certbot_apache-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check