2022-11-03 06:56:00 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Nov 3 06:44:04 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Removed not needed C build dependencies
|
|
|
|
|
|
- Enable for all archs by default
|
|
|
|
|
|
|
2022-11-02 17:41:25 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Nov 2 16:32:00 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
2022-05-04 19:22:21 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2022-11-02 15:45:21 +00:00
|
|
|
|
Wed Nov 2 15:43:50 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Remove not needed python-six dependency
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2022-05-04 19:22:21 +00:00
|
|
|
|
Wed May 4 19:20:18 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
2020-10-08 10:14:03 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Oct 8 10:13:31 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Don't use deprecated 'python setup.py test', use pytest directly.
|
|
|
|
|
|
|
2020-08-28 07:11:53 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Aug 27 22:04:24 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Disable Python2 support to fix the build on older distributions
|
|
|
|
|
|
|
2020-08-20 12:50:57 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Aug 20 12:46:59 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- update to 3.2.0
|
|
|
|
|
|
* add type hints to top level functions
|
|
|
|
|
|
* drop support for python 3.5 and older
|
|
|
|
|
|
* drop legacy code
|
|
|
|
|
|
|
2020-05-13 11:43:25 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed May 13 11:20:23 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- 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 .
|
|
|
|
|
|
|
2019-07-31 09:18:10 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun Jul 28 16:11:38 UTC 2019 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
2019-03-01 11:20:43 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Mar 1 11:19:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
2018-08-29 10:30:38 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Aug 29 10:30:02 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
|
|
- Raise pytest requirement based on setup.py
|
|
|
|
|
|
|
2017-11-01 14:40:34 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Oct 25 19:52:50 UTC 2017 - arun@gmx.de
|
|
|
|
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
|
|
* update copyright year
|
|
|
|
|
|
|
|
|
|
|
|
- update to version 3.1.4:
|
|
|
|
|
|
* Fixed compilation with mingw and on illumos.
|
|
|
|
|
|
|
2017-05-06 04:25:06 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Don't provide python2-py-bcrypt, singlespec packages should use
|
|
|
|
|
|
correct name.
|
|
|
|
|
|
|
2017-05-03 14:51:07 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun Apr 30 09:33:56 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
|
|
- Say which crypt methods this module actually supports.
|
|
|
|
|
|
|
2017-04-30 03:12:50 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun Apr 30 03:02:13 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Update to version 3.1.3
|
|
|
|
|
|
* Fixed a compilation issue on Solaris.
|
|
|
|
|
|
* Added a warning when using too few rounds with kdf.
|
|
|
|
|
|
- Update to version 3.1.2
|
|
|
|
|
|
* Fixed a compile issue affecting big endian platforms.
|
|
|
|
|
|
* Fixed invalid escape sequence warnings on Python 3.6.
|
|
|
|
|
|
* Fixed building in non-UTF8 environments on Python 2.
|
|
|
|
|
|
- Provides/Obsoletes "python-py-bcrypt" exactly.
|
|
|
|
|
|
- Change Summary/Description. Apparently "bcrypt is not "modern",
|
|
|
|
|
|
not anymore."
|
|
|
|
|
|
|
2017-04-25 21:59:35 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2017-04-27 18:20:34 +00:00
|
|
|
|
Thu Apr 27 18:20:04 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Fix license.
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-04-25 21:59:35 +00:00
|
|
|
|
Tue Apr 25 21:59:02 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Add Provides/Obsoletes py-bcrypt.
|
|
|
|
|
|
This package is intended as a drop-in replacement for py-bcrypt
|
|
|
|
|
|
|
2017-04-24 13:36:05 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Apr 17 08:41:04 UTC 2017 - axel.braun@gmx.de
|
|
|
|
|
|
|
|
|
|
|
|
- changes for singlespec
|
|
|
|
|
|
|
2016-10-05 11:57:59 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Wed Oct 5 11:57:45 UTC 2016 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
|
|
- require the cffi version it was built against
|
|
|
|
|
|
|
2016-10-05 11:56:23 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Sep 29 20:53:41 UTC 2016 - mardnh@gmx.de
|
|
|
|
|
|
|
|
|
|
|
|
- Update to version 3.1.1
|
|
|
|
|
|
* Resolved a UserWarning when used with cffi 1.8.3.
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Sep 15 15:18:25 UTC 2016 - mardnh@gmx.de
|
|
|
|
|
|
|
|
|
|
|
|
- build with "-fno-strict-aliasing"
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun Sep 11 13:34:58 UTC 2016 - mardnh@gmx.de
|
|
|
|
|
|
|
|
|
|
|
|
- initial package, version 3.1.0
|
|
|
|
|
|
|