Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-service_identity for
openSUSE:Factory checked in at 2023-06-27 23:15:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-service_identity (Old)
and /work/SRC/openSUSE:Factory/.python-service_identity.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-service_identity"
Tue Jun 27 23:15:51 2023 rev:13 rq:1094491 version:23.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-service_identity/python-service_identity.changes
2023-04-22 22:00:27.721217016 +0200
+++
/work/SRC/openSUSE:Factory/.python-service_identity.new.15902/python-service_identity.changes
2023-06-27 23:16:02.251169463 +0200
@@ -1,0 +2,25 @@
+Wed Jun 21 13:47:12 UTC 2023 - ecsos <[email protected]>
+
+- Update to 23.1.0
+ * Removed
+ - All Python versions up to and including 3.7 have been dropped.
+ - Support for commonName in certificates has been dropped.
+ It has been deprecated since 2017 and isn't supported by any
+ major browser.
+ - The oldest supported pyOpenSSL version (when using the
+ pyopenssl backend) is now 17.0.0.
+ When using such an old pyOpenSSL version, you have to pin
+ cryptography yourself to ensure compatibility between them.
+ Please check out contraints/oldest-pyopenssl.txt to verify
+ what we are testing against.
+ * Deprecated
+ - If you've used service_identity.(cryptography|pyopenssl).extract_ids(),
+ please switch to the new names extract_patterns(). #56
+ * Added
+ - service_identity.(cryptography|pyopenssl).extract_patterns()
+ are now public APIs (FKA extract_ids()).
+ You can use them to extract the patterns from a certificate
+ without verifying anything. #55
+ - service-identity is now fully typed. #57
+
+-------------------------------------------------------------------
Old:
----
21.1.0.tar.gz
New:
----
23.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-service_identity.spec ++++++
--- /var/tmp/diff_new_pack.EufQGW/_old 2023-06-27 23:16:03.767178384 +0200
+++ /var/tmp/diff_new_pack.EufQGW/_new 2023-06-27 23:16:03.791178525 +0200
@@ -19,7 +19,7 @@
%define oname service_identity
%{?sle15_python_module_pythons}
Name: python-service_identity
-Version: 21.1.0
+Version: 23.1.0
Release: 0
Summary: Service identity verification for pyOpenSSL
License: MIT
@@ -29,9 +29,12 @@
Source:
https://github.com/pyca/service_identity/archive/%{version}.tar.gz
BuildRequires: %{python_module attrs >= 19.1.0}
BuildRequires: %{python_module cryptography}
+BuildRequires: %{python_module hatch-fancy-pypi-readme}
+BuildRequires: %{python_module hatch_vcs}
+BuildRequires: %{python_module hatchling >= 1.14.0}
BuildRequires: %{python_module idna}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module pyOpenSSL >= 0.14}
+BuildRequires: %{python_module pyOpenSSL >= 17.0.0}
BuildRequires: %{python_module pyasn1-modules}
BuildRequires: %{python_module pyasn1}
BuildRequires: %{python_module pytest}
@@ -75,7 +78,7 @@
%files %{python_files}
%license LICENSE
-%doc AUTHORS.rst README.rst
+%doc README.md
%{python_sitelib}/%{oname}
%{python_sitelib}/%{oname}-%{version}*-info
++++++ 21.1.0.tar.gz -> 23.1.0.tar.gz ++++++
++++ 6191 lines of diff (skipped)