14
0
forked from pool/python-spake2

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spake2?expand=0&rev=10
This commit is contained in:
2024-11-11 21:06:27 +00:00
committed by Git OBS Bridge
parent 920d50efc7
commit 9fa6482193
5 changed files with 19 additions and 31 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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>