forked from pool/python-bcrypt
a16ee67a83
* 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=16
87 lines
2.9 KiB
Plaintext
87 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 29 10:30:02 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Raise pytest requirement based on setup.py
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Don't provide python2-py-bcrypt, singlespec packages should use
|
|
correct name.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 30 09:33:56 UTC 2017 - jengelh@inai.de
|
|
|
|
- Say which crypt methods this module actually supports.
|
|
|
|
-------------------------------------------------------------------
|
|
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."
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 27 18:20:04 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Fix license.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 17 08:41:04 UTC 2017 - axel.braun@gmx.de
|
|
|
|
- changes for singlespec
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 5 11:57:45 UTC 2016 - dmueller@suse.com
|
|
|
|
- require the cffi version it was built against
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|