From 83053940ccdf4c8f58c74d4477bf6b27627a7a929d9a76aa8edb1e5743d29aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 27 Jan 2025 14:40:39 +0000 Subject: [PATCH 1/2] - update to version 3.1.0 * sync with the main certbot package - convert to pip-based build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=91 --- certbot_nginx-3.0.1.tar.gz | 3 --- certbot_nginx-3.1.0.tar.gz | 3 +++ python-certbot-nginx.changes | 7 +++++++ python-certbot-nginx.spec | 9 +++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 certbot_nginx-3.0.1.tar.gz create mode 100644 certbot_nginx-3.1.0.tar.gz diff --git a/certbot_nginx-3.0.1.tar.gz b/certbot_nginx-3.0.1.tar.gz deleted file mode 100644 index 44b6d17..0000000 --- a/certbot_nginx-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2507fdfb3401ba58b24bac9c3722b4e1641ec100e5b21fde0c518b2c77c6647b -size 78252 diff --git a/certbot_nginx-3.1.0.tar.gz b/certbot_nginx-3.1.0.tar.gz new file mode 100644 index 0000000..cc7df15 --- /dev/null +++ b/certbot_nginx-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc90d102533cc0ea8bc377c003eecb96be8a6c7cae30082749bcc00a7c97b515 +size 78003 diff --git a/python-certbot-nginx.changes b/python-certbot-nginx.changes index 45d0eb8..8158bdd 100644 --- a/python-certbot-nginx.changes +++ b/python-certbot-nginx.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 27 14:40:24 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:53:05 UTC 2024 - Markéta Machová diff --git a/python-certbot-nginx.spec b/python-certbot-nginx.spec index 8dd70dc..eb8d3fe 100644 --- a/python-certbot-nginx.spec +++ b/python-certbot-nginx.spec @@ -1,7 +1,7 @@ # # spec file for package python-certbot-nginx # -# 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,13 +18,14 @@ %{?sle15_python_module_pythons} Name: python-certbot-nginx -Version: 3.0.1 +Version: 3.1.0 Release: 0 Summary: Nginx plugin for Certbot License: Apache-2.0 URL: https://github.com/letsencrypt/letsencrypt Source: https://files.pythonhosted.org/packages/source/c/certbot-nginx/certbot_nginx-%{version}.tar.gz BuildRequires: %{python_module certbot >= %{version}} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module pyparsing >= 2.2.1} BuildRequires: %{python_module pytest} @@ -47,10 +48,10 @@ The Nginx plugin for Certbot. %setup -q -n certbot_nginx-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check From f9afebc354798572ab396eb0ef039408841a71be7642073aa3bcf25b3b87cf6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 27 Jan 2025 14:48:57 +0000 Subject: [PATCH 2/2] expand glob in files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=92 --- python-certbot-nginx.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-certbot-nginx.spec b/python-certbot-nginx.spec index eb8d3fe..0141d9c 100644 --- a/python-certbot-nginx.spec +++ b/python-certbot-nginx.spec @@ -60,6 +60,7 @@ The Nginx plugin for Certbot. %files %{python_files} %doc README.rst %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/certbot_nginx +%{python_sitelib}/certbot_nginx-%{version}*info %changelog