diff --git a/bcrypt-4.0.1.tar.gz b/bcrypt-4.0.1.tar.gz deleted file mode 100644 index d921f2518f5d7f20fed9c934fdd954fabb4ea13a..0000000000000000000000000000000000000000 Binary files a/bcrypt-4.0.1.tar.gz and /dev/null differ diff --git a/bcrypt-4.1.3.tar.gz b/bcrypt-4.1.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..52060075694a3641ec54f0ea4b3904bd5965b193 Binary files /dev/null and b/bcrypt-4.1.3.tar.gz differ diff --git a/python-bcrypt.spec b/python-bcrypt.spec index b04524142152e2d10c5c571633b4a49e0fa53574..81b80d3f717904b09a47ce7c085473b5e2f54a99 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-bcrypt -Version: 4.0.1 +Version: 4.1.3 Release: 1 Summary: Modern password hashing for your software and your servers License: Apache-2.0 @@ -79,6 +79,15 @@ pytest %{_docdir}/* %changelog +* Sat May 11 2024 wangxiaomeng - 4.1.3-1 +- Update to 4.1.3 + - 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) + - Fixed the type signature on the kdf method. + - Fixed incompatibility with passlib package detection assumptions. + - Publish both py37 and py39 wheels. This should resolve some errors relating to initializing a module multiple times per process. + - Bump Rust dependency versions + * Wed Apr 10 2024 Ge Wang - 4.0.1-1 - Update to 4.0.1