Skip to content

Commit

Permalink
python-spake2: Update to 0.9
Browse files Browse the repository at this point in the history
**Changelog:**
- 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)

Signed-off-by: Algent Albrahimi <[email protected]>
  • Loading branch information
algent-al committed Nov 24, 2024
1 parent 6ec1b66 commit c8a33f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/py/python-spake2/monitoring.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
releases:
id: 19872
rss: https://github.com/warner/python-spake2/tags.atom
# Last checked: 20240312
# Last checked: 2024-11-24
security:
cpe: ~
6 changes: 3 additions & 3 deletions packages/py/python-spake2/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : python-spake2
version : '0.8'
release : 7
version : '0.9'
release : 8
source :
- https://files.pythonhosted.org/packages/source/s/spake2/spake2-0.8.tar.gz : c17a614b29ee4126206e22181f70a406c618d3c6c62ca6d6779bce95e9c926f4
- https://files.pythonhosted.org/packages/source/s/spake2/spake2-0.9.tar.gz : 421fc4a8d5ac395af7af0206ffd9e6cdf188c105cb1b883d9d683312bb5a9334
homepage : https://github.com/warner/python-spake2
license : MIT
component : programming.python
Expand Down
18 changes: 8 additions & 10 deletions packages/py/python-spake2/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,18 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2-0.8-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2-0.8-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2-0.8-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2-0.8-py3.11.egg-info/requires.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2-0.8-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2-0.9-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2-0.9-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2-0.9-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2-0.9-py3.11.egg-info/requires.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2-0.9-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/__pycache__/__init__.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/__pycache__/_version.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/__pycache__/ed25519_basic.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/__pycache__/ed25519_group.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/__pycache__/groups.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/__pycache__/params.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/__pycache__/six.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/__pycache__/spake2.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/__pycache__/util.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/_version.py</Path>
Expand All @@ -52,7 +51,6 @@
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/parameters/i2048.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/parameters/i3072.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/params.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/six.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/spake2.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/test/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/spake2/test/__pycache__/__init__.cpython-311.pyc</Path>
Expand All @@ -72,9 +70,9 @@
</Files>
</Package>
<History>
<Update release="7">
<Date>2024-03-12</Date>
<Version>0.8</Version>
<Update release="8">
<Date>2024-11-24</Date>
<Version>0.9</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit c8a33f2

Please sign in to comment.