-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**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
Showing
3 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: ~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|