17
0

Accepting request 1240567 from devel:languages:python:certbot

certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1240567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=44
This commit is contained in:
2025-01-27 19:57:25 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2507fdfb3401ba58b24bac9c3722b4e1641ec100e5b21fde0c518b2c77c6647b
size 78252

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc90d102533cc0ea8bc377c003eecb96be8a6c7cae30082749bcc00a7c97b515
size 78003

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 27 14:40:24 UTC 2025 - Markéta Machová <mmachova@suse.com>
- 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á <mmachova@suse.com>

View File

@@ -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
@@ -59,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