Changelog for
python39-bcrypt-3.2.2-1.2.x86_64.rpm :
* 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.
* Wed Aug 29 2018 tchvatalAATTsuse.com- Raise pytest requirement based on setup.py
* Wed Oct 25 2017 arunAATTgmx.de- specfile:
* update copyright year- update to version 3.1.4:
* Fixed compilation with mingw and on illumos.
* Sat May 06 2017 toddrme2178AATTgmail.com- Don\'t provide python2-py-bcrypt, singlespec packages should use correct name.