CVS log for pkgsrc/finance/py-eth-keys/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / finance / py-eth-keys
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 18 11:59:37 2025 UTC (11 days, 16 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
py-eth-keys: updated to 0.7.0
eth-keys v0.7.0 (2025-04-07)
Breaking Changes
Move tools folder into tests as that's the only place it's used.
Drops support for coincurve<=16, adds support for coincurve==21.
Bugfixes
Modulo reduce the message digest before passing it to the HMAC function
Makes PrivateKey.public_key explicitly an instance member instead of looking like it's a class member.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Feb 5 20:49:27 2025 UTC (2 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -4
lines
py-eth-keys: updated to 0.6.1
eth-keys v0.6.1 (2025-01-14)
Features
Merge template, adding py313 and coincurve v20 support, replace bumpversion with bump-my-version.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:32 2024 UTC (5 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 26 16:48:14 2024 UTC (12 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -3
lines
py-eth-keys: updated to 0.5.1
eth-keys v0.5.1 (2024-04-23)
Internal Changes - for eth-keys Contributors
Merge template updates, notably adding python 3.12 support. Fix docs CI build.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jan 11 10:11:09 2024 UTC (15 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -3
lines
py-eth-keys: updated to 0.5.0
eth-keys v0.5.0 (2024-01-10)
Breaking Changes
Drop python 3.6 and 3.7 support
Features
Add python 3.11 support
Internal Changes - for eth-keys Contributors
Merge template updates, notably using pre-commit for linting and change the name of the master branch to main
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jun 8 10:31:23 2023 UTC (22 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
py-eth-keys: allow Python 3.11
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 14 14:34:49 2022 UTC (2 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
py-pysha3: mark as not for python 3.11
This was only ever intended for python < 3.6, but we do have some
users in pkgsrc on newer python versions.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 12 07:31:17 2022 UTC (2 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -5
lines
py-eth-keys: updated to 0.4.0
v0.4.0
------
- Remove support for python 3.5
- Add support for python 3.9 and 3.10
- Updated eth-utils and eth-typing version requirements
- Raise BadSignature error if ecrecover returns a point at infinity
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:53 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 8 07:00:56 2021 UTC (4 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
py-eth-keys: added version 0.3.3
A common API for Ethereum key operations with pluggable backends.
CVSweb <webmaster@jp.NetBSD.org>