15
0
forked from pool/python-bcrypt

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=37
This commit is contained in:
2024-05-07 16:23:32 +00:00
committed by Git OBS Bridge
parent 38be6e61b2
commit 4c0826751c
7 changed files with 25 additions and 23 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue May 7 16:22:09 UTC 2024 - Dirk Müller <dmueller@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)
-------------------------------------------------------------------
Fri Apr 21 12:22:33 UTC 2023 - Dirk Müller <dmueller@suse.com>