From cc8d63972a2e4be5320fe5eb18cc7525adaa5f085d94bbc850d4c980b2810691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 13 Jun 2025 14:46:02 +0000 Subject: [PATCH 1/2] - update to version 4.1.1 * sync with the main certbot package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=105 --- certbot_apache-4.0.0.tar.gz | 3 --- certbot_apache-4.1.1.tar.gz | 3 +++ python-certbot-apache.changes | 6 ++++++ python-certbot-apache.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 certbot_apache-4.0.0.tar.gz create mode 100644 certbot_apache-4.1.1.tar.gz diff --git a/certbot_apache-4.0.0.tar.gz b/certbot_apache-4.0.0.tar.gz deleted file mode 100644 index 2db2c03..0000000 --- a/certbot_apache-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:507f9a336bd95c25548f449d8307eead6f875186a13049de173d6833371910a2 -size 183105 diff --git a/certbot_apache-4.1.1.tar.gz b/certbot_apache-4.1.1.tar.gz new file mode 100644 index 0000000..621a507 --- /dev/null +++ b/certbot_apache-4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b43f9f4b3cb504109cae58b7b8edbadb62bd3fbb1e796fe17ea426a7195b41f +size 183384 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index 12f8524..821d560 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 13 14:45:49 UTC 2025 - Markéta Machová + +- update to version 4.1.1 + * sync with the main certbot package + ------------------------------------------------------------------- Tue Apr 22 03:45:44 UTC 2025 - Steve Kowalik diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 0d3d55a..c8389b7 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-certbot-apache -Version: 4.0.0 +Version: 4.1.1 Release: 0 Summary: Apache plugin for Certbot License: Apache-2.0 From 6e27de7ab783ac20da8092f9d5c4cac96d838ca4478be503f6545b796e07466f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 13 Jun 2025 14:50:40 +0000 Subject: [PATCH 2/2] * Switched to src-layout from flat-layout to accommodate PEP 517 pip editable installs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=106 --- python-certbot-apache.changes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index 821d560..8576b73 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,8 +1,9 @@ ------------------------------------------------------------------- -Fri Jun 13 14:45:49 UTC 2025 - Markéta Machová +Fri Jun 13 14:50:25 UTC 2025 - Markéta Machová - update to version 4.1.1 - * sync with the main certbot package + * Switched to src-layout from flat-layout to accommodate PEP 517 pip + editable installs ------------------------------------------------------------------- Tue Apr 22 03:45:44 UTC 2025 - Steve Kowalik