Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cryptography for 
openSUSE:Factory checked in at 2021-12-22 20:17:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old)
 and      /work/SRC/openSUSE:Factory/.python-cryptography.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cryptography"

Wed Dec 22 20:17:43 2021 rev:58 rq:941719 version:36.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes  
2021-12-12 21:28:02.480356890 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cryptography.new.2520/python-cryptography.changes
        2021-12-22 20:17:58.783844607 +0100
@@ -1,0 +2,6 @@
+Mon Dec 20 22:52:53 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 36.0.1:
+  * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 
1.1.1m. 
+
+-------------------------------------------------------------------

Old:
----
  cryptography-36.0.0.tar.gz
  cryptography-36.0.0.tar.gz.asc

New:
----
  cryptography-36.0.1.tar.gz
  cryptography-36.0.1.tar.gz.asc

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

Other differences:
------------------
++++++ python-cryptography.spec ++++++
--- /var/tmp/diff_new_pack.D2ZEOK/_old  2021-12-22 20:17:59.503844944 +0100
+++ /var/tmp/diff_new_pack.D2ZEOK/_new  2021-12-22 20:17:59.507844946 +0100
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 Name:           python-cryptography
-Version:        36.0.0
+Version:        36.0.1
 Release:        0
 Summary:        Python library which exposes cryptographic recipes and 
primitives
 License:        Apache-2.0 OR BSD-3-Clause

++++++ _service ++++++
--- /var/tmp/diff_new_pack.D2ZEOK/_old  2021-12-22 20:17:59.543844963 +0100
+++ /var/tmp/diff_new_pack.D2ZEOK/_new  2021-12-22 20:17:59.543844963 +0100
@@ -1,6 +1,6 @@
 <services>
   <service name="cargo_vendor" mode="disabled">
-    <param name="srcdir">cryptography-36.0.0/src/rust</param>
+    <param name="srcdir">cryptography-36.0.1/src/rust</param>
   </service>
   <service name="cargo_audit" mode="disabled">
   </service>

++++++ cryptography-36.0.0.tar.gz -> cryptography-36.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-36.0.0/CHANGELOG.rst 
new/cryptography-36.0.1/CHANGELOG.rst
--- old/cryptography-36.0.0/CHANGELOG.rst       2021-11-21 22:27:06.000000000 
+0100
+++ new/cryptography-36.0.1/CHANGELOG.rst       2021-12-14 23:00:50.000000000 
+0100
@@ -1,6 +1,13 @@
 Changelog
 =========
 
+.. _v36-0-1:
+
+36.0.1 - 2021-12-14
+~~~~~~~~~~~~~~~~~~~
+
+* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 1.1.1m.
+
 .. _v36-0-0:
 
 36.0.0 - 2021-11-21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-36.0.0/PKG-INFO 
new/cryptography-36.0.1/PKG-INFO
--- old/cryptography-36.0.0/PKG-INFO    2021-11-21 22:30:54.136604300 +0100
+++ new/cryptography-36.0.1/PKG-INFO    2021-12-14 23:03:11.948656300 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cryptography
-Version: 36.0.0
+Version: 36.0.1
 Summary: cryptography is a package which provides cryptographic recipes and 
primitives to Python developers.
 Home-page: https://github.com/pyca/cryptography
 Author: The Python Cryptographic Authority and individual contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-36.0.0/src/cryptography/__about__.py 
new/cryptography-36.0.1/src/cryptography/__about__.py
--- old/cryptography-36.0.0/src/cryptography/__about__.py       2021-11-21 
22:27:06.000000000 +0100
+++ new/cryptography-36.0.1/src/cryptography/__about__.py       2021-12-14 
23:00:50.000000000 +0100
@@ -9,7 +9,7 @@
     "__copyright__",
 ]
 
-__version__ = "36.0.0"
+__version__ = "36.0.1"
 
 __author__ = "The Python Cryptographic Authority and individual contributors"
 __copyright__ = "Copyright 2013-2021 {}".format(__author__)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cryptography-36.0.0/src/cryptography.egg-info/PKG-INFO 
new/cryptography-36.0.1/src/cryptography.egg-info/PKG-INFO
--- old/cryptography-36.0.0/src/cryptography.egg-info/PKG-INFO  2021-11-21 
22:30:53.000000000 +0100
+++ new/cryptography-36.0.1/src/cryptography.egg-info/PKG-INFO  2021-12-14 
23:03:11.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cryptography
-Version: 36.0.0
+Version: 36.0.1
 Summary: cryptography is a package which provides cryptographic recipes and 
primitives to Python developers.
 Home-page: https://github.com/pyca/cryptography
 Author: The Python Cryptographic Authority and individual contributors

++++++ vendor.tar.xz ++++++

Reply via email to