1
0

58 Commits

Author SHA256 Message Date
64e5a394f6 Accepting request 1311329 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1311329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=50
2025-10-14 16:10:52 +00:00
3e589c1baa - update to version 5.1.0
* certbot-nginx no longer creates and uses self-signed certificates as an
    intermediate step when installing certificates.
  * Fixed a bug in certbot-nginx that'd leave nginx configured with self-signed
    certificates if a user ran certbot enhance and they didn't have matching SSL
    server blocks.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=104
2025-10-14 08:11:30 +00:00
24d007db20 Accepting request 1302594 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1302594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=49
2025-09-03 19:08:45 +00:00
d36338f8bb - update to version 5.0.0
* Python 3.9 support was removed
  * Migrated most functionality from setup.py to pyproject.toml
  * certbot-nginx no longer uses socket.gethostname when generating self-signed
    certificates for use as a temporary step of installing certificates as it
    would sometimes result in strings that are too long to be used in the common
    name of a certificate. The static domain "temp-certbot-nginx.invalid" is now
    used instead

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=102
2025-09-03 12:30:46 +00:00
2adfce7664 Accepting request 1299131 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1299131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=48
2025-08-13 14:30:46 +00:00
41f876cab9 - update to version 4.2.0
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=100
2025-08-12 16:04:49 +00:00
adda0c736e Accepting request 1286018 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1286018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=47
2025-06-16 10:26:32 +00:00
de0d7211c6 - update to version 4.1.1
* 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-nginx?expand=0&rev=98
2025-06-13 14:52:44 +00:00
cefdfa1be9 Accepting request 1271252 from devel:languages:python:certbot
- 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.

OBS-URL: https://build.opensuse.org/request/show/1271252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=46
2025-04-22 15:29:15 +00:00
d0665daec0 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=96
2025-04-22 03:48:11 +00:00
d63e268385 Accepting request 1254999 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1254999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=45
2025-03-21 19:23:33 +00:00
6268fd7438 - update to version 3.3.0
* certbot-nginx now requires pyOpenSSL>=25.0.0.
  * certbot-nginx now requires pyparsing>=2.4.7.
  * Allow nginx plugin to parse non-breaking spaces in nginx 
    configuration files.
  * When adding ssl listen directives in nginx server blocks, 
    IP addresses are now preserved.
  * Nginx configurations can now have the http block in files other
    than the root (nginx.conf)
  * Nginx server_name directives with internal comments now ignore
    commented names

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=94
2025-03-21 12:39:23 +00:00
d60426d341 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
2025-01-27 19:57:25 +00:00
97288be00b expand glob in files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=92
2025-01-27 14:48:57 +00:00
ce03e10a75 - 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
2025-01-27 14:40:39 +00:00
905eb681ba Accepting request 1228077 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1228077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=43
2024-12-03 19:48:20 +00:00
9c1ce367a8 - update to version 3.0.1
* sync with the main certbot package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-nginx?expand=0&rev=89
2024-12-03 14:58:04 +00:00
a029e8a868 Accepting request 1183179 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1183179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=42
2024-06-25 21:09:12 +00:00
0d844b094f Accepting request 1157920 from devel:languages:python:certbot
- update to 2.9.0:
  * sync with the main certbot package

- Add %{?sle15_python_module_pythons}

  * The nginx authenticator now configures all matching HTTP and HTTPS vhosts for the HTTP-01
  * The docs extras for the certbot-apache and certbot-nginx
  * Follow updated Mozilla recommendations for Nginx ssl_protocols,
  * Stop disabling TLS session tickets in Nginx as it caused TLS
  * Match Nginx parser update in allowing variable names to start
  * Fix ranking of vhosts in Nginx so that all port-matching
- Split the module from the main certboot package

OBS-URL: https://build.opensuse.org/request/show/1157920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=41
2024-03-14 16:45:31 +00:00
a0af021db6 Accepting request 1133012 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1133012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=40
2023-12-14 21:03:05 +00:00
1e2d048180 Accepting request 1091314 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/1091314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=39
2023-06-07 21:08:11 +00:00
c7c5d80a5a Accepting request 1031494 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1031494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=38
2022-10-27 11:54:50 +00:00
ec7639f997 Accepting request 1005276 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/1005276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=37
2022-09-22 12:50:10 +00:00
047e93456a Accepting request 988445 from devel:languages:python:certbot
- update to 1.29.0:
  * --allow-subset-of-names will now additionally retry in cases where domains
    are rejected while creating or finalizing orders. This requires subproblem
    support from the ACME server
  * The show_account subcommand now uses the "newAccount" ACME endpoint to
    fetch the account data, so it doesn't rely on the locally stored account URL.
    This fixes situations where Certbot
    would use old ACMEv1 registration info with non-functional account URLs.
  * The generated Certificate Signing Requests are now generated as version 1
    instead of version 3. This resolves situations in where strict enforcement
    of PKCS#10 meant that CSRs that were generated as version 3 were rejected

OBS-URL: https://build.opensuse.org/request/show/988445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=36
2022-07-11 17:10:31 +00:00
b2c5a5ae77 Accepting request 984966 from devel:languages:python:certbot
update to 1.28.0

OBS-URL: https://build.opensuse.org/request/show/984966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=35
2022-06-25 08:24:52 +00:00
2d63878570 Accepting request 979825 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/979825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=34
2022-05-30 10:44:42 +00:00
e06cb08da6 Accepting request 967773 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/967773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=33
2022-04-08 20:46:09 +00:00
413e3f5cd2 Accepting request 941957 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/941957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=32
2021-12-21 19:42:25 +00:00
0fdc07f409 Accepting request 941884 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/941884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=31
2021-12-21 17:40:56 +00:00
Richard Brown
e536befce4 Accepting request 911371 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/911371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=30
2021-08-11 09:47:40 +00:00
1046dd98d7 Accepting request 909362 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/909362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=29
2021-07-30 21:22:16 +00:00
e91c8c9bac Accepting request 901692 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/901692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=28
2021-06-24 16:22:52 +00:00
f3f63f9376 Accepting request 892490 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/892490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=27
2021-05-12 17:32:40 +00:00
1cae0d38ad Accepting request 885419 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/885419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=26
2021-04-15 14:57:49 +00:00
5f9e3ab153 Accepting request 877607 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/877607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=25
2021-03-08 14:19:56 +00:00
fcd8ecccd7 Accepting request 861652 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/861652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=24
2021-01-08 16:39:16 +00:00
7436e77faa Accepting request 839995 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/839995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=23
2020-10-07 12:19:54 +00:00
0639d55e19 Accepting request 828430 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/828430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=22
2020-08-21 17:13:09 +00:00
47afd36423 Accepting request 820661 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/820661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=21
2020-07-15 13:02:55 +00:00
f726754a5b Accepting request 813520 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/813520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=20
2020-06-11 13:16:42 +00:00
70b6878890 Accepting request 805545 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/805545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=19
2020-05-14 21:27:09 +00:00
92641695a9 Accepting request 783859 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/783859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=18
2020-03-11 17:55:24 +00:00
86e73a2d8a Accepting request 778049 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/778049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=17
2020-02-26 14:03:30 +00:00
28df2480a3 Accepting request 766020 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/766020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=16
2020-01-21 20:02:24 +00:00
58db3ea2aa Accepting request 760701 from devel:languages:python:certbot
- update to version 1.0.0 (boo#1160066)
  * The docs extras for the certbot-apache and certbot-nginx 
    packages have been removed.

OBS-URL: https://build.opensuse.org/request/show/760701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=15
2020-01-03 16:39:40 +00:00
573659961b Accepting request 748677 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/748677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=14
2019-11-14 23:30:03 +00:00
49b947241e Accepting request 739168 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/739168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=13
2019-10-31 17:14:34 +00:00
de6496c9e1 Accepting request 734589 from devel:languages:python:certbot
- update to version 0.39.0
  * Support for Python 3.8 was added to Certbot and all of its components.

OBS-URL: https://build.opensuse.org/request/show/734589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=12
2019-10-02 12:56:37 +00:00
Ludwig Nussel
57fee5c9ea Accepting request 730174 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/730174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=11
2019-09-13 12:59:25 +00:00
ef6c31528c Accepting request 726152 from devel:languages:python:certbot
certbot version bump

OBS-URL: https://build.opensuse.org/request/show/726152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=10
2019-08-28 14:04:43 +00:00
c0ff298f6b Accepting request 718495 from devel:languages:python:certbot
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/718495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=9
2019-07-29 15:28:10 +00:00
5b12837113 Accepting request 716068 from devel:languages:python:certbot
version bump

OBS-URL: https://build.opensuse.org/request/show/716068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=8
2019-07-18 13:22:16 +00:00
f45f706825 Accepting request 710540 from devel:languages:python:certbot
- update to version 0.35.1
  * sync with main certbot package

OBS-URL: https://build.opensuse.org/request/show/710540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=7
2019-06-18 13:00:17 +00:00
630ff3a0f9 Accepting request 705634 from devel:languages:python:certbot
up

OBS-URL: https://build.opensuse.org/request/show/705634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=6
2019-06-03 16:50:49 +00:00
2f0549632b Accepting request 686084 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/686084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=5
2019-03-19 09:00:55 +00:00
1c3c2e9ed5 Accepting request 673128 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/673128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=4
2019-02-11 20:27:24 +00:00
Stephan Kulow
49d13a2c58 Accepting request 669820 from devel:languages:python:certbot
- Update to version 0.30.2:
  * lockstep update with the main package

OBS-URL: https://build.opensuse.org/request/show/669820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=3
2019-02-02 20:49:12 +00:00
0eab72e43c Accepting request 649942 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/649942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot-nginx?expand=0&rev=2
2018-11-18 22:32:55 +00:00
4 changed files with 99 additions and 12 deletions

View File

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

View File

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

View File

@@ -1,3 +1,88 @@
-------------------------------------------------------------------
Tue Oct 14 08:05:27 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to version 5.1.0
* certbot-nginx no longer creates and uses self-signed certificates as an
intermediate step when installing certificates.
* Fixed a bug in certbot-nginx that'd leave nginx configured with self-signed
certificates if a user ran certbot enhance and they didn't have matching SSL
server blocks.
-------------------------------------------------------------------
Wed Sep 3 12:26:27 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to version 5.0.0
* Python 3.9 support was removed
* Migrated most functionality from setup.py to pyproject.toml
* certbot-nginx no longer uses socket.gethostname when generating self-signed
certificates for use as a temporary step of installing certificates as it
would sometimes result in strings that are too long to be used in the common
name of a certificate. The static domain "temp-certbot-nginx.invalid" is now
used instead
-------------------------------------------------------------------
Tue Aug 12 16:04:44 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to version 4.2.0
* sync with the main certbot package
-------------------------------------------------------------------
Fri Jun 13 14:52:37 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to version 4.1.1
* Switched to src-layout from flat-layout to accommodate PEP 517 pip
editable installs
-------------------------------------------------------------------
Tue Apr 22 03:45:48 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:31:08 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to version 3.3.0
* certbot-nginx now requires pyOpenSSL>=25.0.0.
* certbot-nginx now requires pyparsing>=2.4.7.
* Allow nginx plugin to parse non-breaking spaces in nginx
configuration files.
* When adding ssl listen directives in nginx server blocks,
IP addresses are now preserved.
* Nginx configurations can now have the http block in files other
than the root (nginx.conf)
* Nginx server_name directives with internal comments now ignore
commented names
-------------------------------------------------------------------
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>
- update to version 3.0.1
* sync with the main certbot package
-------------------------------------------------------------------
Tue Jun 25 12:23:46 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 and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-certbot-nginx
Version: 2.11.0
Version: 5.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 pyOpenSSL}
BuildRequires: %{python_module pyparsing >= 2.2.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pyOpenSSL >= 25.0.0}
BuildRequires: %{python_module pyparsing >= 2.4.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -35,8 +36,8 @@ BuildRequires: python-rpm-macros
Requires: nginx
Requires: python-acme >= %{version}
Requires: python-certbot >= %{version}
Requires: python-pyOpenSSL
Requires: python-pyparsing >= 2.2.1
Requires: python-pyOpenSSL >= 25.0.0
Requires: python-pyparsing >= 2.4.7
BuildArch: noarch
%python_subpackages
@@ -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