CVS log for pkgsrc/security/py-spake2/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / security / py-spake2
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Apr 14 05:17:12 2025 UTC (2 weeks, 2 days ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2
lines
Fix PLIST after py-setuptools update; bump depends and revision
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:56 2024 UTC (5 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Oct 22 12:40:47 2024 UTC (6 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -6
lines
py-spake2: updated to 0.9
Release 0.9 (24-Sep-2024)
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.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 5 10:59:32 2023 UTC (17 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -8
lines
py-spake2: convert to wheel.mk
Mark as not for Python 2
Bump PKGREVISION.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 25 10:17:47 2023 UTC (18 months ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
py-spake2: fix build with Python 3.12.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:44 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jul 3 21:02:54 2021 UTC (3 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -1
lines
py-spake2: add do-test target
From Matthias Ferdinand.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 23 21:07:29 2021 UTC (3 years, 10 months ago) by wiz
Branches: MAIN
security/py-spake2: import py-spake2-0.8
Packaged for wip by Matthias Ferdinand.
This library implements the SPAKE2 password-authenticated key exchange
("PAKE") algorithm. This allows two parties, who share a weak password,
to safely derive a strong shared secret (and therefore build an
encrypted+authenticated channel).
CVSweb <webmaster@jp.NetBSD.org>