The NetBSD Project

CVS log for pkgsrc/finance/py-eth-utils/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / finance / py-eth-utils

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:33 2024 UTC (2 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -2 lines
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu May 23 11:50:30 2024 UTC (7 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
py-eth-utils: updated to 4.1.1

eth-utils v4.1.1 (2024-05-06)

Features

Update networks for latest changes and testnets.

Internal Changes - for eth-utils Contributors

Merge template updates, fixing docs CI and setting nightly CI runs for all testing
Updated eth_networks.json with latest networks.
No warning for outdated networks.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Apr 12 11:30:56 2024 UTC (9 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
py-eth-utils: updated to 4.1.0

eth-utils v4.1.0 (2024-04-01)

Internal Changes - for eth-utils Contributors

Upgrades from the template with support for Python 3.12 and linting with blocklint.
Remove cached_property dependency, as it was only for <=py37

eth-utils v4.0.0 (2024-02-22)

Breaking Changes

Web3.is_address now returns True for non-checksummed addresses.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jan 11 10:04:32 2024 UTC (12 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
py-eth-utils: updated to 3.0.0

eth-utils v3.0.0 (2024-01-10)

Breaking Changes

Drop python 3.7 support

Internal Changes - for eth-utils Contributors

Merge updates from the project template, notably: use pre-commit for linting and change the name of the master branch to main
Correct booleans in pyproject.toml and add test for the presence of the eth_utils.__version__ attribute

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Nov 10 19:07:15 2023 UTC (14 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -1 lines
py-eth-utils: needs TOOL_DEPENDS

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Nov 10 19:01:33 2023 UTC (14 months, 1 week ago) by adam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -4 lines
py-eth-utils: updated to 2.3.1

eth-utils v2.3.1 (2023-11-07)

Bugfixes

Some users were experiencing encoding issues when parsing the networks json. Use UTF-8 explicitly.

Internal Changes - for eth-utils Contributors

Fix and add new test cases for invalid Network chain_id values.


eth-utils v2.3.0 (2023-10-20)

Features

Add Network utility methods to utilize network metadata for a given ChainId.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jun 8 10:26:04 2023 UTC (19 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -6 lines
py-eth-utils: updated to 2.1.1

eth-utils v2.1.1 (2023-06-07)

Internal Changes - for eth-utils Contributors

Add currency tests with float ether inputs.
remove unused docs deps, bump version of remaining
merge updates from the python project template

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 12 09:43:04 2022 UTC (2 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
py-eth-utils: updated to 2.1.0

eth-utils v2.1.0 (2022-11-17)

Features

Allow a wider eth-hash dependency range

Performance improvements

Performance improvement of up to 65% on is_0x_prefixed

Improved Documentation

Fix typo in documentation: hexidecimal -> hexadecimal

Internal Changes - for eth-utils Contributors

Update use of @cached_property for debug2 logging.

Breaking changes

Remove support for Python 3.6, add Python 3.11, misc dev internal updates

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 14 14:34:49 2022 UTC (2 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +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.7: download - view: text, markup, annotated - select for diffs
Tue Jul 12 07:27:18 2022 UTC (2 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -5 lines
py-eth-utils: updated to 2.0.0

Eth_Utils 2.0.0 (2021-11-18)

Features

Upgrade eth-typing to v3.0+, Add support for python 3.9 and 3.10 Remove support for python 3.5

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:53 2022 UTC (3 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Feb 7 20:01:35 2021 UTC (3 years, 11 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
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +11 -28 lines
py-eth-utils: updated to 1.10.0

eth-utils v1.10.0

Bugfixes

When a TypeError or ValueError is raised during :meth:`~eth_utils.applicators.apply_formatters_to_dict`, eth_utils appends some useful contextual information. It was trying to re-create the old exception, but that sometimes fails, like with a :class:`JSONDecodeError`, which expects more arguments in the constructor. So now we raise a basic TypeError or ValueError.
Update the type signature of :meth:`~eth_utils.address.to_canonical_address`, :meth:`~eth_utils.address.to_checksum_address`, and :meth:`~eth_utils.address.to_normalized_address` to allow bytes-typed address input.

Performance improvements

Significant speedup of :meth:`~eth_utils.hexadecimal.is_hex` and :meth:`~eth_utils.hexadecimal.is_hexstr`.
Significant speedup of :meth:`~eth_utils.address.is_address`. Running a test that abi-encodes an array of 10 addresses was about 67% faster.

Internal Changes - for eth-utils Contributors

Upgrade eth-hash to v0.3.1, to use its exported type annotations instead of casting the results.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 25 11:13:19 2020 UTC (4 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Add PYTHON_VERSIONS_INCOMPATIBLE to packages that fail with 3.6.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Oct 8 19:09:05 2020 UTC (4 years, 3 months ago) by khorben
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3 lines
py-bump2version: use in place of py-bumpversion

Bumps PKGREVISION in affected packages.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 29 19:37:33 2020 UTC (4 years, 3 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
py-eth-utils: Try to fix dependencies.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 29 00:05:36 2020 UTC (4 years, 3 months ago) by khorben
Branches: MAIN
py-eth-utils: import version 1.9.5

Common utility functions for codebases which interact with ethereum.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>