forked from pool/python-spake2
* This release mainly deals with packaging simplifications: two dependencies ("six" and "hkdf") are removed. * The "cryptography" library takes the place of "hkdf" for key derivation. * There is no longer a vendored version of "six" (nor internal use of it, thanks a-dieste). * The "versioneer" library is updated to 0.29. - drop support-python-312.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spake2?expand=0&rev=10
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Nov 11 21:05:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.9:
|
|
* This release mainly deals with packaging simplifications: two
|
|
dependencies ("six" and "hkdf") are removed.
|
|
* The "cryptography" library takes the place of "hkdf" for key
|
|
derivation.
|
|
* There is no longer a vendored version of "six" (nor internal
|
|
use of it, thanks a-dieste).
|
|
* The "versioneer" library is updated to 0.29.
|
|
- drop support-python-312.patch (upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 01:20:49 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch support-python-312.patch:
|
|
* Support Python 3.12 changes.
|
|
- Switch to pyproject and autosetup macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 19 11:12:39 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- Fix missing dep on hkdf
|
|
- enable tests
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:54:31 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 2 22:01:11 UTC 2018 - avvissu@yandex.by
|
|
|
|
- Initial package
|
|
|