Changelog for
python312-bcrypt-4.0.1-2.6.x86_64.rpm :
* Fri Apr 21 2023 Dirk Müller
- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Thu Nov 03 2022 Daniel Garcia - Removed not needed C build dependencies- Enable for all archs by default
* Wed Nov 02 2022 Daniel Garcia - Update to 4.0.1:
* We now build PyPy manylinux wheels.
* Fixed a bug where passing an invalid salt to checkpw could result in a pyo3_runtime.PanicException. It now correctly raises a ValueError.- 4.0.0:
* bcrypt is now implemented in Rust. Users building from source will need to have a Rust compiler available. Nothing will change for users downloading wheels.
* We no longer ship manylinux2010 wheels. Users should upgrade to the latest pip to ensure this doesn’t cause issues downloading wheels on their platform. We now ship manylinux_2_28 wheels for users on new enough platforms.
* NUL bytes are now allowed in inputs.
* Wed Nov 02 2022 Daniel Garcia - Remove not needed python-six dependency
* Wed May 04 2022 Dirk Müller - update to 3.2.2:
* Fixed packaging of ``py.typed`` files in wheels so that ``mypy`` works.
* Added support for compilation on z/OS
* The next release of ``bcrypt`` with be 4.0 and it will require Rust at compile time, for users building from source. There will be no additional requirement for users who are installing from wheels. Users on most platforms will be able to obtain a wheel by making sure they have an up to date ``pip``. The minimum supported Rust version will be 1.56.0.
* Thu Oct 08 2020 Matej Cepl - Don\'t use deprecated \'python setup.py test\', use pytest directly.
* Thu Aug 27 2020 John Paul Adrian Glaubitz - Disable Python2 support to fix the build on older distributions
* Thu Aug 20 2020 Ondřej Súkup - update to 3.2.0
* add type hints to top level functions
* drop support for python 3.5 and older
* drop legacy code
* Wed May 13 2020 Antonio Larrosa - Relax the setuptools dependency on 40.8.0 to 40.5.0 since that version is only required by upstream because of a pip issue (see https://github.com/pyca/bcrypt/commit/bc8a55e70e179a59fa89fb109353182f8f438e00). This way we can build in SLE 15 SP2 / Leap 15.2 .