diff --git a/certbot-1.16.0.tar.gz b/certbot-1.16.0.tar.gz deleted file mode 100644 index 8ee8dbe..0000000 --- a/certbot-1.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04e80e987ca4837169127e1951325a4bcdcaf0b4a51ee2847148cfd52cbb207d -size 398271 diff --git a/certbot-1.16.0.tar.gz.asc b/certbot-1.16.0.tar.gz.asc deleted file mode 100644 index ca0f52e..0000000 --- a/certbot-1.16.0.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAmC2cx4ACgkQTRfJlc2X -dfLZ2Qf7Bkm8syzPK/pHT/PmcmRZFz4NrO+z48sMYBUyCBn+gL2YC+aiPjSs7Pfo -ltmiN3N1gCtbsBBZ/Ij6c1QiUhEh77eEvSn4QtZ2zQ6iBJ+PyvDfNygt5jsg26DZ -5VT2LiKjP9fA0wPrVol+DyN1nLxpup2FaL1il1rQuoqR6U5yRfaomOUJ4YSfb0Ry -uTddfB8YA+ULQl7yTALnVyeo0zMFUujZ21Q4Qq0YoU2+EQEYq/8HtabuzT8S81+M -IubJ9vyRwUSCiLX1nQd2pw1obgnwOsbS63cBJXJurqizngbTcvEO7yCmtsbNw2Dv -RDERmNgxya+HZY8ym43mOpdfxzPBpQ== -=rIXI ------END PGP SIGNATURE----- diff --git a/certbot-1.17.0.tar.gz b/certbot-1.17.0.tar.gz new file mode 100644 index 0000000..c197892 --- /dev/null +++ b/certbot-1.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef410a1018f4f1ee775961527c00c4f2e2003428cfc4e09eddd5a1834dbfd173 +size 400362 diff --git a/certbot-1.17.0.tar.gz.asc b/certbot-1.17.0.tar.gz.asc new file mode 100644 index 0000000..aeb8384 --- /dev/null +++ b/certbot-1.17.0.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAmDkeZ8ACgkQTRfJlc2X +dfJRJQgAhrwXaKJCU+PaTO8kAvLfvhGywXNwq2CY5qW9PrOk3VrTkNnP2U0lttkB +VHamWneI4Fd7WhvWJTJaetrTexdj7nLBydl26+EpeB6mgUPn8Asvnq+mu3E+au3G +PpB9OUOdJQYpoU0afatQwERrZej6JZfigge0rGh/mDaeQ9u8EHU1AAV/NnOG4ujn +kOiPNTgbA3Dv1hALKe8Ejp2uANtDHo7Cyc3d3A1QEoORwL6vwTbZyaMK40sA2glY +IHgfN0UNjd11mPfKbNZREVztMSdeLBnCo91XvPi74Qy78VpiEvxKDqtt6kAeVoVb ++ooHeXDewYbUTjgXHqiDULtj6jjQXw== +=Evke +-----END PGP SIGNATURE----- diff --git a/python-certbot.changes b/python-certbot.changes index c95b986..8f58d75 100644 --- a/python-certbot.changes +++ b/python-certbot.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jul 30 08:40:46 UTC 2021 - Markéta Machová + +- update to version 1.17.0 + * We changed how dependencies are specified between Certbot packages. For this + and future releases, higher level Certbot components will require that lower + level components are the same version or newer. More specifically, version X + of the Certbot package will now always require acme>=X and version Y of a + plugin package will always require acme>=Y and certbot=>Y. Specifying + dependencies in this way simplifies testing and development. + ------------------------------------------------------------------- Thu Jun 24 08:51:38 UTC 2021 - Markéta Machová diff --git a/python-certbot.spec b/python-certbot.spec index 7d34fdb..5b8e6ba 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot -Version: 1.16.0 +Version: 1.17.0 Release: 0 Summary: ACME client License: Apache-2.0 @@ -27,7 +27,7 @@ URL: https://github.com/certbot/certbot Source0: https://files.pythonhosted.org/packages/source/c/certbot/certbot-%{version}.tar.gz Source1: https://files.pythonhosted.org/packages/source/c/certbot/certbot-%{version}.tar.gz.asc Source2: %{name}.keyring -BuildRequires: %{python_module acme >= 1.8.0} +BuildRequires: %{python_module acme >= %{version}} BuildRequires: %{python_module configargparse >= 0.9.3} BuildRequires: %{python_module configobj >= 5.0.6} BuildRequires: %{python_module cryptography >= 2.1.4} @@ -42,7 +42,7 @@ BuildRequires: %{python_module zope.component} BuildRequires: %{python_module zope.interface} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-acme >= 1.8.0 +Requires: python-acme >= %{version} Requires: python-configargparse >= 0.9.3 Requires: python-configobj Requires: python-cryptography >= 2.1.4