SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python310-bcrypt-4.0.1-3.1.i586.rpm :

* 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 .
* Sun Jul 28 2019 Arun Persaud - specfile:
* update copyright year
* changed setuptools min version- update to version 3.1.7:
* Set a setuptools lower bound for PEP517 wheel building.
* We no longer distribute 32-bit manylinux1 wheels. Continuing to produce them was a maintenance burden.- changes from version 3.1.6:
* Added support for compilation on Haiku.
* Fri Mar 01 2019 Tomáš Chvátal - Update to 3.1.5:
* Added support for compilation on Haiku.
* Added support for compilation on AIX.
* Dropped Python 2.6 and 3.3 support.
* Switched to using ``abi3`` wheels for Python 3. If you are not getting a wheel on a compatible platform please upgrade your ``pip`` version.
 
ICM