Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-trustme for openSUSE:Factory 
checked in at 2023-05-22 13:14:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-trustme (Old)
 and      /work/SRC/openSUSE:Factory/.python-trustme.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-trustme"

Mon May 22 13:14:13 2023 rev:11 rq:1088141 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-trustme/python-trustme.changes    
2023-04-22 21:59:01.468701345 +0200
+++ /work/SRC/openSUSE:Factory/.python-trustme.new.1533/python-trustme.changes  
2023-05-22 13:14:14.910784310 +0200
@@ -1,0 +2,11 @@
+Sun May 14 16:33:47 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.0.0:
+  * Support for ECDSA keys in certificates and use them by default.
+    The type of key used for certificates can be controlled by the
+    key_type parameter on the multiple methods that generate
+    certificates. ECDSA certificates as they can be generated
+    significantly faster.
+  * Support for Python 3.10 and 3.11 (#372, 574) 
+
+-------------------------------------------------------------------

Old:
----
  trustme-0.9.0.tar.gz

New:
----
  trustme-1.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-trustme.spec ++++++
--- /var/tmp/diff_new_pack.Gt3omA/_old  2023-05-22 13:14:15.442786965 +0200
+++ /var/tmp/diff_new_pack.Gt3omA/_new  2023-05-22 13:14:15.446786985 +0200
@@ -19,7 +19,7 @@
 %bcond_without python2
 %{?sle15_python_module_pythons}
 Name:           python-trustme
-Version:        0.9.0
+Version:        1.0.0
 Release:        0
 Summary:        Fake CA provider for Python tests
 License:        Apache-2.0 OR MIT

++++++ fix2038.patch ++++++
--- /var/tmp/diff_new_pack.Gt3omA/_old  2023-05-22 13:14:15.470787105 +0200
+++ /var/tmp/diff_new_pack.Gt3omA/_new  2023-05-22 13:14:15.470787105 +0200
@@ -2,17 +2,17 @@
 Date: 2023-01-14
 Subject: Fix tests of python-aiosmtplib after 2038
 
-diff --git a/trustme/__init__.py b/trustme/__init__.py
-index cc280b0..f24e100 100644
---- a/trustme/__init__.py
-+++ b/trustme/__init__.py
-@@ -50,7 +50,7 @@ _KEY_SIZE = 2048
+Index: trustme-1.0.0/src/trustme/__init__.py
+===================================================================
+--- trustme-1.0.0.orig/src/trustme/__init__.py
++++ trustme-1.0.0/src/trustme/__init__.py
+@@ -37,7 +37,7 @@ __all__ = ["CA"]
  # Some versions of cryptography on 32-bit platforms fail if you give
  # them dates after ~2038-01-19:
  #   https://github.com/pyca/cryptography/pull/4658
 -DEFAULT_EXPIRY = datetime.datetime(2038, 1, 1)
 +DEFAULT_EXPIRY = datetime.datetime(2098, 1, 1)
  
- def _name(name, organization_name=None, common_name=None):
-     # type: (Text, Optional[Text], Optional[Text]) -> x509.Name
+ def _name(name: str, organization_name: Optional[str] = None, common_name: 
Optional[str] = None) -> x509.Name:
+     name_pieces = [
 

++++++ trustme-0.9.0.tar.gz -> trustme-1.0.0.tar.gz ++++++
++++ 3194 lines of diff (skipped)

Reply via email to