summaryrefslogtreecommitdiff
path: root/finance/py-eth-typing
AgeCommit message (Collapse)AuthorFilesLines
2022-09-29py-eth-typing: updated to 3.2.0adam2-6/+6
v3.2.0 Features Add Merge to ForkName enum Bugfixes Pin Python version to <4 instead of <3.11 Rename Merge to Paris in ForkNameEnum
2022-07-12py-eth-typing: updated to 3.1.0adam2-7/+6
v3.1.0 (2022-06-22) Features Setup towncrier to generate release notes from fragment files to ensure a higher standard for release notes. Add new BLSPrivateKey type for BLS private key Add __all__ property to __init__.py with appropriate types to explicitly export Add GrayGlacier to ForkName enum v3.0.0 (2021-11-15) Update ForkName enum to include Berlin, London, and ArrowGlacier Update Python support to include python 3.8-3.10 Remove Python 3.5 support
2022-01-14*: remove workaround patches for python 3.6wiz2-24/+1
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-2/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26finance: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07finance: Remove SHA1 hashes for distfilesnia1-2/+1
2021-02-15(finance/py-eth-typing) build fix for py36 (others were OK)mef2-1/+24
py36 flags as follows: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2071: ordinal not in range(128)
2021-02-07py-eth-typing: PLIST fix; bump revisionadam2-3/+3
2021-02-07py-eth-typing: use PyPI; clean upadam2-30/+8
2020-11-25Add PYTHON_VERSIONS_INCOMPATIBLE to packages that fail with 3.6.nia1-1/+3
2020-10-08py-bump2version: use in place of py-bumpversionkhorben1-3/+4
Bumps PKGREVISION in affected packages.
2020-09-29py-eth-typing: Try to fix dependencies.jperkin1-1/+3
2020-09-28py-eth-typing: import version 2.2.2khorben4-0/+74
Common type annotations for ethereum python packages.