commit python-certbot for openSUSE:Leap:15.2

2020-05-21 Thread root
Hello community,

here is the log from the commit of package python-certbot for 
openSUSE:Leap:15.2 checked in at 2020-05-21 12:59:24

Comparing /work/SRC/openSUSE:Leap:15.2/python-certbot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-certbot.new.2738 (New)


Package is "python-certbot"

Thu May 21 12:59:24 2020 rev:9 rq:806242 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-certbot/python-certbot.changes  
2020-04-25 19:08:12.607998880 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-certbot.new.2738/python-certbot.changes
2020-05-21 12:59:25.310805824 +0200
@@ -1,0 +2,17 @@
+Thu May 14 08:28:51 UTC 2020 - Marketa Calabkova 
+
+- Update to version 1.4.0
+  * Added serial number of certificate to the output of certbot certificates
+  * Expose two new environment variables in the authenticator and cleanup 
scripts used by
+the manual plugin: CERTBOT_REMAINING_CHALLENGES is equal to the number of 
challenges
+remaining after the current challenge, CERTBOT_ALL_DOMAINS is a 
comma-separated list
+of all domains challenged for the current certificate.
+  * Added minimal proxy support for OCSP verification.
+  * mock dependency is now conditional on Python 2 in all of our packages.
+  * Fix hanging OCSP queries during revocation checking - added a 10 second 
timeout.
+  * Standalone servers now have a default socket timeout of 30 seconds, fixing
+cases where an idle connection can cause the standalone plugin to hang.
+  * Parsing of the RFC 8555 application/pem-certificate-chain now tolerates 
CRLF line
+endings. This should fix interoperability with Buypass' services.
+
+---

Old:

  certbot-1.3.0.tar.gz

New:

  certbot-1.4.0.tar.gz



Other differences:
--
++ python-certbot.spec ++
--- /var/tmp/diff_new_pack.Hln5cJ/_old  2020-05-21 12:59:25.690806651 +0200
+++ /var/tmp/diff_new_pack.Hln5cJ/_new  2020-05-21 12:59:25.694806661 +0200
@@ -19,20 +19,19 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-certbot
-Version:1.3.0
+Version:1.4.0
 Release:0
 Summary:ACME client
 License:Apache-2.0
 URL:https://github.com/certbot/certbot
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot/certbot-%{version}.tar.gz
-BuildRequires:  %{python_module acme >= 0.40.0}
+BuildRequires:  %{python_module acme >= 1.4.0}
 BuildRequires:  %{python_module configargparse >= 0.9.3}
 BuildRequires:  %{python_module configobj}
 BuildRequires:  %{python_module cryptography >= 1.2.3}
 BuildRequires:  %{python_module distro >= 1.0.1}
 BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module josepy >= 1.1.0}
-BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module parsedatetime >= 1.3}
 BuildRequires:  %{python_module pyRFC3339}
 BuildRequires:  %{python_module pytest}
@@ -42,14 +41,13 @@
 BuildRequires:  %{python_module zope.interface}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-acme >= 0.40.0
+Requires:   python-acme >= 1.4.0
 Requires:   python-configargparse >= 0.9.3
 Requires:   python-configobj
 Requires:   python-cryptography >= 1.2.3
 Requires:   python-distro >= 1.0.1
 Requires:   python-future
 Requires:   python-josepy >= 1.1.0
-Requires:   python-mock
 Requires:   python-parsedatetime >= 1.3
 Requires:   python-pyRFC3339
 Requires:   python-pytz
@@ -62,9 +60,11 @@
 Obsoletes:  certbot < %{version}
 BuildArch:  noarch
 %if %{with python2}
+BuildRequires:  python2-mock
 BuildRequires:  python2-typing
 %endif
 %ifpython2
+Requires:   python-mock
 Requires:   python-typing
 %endif
 %python_subpackages

++ certbot-1.3.0.tar.gz -> certbot-1.4.0.tar.gz ++
 2225 lines of diff (skipped)




commit python-certbot for openSUSE:Leap:15.2

2020-04-25 Thread root
Hello community,

here is the log from the commit of package python-certbot for 
openSUSE:Leap:15.2 checked in at 2020-04-25 19:08:04

Comparing /work/SRC/openSUSE:Leap:15.2/python-certbot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-certbot.new.2738 (New)


Package is "python-certbot"

Sat Apr 25 19:08:04 2020 rev:8 rq:797239 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-certbot/python-certbot.changes  
2020-03-15 07:12:42.693011843 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-certbot.new.2738/python-certbot.changes
2020-04-25 19:08:12.607998880 +0200
@@ -1,0 +2,5 @@
+Tue Apr 21 08:13:52 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-certbot.spec ++
--- /var/tmp/diff_new_pack.VI9DIJ/_old  2020-04-25 19:08:13.248000256 +0200
+++ /var/tmp/diff_new_pack.VI9DIJ/_new  2020-04-25 19:08:13.252000264 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-certbot
 Version:1.3.0
 Release:0
@@ -41,7 +42,6 @@
 BuildRequires:  %{python_module zope.interface}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-typing
 Requires:   python-acme >= 0.40.0
 Requires:   python-configargparse >= 0.9.3
 Requires:   python-configobj
@@ -58,12 +58,15 @@
 Requires:   python-zope.interface
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+Provides:   certbot = %{version}
+Obsoletes:  certbot < %{version}
 BuildArch:  noarch
+%if %{with python2}
+BuildRequires:  python2-typing
+%endif
 %ifpython2
 Requires:   python-typing
 %endif
-Provides:   certbot = %{version}
-Obsoletes:  certbot < %{version}
 %python_subpackages
 
 %description




commit python-certbot for openSUSE:Leap:15.2

2020-03-15 Thread root
Hello community,

here is the log from the commit of package python-certbot for 
openSUSE:Leap:15.2 checked in at 2020-03-15 07:12:32

Comparing /work/SRC/openSUSE:Leap:15.2/python-certbot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-certbot.new.3160 (New)


Package is "python-certbot"

Sun Mar 15 07:12:32 2020 rev:7 rq:784904 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-certbot/python-certbot.changes  
2020-02-27 06:41:49.773650374 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-certbot.new.3160/python-certbot.changes
2020-03-15 07:12:42.693011843 +0100
@@ -1,0 +2,17 @@
+Tue Mar 10 09:23:44 UTC 2020 - Michael Ströder 
+
+- update to version 1.3.0
+  * Added
+- Added certbot.ocsp Certbot's API. The certbot.ocsp module can be used to
+- determine the OCSP status of certificates.
+- Don't verify the existing certificate in HTTP01Response.simple_verify, 
for
+- compatibility with the real-world ACME challenge checks.
+
+  * Changed
+- Certbot will now renew certificates early if they have been revoked 
according
+- to OCSP.
+- Fix acme module warnings when response Content-Type includes params 
(e.g. charset).
+- Fixed issue where webroot plugin would incorrectly raise Read-only file 
system
+- error when creating challenge directories (issue #7165).
+
+---

Old:

  certbot-1.2.0.tar.gz

New:

  certbot-1.3.0.tar.gz



Other differences:
--
++ python-certbot.spec ++
--- /var/tmp/diff_new_pack.ZLtCdC/_old  2020-03-15 07:12:43.025012042 +0100
+++ /var/tmp/diff_new_pack.ZLtCdC/_new  2020-03-15 07:12:43.025012042 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:ACME client
 License:Apache-2.0

++ certbot-1.2.0.tar.gz -> certbot-1.3.0.tar.gz ++
 5823 lines of diff (skipped)




commit python-certbot for openSUSE:Leap:15.2

2020-02-26 Thread root
Hello community,

here is the log from the commit of package python-certbot for 
openSUSE:Leap:15.2 checked in at 2020-02-27 06:41:47

Comparing /work/SRC/openSUSE:Leap:15.2/python-certbot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-certbot.new.26092 (New)


Package is "python-certbot"

Thu Feb 27 06:41:47 2020 rev:6 rq:779444 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-certbot/python-certbot.changes  
2020-02-19 18:48:28.323015918 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-certbot.new.26092/python-certbot.changes   
2020-02-27 06:41:49.773650374 +0100
@@ -1,0 +2,9 @@
+Fri Feb 21 15:31:05 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.2.0
+  * Add directory field to error message when field is missing.
+  * If MD5 hasher is not available, try it in non-security mode (fix for FIPS 
systems)
+  * Support for Python 3.4 has been removed.
+  * Fix collections.abc imports for Python 3.9.
+
+---

Old:

  certbot-1.1.0.tar.gz

New:

  certbot-1.2.0.tar.gz



Other differences:
--
++ python-certbot.spec ++
--- /var/tmp/diff_new_pack.uT9Mt8/_old  2020-02-27 06:41:50.029650908 +0100
+++ /var/tmp/diff_new_pack.uT9Mt8/_new  2020-02-27 06:41:50.029650908 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:ACME client
 License:Apache-2.0

++ certbot-1.1.0.tar.gz -> certbot-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-1.1.0/CHANGELOG.md 
new/certbot-1.2.0/CHANGELOG.md
--- old/certbot-1.1.0/CHANGELOG.md  2020-01-14 19:41:32.0 +0100
+++ new/certbot-1.2.0/CHANGELOG.md  2020-02-04 22:46:57.0 +0100
@@ -2,6 +2,26 @@
 
 Certbot adheres to [Semantic Versioning](https://semver.org/).
 
+## 1.2.0 - 2020-02-04
+
+### Added
+
+* Added support for Cloudflare's limited-scope API Tokens
+
+### Changed
+
+* Add directory field to error message when field is missing.
+* If MD5 hasher is not available, try it in non-security mode (fix for FIPS 
systems) -- [#1948](https://github.com/certbot/certbot/issues/1948)
+* Disable old SSL versions and ciphersuites and remove `SSLCompression off` 
setting to follow Mozilla recommendations in Apache.
+* Remove ECDHE-RSA-AES128-SHA from NGINX ciphers list now that Windows 2008 R2 
and Windows 7 are EOLed
+* Support for Python 3.4 has been removed.
+
+### Fixed
+
+* Fix collections.abc imports for Python 3.9.
+
+More details about these changes can be found on our GitHub repo.
+
 ## 1.1.0 - 2020-01-14
 
 ### Added
@@ -232,7 +252,7 @@
 
 ### Added
 
-* dns_rfc2136 plugin now supports explicitly specifing an authorative
+* dns_rfc2136 plugin now supports explicitly specifying an authoritative
   base domain for cases when the automatic method does not work (e.g.
   Split horizon DNS)
 
@@ -616,7 +636,7 @@
 * Log warning about TLS-SNI deprecation in Certbot
 * Stop preferring TLS-SNI in the Apache, Nginx, and standalone plugins
 * OVH DNS plugin now relies on Lexicon>=2.7.14 to support HTTP proxies
-* Default time the Linode plugin waits for DNS changes to propogate is now 
1200 seconds.
+* Default time the Linode plugin waits for DNS changes to propagate is now 
1200 seconds.
 
 ### Fixed
 
@@ -735,7 +755,7 @@
   increased over time. The max-age value is not increased to a large value
   until you've successfully managed to renew your certificate. This enhancement
   can be requested with the --auto-hsts flag.
-* New official DNS plugins have been created for Gehirn Infrastracture Service,
+* New official DNS plugins have been created for Gehirn Infrastructure Service,
   Linode, OVH, and Sakura Cloud. These plugins can be found on our Docker Hub
   page at https://hub.docker.com/u/certbot and on PyPI.
 * The ability to reuse ACME accounts from Let's Encrypt's ACMEv1 endpoint on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-1.1.0/PKG-INFO new/certbot-1.2.0/PKG-INFO
--- old/certbot-1.1.0/PKG-INFO  2020-01-14 19:41:34.0 +0100
+++ new/certbot-1.2.0/PKG-INFO  2020-02-04 22:46:58.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot
-Version: 1.1.0
+Version: 1.2.0
 Summary: ACME client
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
@@ -149,7 +149,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: 

commit python-certbot for openSUSE:Leap:15.2

2020-02-19 Thread root
Hello community,

here is the log from the commit of package python-certbot for 
openSUSE:Leap:15.2 checked in at 2020-02-19 18:48:26

Comparing /work/SRC/openSUSE:Leap:15.2/python-certbot (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-certbot.new.26092 (New)


Package is "python-certbot"

Wed Feb 19 18:48:26 2020 rev:5 rq:776479 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-certbot/python-certbot.changes  
2020-01-15 15:47:49.447404846 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-certbot.new.26092/python-certbot.changes   
2020-02-19 18:48:28.323015918 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 09:39:19 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Support for Python 3.4 in Certbot and its ACME library is deprecated and 
will be
+removed in the next release of Certbot.
+
+---

Old:

  certbot-1.0.0.tar.gz

New:

  certbot-1.1.0.tar.gz



Other differences:
--
++ python-certbot.spec ++
--- /var/tmp/diff_new_pack.RmQlqS/_old  2020-02-19 18:48:28.687016306 +0100
+++ /var/tmp/diff_new_pack.RmQlqS/_new  2020-02-19 18:48:28.687016306 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:ACME client
 License:Apache-2.0

++ certbot-1.0.0.tar.gz -> certbot-1.1.0.tar.gz ++
 3278 lines of diff (skipped)