1
0

126 Commits

Author SHA256 Message Date
Tomáš Chvátal
dc744a6569 Accepting request 702660 from home:mcalabkova:branches:devel:languages:python:certbot
- Add migration script from old certbot to the new one (boo#1119619).

OBS-URL: https://build.opensuse.org/request/show/702660
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=26
2019-05-13 15:52:11 +00:00
352daccdf5 Accepting request 685976 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/685976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=10
2019-03-19 08:59:23 +00:00
e7dfa7441c Accepting request 685973 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 0.32.0
  * If possible, Certbot uses built-in support for OCSP from recent 
    cryptography versions instead of the OpenSSL binary: as a 
    consequence Certbot does not need the OpenSSL binary to be 
    installed anymore if cryptography>=2.5 is installed.
  * Certbot and its acme module now depend on josepy>=1.1.0.
  * Apache plugin now respects CERTBOT_DOCS environment variable when 
    adding command line defaults.
  * The running of manual plugin hooks is now always included in 
    Certbot's log output.
  * Tests execution now relies on pytest.
  * An ACME CA server may return a "Retry-After" HTTP header on
    authorization polling, as specified in the ACME protocol, to
    indicate when the next polling should occur. Certbot now reads
    this header if set and respect its value.
  * The acme module avoids sending the keyAuthorization field in
    the JWS payload when responding to a challenge as the field is
    not included in the current ACME protocol. To ease the migration
    path for ACME CA servers, Certbot and its acme module will first
    try the request without the keyAuthorization field but will
    temporarily retry the request with the field included if a
    malformed error is received. This fallback will be removed in
    version 0.34.0.

OBS-URL: https://build.opensuse.org/request/show/685973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=24
2019-03-18 09:29:38 +00:00
f1da12cc83 Accepting request 684874 from devel:languages:python:certbot
- Provide certbot namespace on py2 too to avoid migration conflict

OBS-URL: https://build.opensuse.org/request/show/684874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=9
2019-03-14 14:02:30 +00:00
Tomáš Chvátal
4b8bf4edbc - Provide certbot namespace on py2 too to avoid migration conflict
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=22
2019-03-14 10:13:49 +00:00
c95d107b6a Accepting request 673116 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/673116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=8
2019-02-11 20:26:17 +00:00
Tomáš Chvátal
bdd144bade Accepting request 672747 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 0.31.0
  * Avoid reprocessing challenges that are already validated when 
    a certificate is issued.
  * Certbot's official Docker images are now based on Alpine Linux 3.9 
    rather than 3.7.
  * Clarify behavior for deleting certs as part of revocation.

OBS-URL: https://build.opensuse.org/request/show/672747
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=20
2019-02-10 10:20:48 +00:00
Stephan Kulow
c1552b0ea2 Accepting request 669788 from devel:languages:python:certbot
- Update to 0.30.2:
  * Update the version of setuptools pinned in certbot-auto to 40.6.3 to
    solve installation problems on newer OSes.
  * Always download the pinned version of pip in pipstrap to address breakages
  * Rename old,default.conf to old-and-default.conf to address commas in filenames
    breaking recent versions of pip.
  * Add VIRTUALENV_NO_DOWNLOAD=1 to all calls to virtualenv to address breakages
    from venv downloading the latest pip
  * Added the `update_account` subcommand for account management commands.

OBS-URL: https://build.opensuse.org/request/show/669788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=7
2019-02-02 20:48:50 +00:00
Tomáš Chvátal
b0a4fb0b3a - Update to 0.30.2:
* Update the version of setuptools pinned in certbot-auto to 40.6.3 to
    solve installation problems on newer OSes.
  * Always download the pinned version of pip in pipstrap to address breakages
  * Rename old,default.conf to old-and-default.conf to address commas in filenames
    breaking recent versions of pip.
  * Add VIRTUALENV_NO_DOWNLOAD=1 to all calls to virtualenv to address breakages
    from venv downloading the latest pip
  * Added the `update_account` subcommand for account management commands.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=18
2019-01-29 11:42:16 +00:00
05995f230c Accepting request 658302 from devel:languages:python:certbot
- update to 0.29.1:
  * The default work and log directories have been changed back
    to /var/lib/letsencrypt and /var/log/letsencrypt respectively.
  * Noninteractive renewals with `certbot renew` (those not started
    from a terminal) now randomly sleep 1-480 seconds before beginning
    work in order to spread out load spikes on the server side.
  * Added External Account Binding support in cli and acme library.
    Command line arguments --eab-kid and --eab-hmac-key added.
  * Private key permissioning changes: Renewal preserves existing group mode
    & gid of previous private key material. Private keys for new
    lineages (i.e. new certs, not renewed) default to 0o600.
  * Update code and dependencies to clean up Resource and Deprecation Warnings.
  * Only depend on imgconverter extension for Sphinx >= 1.6
- update URL

OBS-URL: https://build.opensuse.org/request/show/658302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=6
2018-12-18 13:57:47 +00:00
Thomas Bechtold
201642c5b7 - update to 0.29.1:
* The default work and log directories have been changed back
    to /var/lib/letsencrypt and /var/log/letsencrypt respectively.
  * Noninteractive renewals with `certbot renew` (those not started
    from a terminal) now randomly sleep 1-480 seconds before beginning
    work in order to spread out load spikes on the server side.
  * Added External Account Binding support in cli and acme library.
    Command line arguments --eab-kid and --eab-hmac-key added.
  * Private key permissioning changes: Renewal preserves existing group mode
    & gid of previous private key material. Private keys for new
    lineages (i.e. new certs, not renewed) default to 0o600.
  * Update code and dependencies to clean up Resource and Deprecation Warnings.
  * Only depend on imgconverter extension for Sphinx >= 1.6
- update URL

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=16
2018-12-15 07:23:00 +00:00
967152ba51 Accepting request 655548 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/655548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=5
2018-12-06 11:19:17 +00:00
Tomáš Chvátal
177f82fa81 Accepting request 653131 from home:poorboywilly:branches:devel:languages:python:certbot
- Add Requires: python-mock, it won't run without it

I recently tried installing the python3 version of certbot and it didn't run until I installed python3-mock.

OBS-URL: https://build.opensuse.org/request/show/653131
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=14
2018-12-06 08:48:18 +00:00
80f349f8c9 Accepting request 649948 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/649948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=4
2018-11-18 22:33:20 +00:00
Tomáš Chvátal
c682b8de05 Accepting request 649651 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 0.28.0
  * revoke accepts --cert-name, and doesn't accept both --cert-name 
    and --cert-path

OBS-URL: https://build.opensuse.org/request/show/649651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=12
2018-11-17 18:55:19 +00:00
9915f2897f Accepting request 640815 from devel:languages:python:certbot
- Do not conflict with Certbot as now we provide/obsolete it

OBS-URL: https://build.opensuse.org/request/show/640815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=3
2018-10-11 09:55:07 +00:00
Tomáš Chvátal
2f10c0dfc3 - Do not conflict with Certbot as now we provide/obsolete it
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=10
2018-10-09 12:22:17 +00:00
b6bf7bad5c Accepting request 639739 from devel:languages:python:certbot
- Provide and obsolete certbot main package too to ensure we can
  migrate to the new split setup directly

OBS-URL: https://build.opensuse.org/request/show/639739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=2
2018-10-04 17:01:37 +00:00
Tomáš Chvátal
3a6bee5efe - Provide and obsolete certbot main package too to ensure we can
migrate to the new split setup directly

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=8
2018-10-03 10:03:03 +00:00
3d3412f868 Accepting request 636340 from devel:languages:python:certbot
OBS-URL: https://build.opensuse.org/request/show/636340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certbot?expand=0&rev=1
2018-09-26 14:10:39 +00:00
Tomáš Chvátal
cc51e39218 - Conflict with certbot package to allow easy migration
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=6
2018-09-18 09:26:09 +00:00
Tomáš Chvátal
80c887b82d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=5 2018-09-14 09:02:32 +00:00
Tomáš Chvátal
e84c84326a Accepting request 635672 from home:mcalabkova:branches:devel:languages:python:certbot
- update to version 0.27.1
  * the documentation can be built using Sphinx 1.6+

OBS-URL: https://build.opensuse.org/request/show/635672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=4
2018-09-14 08:00:21 +00:00
Tomáš Chvátal
82b0222039 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=3 2018-08-28 12:38:23 +00:00
Tomáš Chvátal
57e5ee6a73 - Remove testdata
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=2
2018-08-28 12:02:56 +00:00
Tomáš Chvátal
90a74ad395 - Initial package, split from certbot blob
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=1
2018-08-28 11:52:12 +00:00