./finance/py-eth-typing, Common type annotations for ethereum python packages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.4.0, Package name: py310-eth-typing-3.4.0, Maintainer: khorben

Common type annotations for ethereum python packages.


Master sites:

Filesize: 5.32 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-08 12:16:55 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-eth-typing: updated to 3.4.0

eth-typing v3.4.0 (2023-06-07)

Improved Documentation

pull in ethereum-python-project-template updates

Features

Add Cancun to ForkName enum.

Internal Changes - for eth-typing Contributors

remove unused docs deps, bump version of remaining
pull in ethereum-python-project-template updates
For CircleCI builds, update pip and pip install tox under sys instead of --user \ 
to avoid virtualenv versioning issues.

v3.3.0 (2023-03-08)

Features

Add Shanghai to ForkName enum.
Add support for python 3.11.

Internal Changes - for eth-typing Contributors

tox related updates for make docs to work properly. Remove some old references \ 
to python 3.5 and 3.6.
Bump mypy version to 0.910 to avoid issues installing the "[dev]" \ 
extra on Python 3.10. Update test suite to require installing the full \ 
dependency suite to help catch these errors.
   2022-09-29 21:41:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-eth-typing: updated to 3.2.0

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-12 09:26:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-eth-typing: updated to 3.1.0

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 12:49:45 by Thomas Klausner | Files touched by this commit (34)
Log message:
*: remove workaround patches for python 3.6
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:26:13 by Nia Alarie | Files touched by this commit (119)
Log message:
finance: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:54:03 by Nia Alarie | Files touched by this commit (119)
Log message:
finance: Remove SHA1 hashes for distfiles
   2021-02-15 16:14:56 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(finance/py-eth-typing) build fix for py36 (others were OK)

py36 flags as follows:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2071: \ 
ordinal not in range(128)