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 2024-05-16 17:12:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old)
 and      /work/SRC/openSUSE:Factory/.python-cryptography.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cryptography"

Thu May 16 17:12:39 2024 rev:89 rq:1174053 version:42.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes  
2024-05-08 11:38:55.775019018 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cryptography.new.1880/python-cryptography.changes
        2024-05-16 17:13:00.503210009 +0200
@@ -1,0 +2,9 @@
+Tue May  7 16:14:05 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- update to 42.0.7:
+  * Restored Windows 7 compatibility for our pre-built wheels.
+    Note that we do not test on Windows 7 and wheels for our next
+    release will not support it. Microsoft no longer provides
+    support for Windows 7 and users are encouraged to upgrade.
+
+-------------------------------------------------------------------

Old:
----
  cryptography-42.0.6.tar.gz

New:
----
  cryptography-42.0.7.tar.gz

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

Other differences:
------------------
++++++ python-cryptography.spec ++++++
--- /var/tmp/diff_new_pack.3nlvbO/_old  2024-05-16 17:13:04.719362818 +0200
+++ /var/tmp/diff_new_pack.3nlvbO/_new  2024-05-16 17:13:04.719362818 +0200
@@ -27,7 +27,7 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-cryptography%{psuffix}
-Version:        42.0.6
+Version:        42.0.7
 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.3nlvbO/_old  2024-05-16 17:13:04.763364412 +0200
+++ /var/tmp/diff_new_pack.3nlvbO/_new  2024-05-16 17:13:04.763364412 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="download_files" mode="manual"/>
   <service name="cargo_vendor" mode="manual">
-    <param name="srcdir">cryptography-42.0.6/src/rust</param>
+    <param name="srcdir">cryptography-42.0.7/src/rust</param>
     <param name="compression">zst</param>
   </service>
 </services>

++++++ cryptography-42.0.6.tar.gz -> cryptography-42.0.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-42.0.6/CHANGELOG.rst 
new/cryptography-42.0.7/CHANGELOG.rst
--- old/cryptography-42.0.6/CHANGELOG.rst       2024-05-04 17:22:57.000000000 
+0200
+++ new/cryptography-42.0.7/CHANGELOG.rst       2024-05-06 18:46:00.000000000 
+0200
@@ -1,6 +1,16 @@
 Changelog
 =========
 
+.. _v42-0-7:
+
+42.0.7 - 2024-05-06
+~~~~~~~~~~~~~~~~~~~
+
+* Restored Windows 7 compatibility for our pre-built wheels. Note that we do
+  not test on Windows 7 and wheels for our next release will not support it.
+  Microsoft no longer provides support for Windows 7 and users are encouraged
+  to upgrade.
+
 .. _v42-0-6:
 
 42.0.6 - 2024-05-04
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-42.0.6/PKG-INFO 
new/cryptography-42.0.7/PKG-INFO
--- old/cryptography-42.0.6/PKG-INFO    2024-05-04 17:23:05.152526100 +0200
+++ new/cryptography-42.0.7/PKG-INFO    2024-05-06 18:46:08.756219600 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cryptography
-Version: 42.0.6
+Version: 42.0.7
 Summary: cryptography is a package which provides cryptographic recipes and 
primitives to Python developers.
 Author-email: The Python Cryptographic Authority and individual contributors 
<cryptography-...@python.org>
 License: Apache-2.0 OR BSD-3-Clause
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-42.0.6/pyproject.toml 
new/cryptography-42.0.7/pyproject.toml
--- old/cryptography-42.0.6/pyproject.toml      2024-05-04 17:22:57.000000000 
+0200
+++ new/cryptography-42.0.7/pyproject.toml      2024-05-06 18:46:00.000000000 
+0200
@@ -12,7 +12,7 @@
 
 [project]
 name = "cryptography"
-version = "42.0.6"
+version = "42.0.7"
 authors = [
     {name = "The Python Cryptographic Authority and individual contributors", 
email = "cryptography-...@python.org"}
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-42.0.6/src/cryptography/__about__.py 
new/cryptography-42.0.7/src/cryptography/__about__.py
--- old/cryptography-42.0.6/src/cryptography/__about__.py       2024-05-04 
17:22:57.000000000 +0200
+++ new/cryptography-42.0.7/src/cryptography/__about__.py       2024-05-06 
18:46:00.000000000 +0200
@@ -10,7 +10,7 @@
     "__copyright__",
 ]
 
-__version__ = "42.0.6"
+__version__ = "42.0.7"
 
 
 __author__ = "The Python Cryptographic Authority and individual contributors"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cryptography-42.0.6/src/cryptography.egg-info/PKG-INFO 
new/cryptography-42.0.7/src/cryptography.egg-info/PKG-INFO
--- old/cryptography-42.0.6/src/cryptography.egg-info/PKG-INFO  2024-05-04 
17:23:05.000000000 +0200
+++ new/cryptography-42.0.7/src/cryptography.egg-info/PKG-INFO  2024-05-06 
18:46:08.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cryptography
-Version: 42.0.6
+Version: 42.0.7
 Summary: cryptography is a package which provides cryptographic recipes and 
primitives to Python developers.
 Author-email: The Python Cryptographic Authority and individual contributors 
<cryptography-...@python.org>
 License: Apache-2.0 OR BSD-3-Clause
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-42.0.6/src/rust/build.rs 
new/cryptography-42.0.7/src/rust/build.rs
--- old/cryptography-42.0.6/src/rust/build.rs   2024-05-04 17:22:57.000000000 
+0200
+++ new/cryptography-42.0.7/src/rust/build.rs   2024-05-06 18:46:00.000000000 
+0200
@@ -6,6 +6,13 @@
 
 #[allow(clippy::unusual_byte_groupings)]
 fn main() {
+    println!("cargo:rustc-check-cfg=cfg(CRYPTOGRAPHY_OPENSSL_300_OR_GREATER)");
+    println!("cargo:rustc-check-cfg=cfg(CRYPTOGRAPHY_OPENSSL_320_OR_GREATER)");
+    println!("cargo:rustc-check-cfg=cfg(CRYPTOGRAPHY_IS_LIBRESSL)");
+    
println!("cargo:rustc-check-cfg=cfg(CRYPTOGRAPHY_LIBRESSL_380_OR_GREATER)");
+    println!("cargo:rustc-check-cfg=cfg(CRYPTOGRAPHY_IS_BORINGSSL)");
+    println!("cargo:rustc-check-cfg=cfg(CRYPTOGRAPHY_OSSLCONF, 
values(\"OPENSSL_NO_IDEA\", \"OPENSSL_NO_CAST\", \"OPENSSL_NO_BF\", 
\"OPENSSL_NO_CAMELLIA\", \"OPENSSL_NO_SEED\", \"OPENSSL_NO_SM4\"))");
+
     if let Ok(version) = env::var("DEP_OPENSSL_VERSION_NUMBER") {
         let version = u64::from_str_radix(&version, 16).unwrap();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cryptography-42.0.6/src/rust/cryptography-cffi/build.rs 
new/cryptography-42.0.7/src/rust/cryptography-cffi/build.rs
--- old/cryptography-42.0.6/src/rust/cryptography-cffi/build.rs 2024-05-04 
17:22:57.000000000 +0200
+++ new/cryptography-42.0.7/src/rust/cryptography-cffi/build.rs 2024-05-06 
18:46:00.000000000 +0200
@@ -7,6 +7,8 @@
 use std::process::Command;
 
 fn main() {
+    println!("cargo:rustc-check-cfg=cfg(python_implementation, 
values(\"CPython\", \"PyPy\"))");
+
     let target = env::var("TARGET").unwrap();
     let openssl_static = env::var("OPENSSL_STATIC")
         .map(|x| x == "1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cryptography-42.0.6/src/rust/cryptography-key-parsing/build.rs 
new/cryptography-42.0.7/src/rust/cryptography-key-parsing/build.rs
--- old/cryptography-42.0.6/src/rust/cryptography-key-parsing/build.rs  
2024-05-04 17:22:57.000000000 +0200
+++ new/cryptography-42.0.7/src/rust/cryptography-key-parsing/build.rs  
2024-05-06 18:46:00.000000000 +0200
@@ -5,6 +5,9 @@
 use std::env;
 
 fn main() {
+    println!("cargo:rustc-check-cfg=cfg(CRYPTOGRAPHY_IS_LIBRESSL)");
+    println!("cargo:rustc-check-cfg=cfg(CRYPTOGRAPHY_IS_BORINGSSL)");
+
     if env::var("DEP_OPENSSL_LIBRESSL_VERSION_NUMBER").is_ok() {
         println!("cargo:rustc-cfg=CRYPTOGRAPHY_IS_LIBRESSL");
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cryptography-42.0.6/src/rust/cryptography-openssl/build.rs 
new/cryptography-42.0.7/src/rust/cryptography-openssl/build.rs
--- old/cryptography-42.0.6/src/rust/cryptography-openssl/build.rs      
2024-05-04 17:22:57.000000000 +0200
+++ new/cryptography-42.0.7/src/rust/cryptography-openssl/build.rs      
2024-05-06 18:46:00.000000000 +0200
@@ -6,6 +6,11 @@
 
 #[allow(clippy::unusual_byte_groupings)]
 fn main() {
+    println!("cargo:rustc-check-cfg=cfg(CRYPTOGRAPHY_OPENSSL_300_OR_GREATER)");
+    println!("cargo:rustc-check-cfg=cfg(CRYPTOGRAPHY_OPENSSL_320_OR_GREATER)");
+    println!("cargo:rustc-check-cfg=cfg(CRYPTOGRAPHY_IS_LIBRESSL)");
+    println!("cargo:rustc-check-cfg=cfg(CRYPTOGRAPHY_IS_BORINGSSL)");
+
     if let Ok(version) = env::var("DEP_OPENSSL_VERSION_NUMBER") {
         let version = u64::from_str_radix(&version, 16).unwrap();
 

Reply via email to