diff --git a/bcrypt-4.2.0.tar.gz b/bcrypt-4.2.0.tar.gz deleted file mode 100644 index 31f6de1424a8317cc1afbd6bf6c878ec4b5574dc..0000000000000000000000000000000000000000 Binary files a/bcrypt-4.2.0.tar.gz and /dev/null differ diff --git a/bcrypt-4.2.1.tar.gz b/bcrypt-4.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e077b06f69c84adcec34942afb88a0f33d75bb58 Binary files /dev/null and b/bcrypt-4.2.1.tar.gz differ diff --git a/python-bcrypt.spec b/python-bcrypt.spec index 111b0cc1f032c69df8559b46c9f23c10d86698a9..e10a2c5a47c2dace3da2be832b73062ca23b97fb 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-bcrypt -Version: 4.2.0 -Release: 2 +Version: 4.2.1 +Release: 1 Summary: Modern password hashing for your software and your servers License: Apache-2.0 URL: https://github.com/pyca/bcrypt/ @@ -65,6 +65,9 @@ pytest %{_docdir}/* %changelog +* Mon Jul 07 2025 openeuler_bot - 4.2.1-1 +- update python-bcrypt to 4.2.1 + * Fri Jan 24 2025 Shinwell Hu - 4.2.0-2 - Use "cargo vendor" to avoid network access during build phase.