Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-bcrypt for openSUSE:Factory 
checked in at 2024-05-09 12:07:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bcrypt (Old)
 and      /work/SRC/openSUSE:Factory/.python-bcrypt.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bcrypt"

Thu May  9 12:07:29 2024 rev:14 rq:1172490 version:4.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bcrypt/python-bcrypt.changes      
2023-04-22 22:02:55.622101262 +0200
+++ /work/SRC/openSUSE:Factory/.python-bcrypt.new.1880/python-bcrypt.changes    
2024-05-09 12:07:37.829345433 +0200
@@ -1,0 +2,12 @@
+Tue May  7 16:22:09 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- update to 4.1.3:
+  * Bump Rust dependency versions
+  * Fixed the type signature on the ``kdf`` method.
+  * Fixed packaging bug on Windows.
+  * Fixed incompatibility with passlib package detection assumptions.
+  * Dropped support for Python 3.6.
+  * Bumped MSRV to 1.64. (Note: Rust 1.63 can be used by setting the
+    ``BCRYPT_ALLOW_RUST_163`` environment variable)
+
+-------------------------------------------------------------------

Old:
----
  bcrypt-4.0.1.tar.gz
  cargo_config

New:
----
  bcrypt-4.1.3.tar.gz

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

Other differences:
------------------
++++++ python-bcrypt.spec ++++++
--- /var/tmp/diff_new_pack.MSOfwF/_old  2024-05-09 12:07:39.681412744 +0200
+++ /var/tmp/diff_new_pack.MSOfwF/_new  2024-05-09 12:07:39.681412744 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bcrypt
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2016, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,9 +17,10 @@
 #
 
 
+%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 %{?sle15_python_module_pythons}
 Name:           python-bcrypt
-Version:        4.0.1
+Version:        4.1.3
 Release:        0
 Summary:        BSD type 2a and 2b password hashing
 License:        Apache-2.0
@@ -27,7 +28,6 @@
 URL:            https://github.com/pyca/bcrypt/
 Source0:        
https://files.pythonhosted.org/packages/source/b/bcrypt/bcrypt-%{version}.tar.gz
 Source1:        vendor.tar.gz
-Source2:        cargo_config
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest >= 3.2.1}
 BuildRequires:  %{python_module setuptools-rust}
@@ -49,11 +49,10 @@
 
 %prep
 %autosetup -p1 -a1 -n bcrypt-%{version}
-mkdir .cargo
-cp %{SOURCE2} .cargo/config
-mv Cargo.lock src/_bcrypt
+rm -v src/_bcrypt/Cargo.lock
 
 %build
+export RUSTFLAGS=%{rustflags}
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 %pyproject_wheel
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.MSOfwF/_old  2024-05-09 12:07:39.709413761 +0200
+++ /var/tmp/diff_new_pack.MSOfwF/_new  2024-05-09 12:07:39.713413907 +0200
@@ -1,17 +1,13 @@
 <services>
-  <service mode="disabled" name="obs_scm">
+  <service mode="manual" name="tar_scm">
     <param name="url">https://github.com/pyca/bcrypt/</param>
     <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
     <param name="scm">git</param>
-    <param name="revision">4.0.1</param>
+    <param name="revision">4.1.3</param>
   </service>
-  <service name="cargo_vendor" mode="disabled">
+  <service name="cargo_vendor" mode="manual">
      <param name="srcdir">bcrypt/src/_bcrypt</param>
      <param name="compression">gz</param>
-     <param name="update">true</param>
-  </service>
-  <service name="cargo_audit" mode="disabled">
-     <param name="srcdir">bcrypt/src/_bcrypt</param>
   </service>
 </services>
 

++++++ bcrypt-4.0.1.tar.gz -> bcrypt-4.1.3.tar.gz ++++++
++++ 1655 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-bcrypt/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.python-bcrypt.new.1880/vendor.tar.gz differ: char 
4, line 1

Reply via email to