Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:marec2000:cryptocoins:electrum
python-eth-typing
python-eth-typing.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-eth-typing.changes of Package python-eth-typing
------------------------------------------------------------------- Sat Oct 19 12:14:23 UTC 2024 - marec@detebe.org - Update to version 5.0.1: * Bump version: 5.0.0 → 5.0.1 * Compile release notes for v5.0.1 * bugfix: ABIEvent inputs should include indexed property ------------------------------------------------------------------- Thu Aug 15 06:19:23 UTC 2024 - marec@detebe.org - Update to version 5.0.0: * Bump version: 5.0.0-beta.3 → 5.0.0 * Compile release notes for v5.0.0 * use pre-commit to run mypy locally * Bump version: 5.0.0-beta.2 → 5.0.0-beta.3 * Compile release notes for v5.0.0-beta.3 * Remove old types from ``__all__`` (#88) * Change ``ABIFunctionInfo`` to ``ABIElementInfo`` (#85) * Bump version: 5.0.0-beta.1 → 5.0.0-beta.2 * Compile release notes for v5.0.0-beta.2 * Autodoc for `eth-typing` modules (#81) * Remove deprecated ABI types (#82) * remove types related to deprecated EthPM (#65) * Bump version: 4.3.1 → 5.0.0-beta.1 * Compile release notes for v5.0.0-beta.1 * Required types for ABI type definitions (#79) ------------------------------------------------------------------- Wed Jul 10 20:26:27 UTC 2024 - marec@detebe.org - Update to version 4.4.0: * Bump version: 4.3.1 → 4.4.0 * Compile release notes for v4.4.0 * ``v4`` Add ``ABIElementInfo`` to ``__init__.py`` (#87) * `v4` Deprecate ``ABIFunctionInfo`` in favor of ``ABIElementInfo`` (#86) ------------------------------------------------------------------- Tue Jun 18 17:13:48 UTC 2024 - marec@detebe.org - Update to version 4.3.1: * Bump version: 4.3.0 → 4.3.1 * Compile release notes for v4.3.1 * Newsfragment for #80 * bump typing_extensions requirement ------------------------------------------------------------------- Tue Jun 11 17:36:37 UTC 2024 - marec@detebe.org - Update to version 4.3.0: * Bump version: 4.2.3 → 4.3.0 * Compile release notes for v4.3.0 * Revert "Optional attributes for ABIComponent type #76" (#78) * Add new ABI types to `ABIFunctionInfo` typing (#77) * Warn about deprecated EthPM types (#67) * Optional attributes for `ABIComponent` type (#76) * Deprecation warnings for unused ABI types. (#74) * `ABIError` Type (#73) ------------------------------------------------------------------- Mon May 06 19:50:53 UTC 2024 - marec@detebe.org - Update to version 4.2.3: * Bump version: 4.2.2 → 4.2.3 * Compile release notes for v4.2.3 * Update `networks.json` (#72) ------------------------------------------------------------------- Tue Apr 30 10:39:38 UTC 2024 - marec@detebe.org - Update to version 4.2.2: * Bump version: 4.2.1 → 4.2.2 * Compile release notes for v4.2.2 * Update `ChainId` Types (#70) * ABI types improvements (#62) * fix docs ci ------------------------------------------------------------------- Wed Apr 17 20:00:56 UTC 2024 - marec@detebe.org - Update to version 4.2.1: * Bump version: 4.2.0 → 4.2.1 * Compile release notes for v4.2.1 * Patch to add EthPM types back (#64) ------------------------------------------------------------------- Tue Apr 16 18:31:49 UTC 2024 - marec@detebe.org - Update to version 4.2.0: * Bump version: 4.1.0 → 4.2.0 * Compile release notes for v4.2.0 * ABI types for utils (#61) * remove types related to deprecated EthPM * rename github templates yaml->yml ------------------------------------------------------------------- Tue Apr 02 09:38:54 UTC 2024 - marec@detebe.org - Update to version 4.1.0: * Bump version: 4.0.0 → 4.1.0 * Compile release notes for v4.1.0 * Rename config.yaml to config.yml * Add nightly CI run (#125) * update isort config and multi-platform grepping in Makefile * blocklint for linting project code for non-inclusive language (#122) * add blocklint to pre-commit linting * add validate-newsfragments to make notes * add docs build path for ci to check pdf and epub * update windows wheel ci jobs to use pyenv, add py312 job * add py312 support * Update tox.ini * Update config.yml * Update test_import_and_version.py * Update test_import_and_version.py * add version to import test * toml bools should be lowercase w/o quotes * move pyupgrade before black * add pyupgrade to pre-commit hooks ------------------------------------------------------------------- Wed Jan 10 18:18:47 UTC 2024 - marec@detebe.org - Update to version 4.0.0: * Bump version: 3.5.2 → 4.0.0 * Compile release notes for v4.0.0 * fix toml bools and add version test * move pyupgrade before black * run lint * add .bumpversion.cfg to pre-commit ignore * add formats key to RTD to make downloadable docs available * Ignore all __pycache__ directories (#114) * Further generalize the grep command for remote check * Use upcoming version in make notes commit * update the grep command for upstream branch check * condense tox lint envs as linting now a pre-commit call, not tox * Update setup.py * Update pyproject.toml * add autoflake to lint and move config to pyproject.toml * bump pre-commit to 4.5 and add github-flavored markdown linting extension * drop egg references * drop py37 support (#104) * Update Makefile * Update pull_request_template.md * Add pre commit (#103) * Update .gitignore * Update .readthedocs.yml * Update .gitignore * ignore flake8 F401 errors in __init__.py files * Update .gitignore * Update release command to check remote for upstream * Add tests to distribution by default (#97) * fix typos in ci config and Makefile * Update .gitignore spelling error * change references to doc to all be docs * bump sphinx version and set py version rtd uses to 3.8 * minor formatting updates, remove contributing docs * Remove testall (#88) * update tox calls to use run, update all pip calls to use python -m (#86) * introduce contributing doc + main branch convention (#84) * upgrade pip and remove --user from tox install during ci (#85) * Template updates post ssz and ethabi (#82) * apply template updates found following merge with eth-typing (#81) * template cleanup following initial merge with py-evm (#80) * repin flake8 and misc updates (#79) * remove outdated sections of README (#76) * Various template default updates (#74) * convert bash scripts to py (#77) * new github issue and pr templates (#75) * bump docs dependencies ------------------------------------------------------------------- Thu Nov 09 16:22:13 UTC 2023 - marec@detebe.org - Update to version 3.5.2: * Bump version: 3.5.1 → 3.5.2 * Compile release notes for v3.5.2 * Makefile updates related to template updates * Relevant newsfragment for #54 * Update network chain ids ------------------------------------------------------------------- Fri Oct 20 18:50:42 UTC 2023 - marec@detebe.org - Update to version 3.5.1: * Fix release notes for a 3.5.1 release * Bump version: 3.5.1 (Revert Bump version: 3.5.1 -> 3.5.2) (#53) * Bump version: 3.5.1 → 3.5.2 * Compile release notes * Fix setuptools to support __version__ (#52) * Bump version: 3.5.0 → 3.5.1 * Compile release notes * Add version to package init and fix towncrier * Script to Sync Network Constants (#51) ------------------------------------------------------------------- Fri Sep 29 18:09:44 UTC 2023 - marec@detebe.org - Update to version 3.5.0: * Bump version: 3.4.0 → 3.5.0 * Compile release notes * Fix links for ChainId enumerables docs * Upgrade template (#50) * Replace ChainID with ChainId * Improvements to verbiage * Newsfragment * Add network enums * add build.os to rtd config * Add typing_extensions dependency to keep support for py3.7 * Extend and more properly define typing for BlockIdentifier * Add tests to dist (#46) ------------------------------------------------------------------- Thu Jun 08 09:22:00 UTC 2023 - marec@detebe.org - Update to version 3.4.0: * Bump version: 3.3.0 → 3.4.0 * Compile release notes * Update the CI build dependency install to match template * Add "Cancun" fork to ``ForkName`` * fix newsfragment types and docs build error * add py11 windows wheel tests * add unix wheel tests * rename main docs file to match lib name * try removing docs/eth_typing.rst * add build to dev deps * run black * add newsfragments * run refill_template_vars script * template cleanup following initial merge with py-evm (#80) * repin flake8 and misc updates (#79) * remove outdated sections of README (#76) * Various template default updates (#74) * convert bash scripts to py (#77) * new github issue and pr templates (#75) * bump docs dependencies * bump docs dependencies, remove unused (#43) * Update isort CLI commands (#72) * Fix auto project template errors for MacOS (#71) * Do not invoke ``setup.py`` directly * Minor refactoring / cleanup * Add Python 3.11, add more black checks, remove upper pins (#69) * Fix a copy-paste mistake from #65 * A couple extra tweaks for black support * Upgrade isort to v5 for black support * Use updated tox command in CI (#67) * Misc Updates (#65) * Don't push .tox file to tar.gz release * Add a validate docs command (#64) * Upgrade towncrier to fix the duplicate title bug * Use updated CircleCI images * Use prune instead of recursive-exclude for venv* * Add breaking change type to newsfragment (#61) * Exclude huge and unnecessary venv*/ from dist * Show full explanation for pydocstyle failures * Update pytest to support python 3.10, pin pytest-xdist, bump eth-utils to >=2,<3 * Add python 3.10 support * Add python 3.9 support * Add python3.8 support * Fix the type annotations export, adding py.typed * Pin sphinx-rtd-theme to <v1 * Add supported OS's * Clean up IntelliJ .gitignore a bit * Add pip-wheel-metadata & .pytest_cache to ignore * Upgrade pydocstyle to v5 * Export type annotations to importing projects * update .gitignore * Be sure to remove py3 cache files * Add some Makefile doc strings * Customize section title, because default is bad * Latest mypy refuses package with file path * Update link to correct URL for release notes * Better error if bump missing in make notes/release * Update testing and lint deps * Update docs copyright to the year 2020 * Replace web3 reference with <MODULE_NAME> * Update MIT License to 2020 * Add MANIFEST.in file * Add internal type for release notes * Separate release-note build from release * Setup towncrier to generate release notes * Skip venv in template filler & print progress ------------------------------------------------------------------- Fri Mar 10 17:30:24 UTC 2023 - marec@detebe.org - Update to version 3.3.0: * Bump version: 3.2.0 → 3.3.0 * Compile release notes * Use the full ``[dev]`` install extra for core tests * Bump ``mypy`` version * Add py311-core circleci task * Add newsfragment for py311 support * Add support for python 3.11 * Tox-related updates; drop references to py35 and py36 * Add "Shanghai" to ``ForkName`` enum ------------------------------------------------------------------- Thu Sep 15 14:48:07 UTC 2022 - marec@detebe.org - Update to version 3.2.0: * Bump version: 3.1.0 → 3.2.0 * Compile release notes * Set the upper cap on Python version to 4.0 (#37) * bugfix: Merge -> Paris renaming for ForkName enum * Add ``Merge`` to ``ForkName`` enum ------------------------------------------------------------------- Fri Jun 24 06:47:31 UTC 2022 - marec@detebe.org - Update to version 3.1.0: * Bump version: 3.0.0 → 3.1.0 * Compile release notes * Correct the tox path (#33) * Update the circleci image (#32) * Break out a new make validate-docs command * Silence build-doc warning and run ``chmod -x validate_files.py`` * Add newsfragments for the latest changes * Updates to modernize ``towncrier`` inclusion PR * Initial commit adding ``towncrier`` to project * Use `__all__` in `__init__.py` * Add BLSPrivateKey to __init__.py * Add new type for BLS private key * Update Sphinx due to broken CI builds * Add GrayGlacier to ForkName enum ------------------------------------------------------------------- Tue Nov 16 18:09:12 UTC 2021 - marec@detebe.org - Update to version 3.0.0: * Bump version: 2.2.2 → 3.0.0 * Update Release notes for v3.0.0 * Bump pytest to >=6.2.5,<7 * Add python 3.10 support * Add python 3.9 support * Add python 3.8 support * Drop support for python 3.5 * Add Berlin, London, and ArrowGlacier to ForkName enum ------------------------------------------------------------------- Thu Sep 03 08:38:51 UTC 2020 - marec@detebe.org - Update to version 2.2.2: * Bump version: 2.2.1 → 2.2.2 * fix linting * Add NodeID type ------------------------------------------------------------------- Fri Nov 22 17:51:11 UTC 2019 - marec@detebe.org - Update to version 2.2.1: * Bump version: 2.2.0 → 2.2.1 * Update HexAddress type in docs * Update HexAddres type from str to HexStr * Fill in template variables * Make description look nice on pypi * Add vim .swo files and .mypy_cache to .gitignore * switch to native pypy markdown support * Add mypy support * Update default author email * Remove travis config * Remove attribution to specific person * Add docstring checking with pydocstyle * Drop py3.5, add py3.7 * Add changelog instructions * Ignore any internal `_utils` module ------------------------------------------------------------------- Thu Oct 31 18:16:21 UTC 2019 - marec@detebe.org - Update to version 2.2.0: * Bump version: 2.1.0 → 2.2.0 * Update release notes * Add `ConstantinopleFix` and `Istanbul` to ForkName * Upgrade pytest version * Add mypy checking to CI ------------------------------------------------------------------- Tue Mar 5 18:06:47 UTC 2019 - marec <marec@detebe.org> - Update to version 2.1.0: * Bump version: 2.0.0 → 2.1.0 * upgrade pytest to pass ci and stay compatible to trinity * Add BLS types * Bump version: 1.3.0 → 2.0.0 * Enable discovery of type hints as per PEP561 * Include MANIFEST.in * Add manifest to ethpm types * Bump version: 1.2.0 → 1.3.0 * Bump version: 1.1.0-0.1 → 1.2.0 * Bump version: 1.1.0 → 1.1.0-0.1 ------------------------------------------------------------------- Fri Sep 14 18:36:53 UTC 2018 - marec@detebe.org - Update to version 2.0.0: * Bump version: 1.3.0 → 2.0.0 * Enable discovery of type hints as per PEP561 * Include MANIFEST.in * Add manifest to ethpm types * Bump version: 1.2.0 → 1.3.0 * Bump version: 1.1.0-0.1 → 1.2.0 * Bump version: 1.1.0 → 1.1.0-0.1 * Bump version: 1.0.0 → 1.1.0 * lint * Re-organize and add BlockIdentifier ------------------------------------------------------------------- Mon Aug 27 16:26:07 UTC 2018 - marec@detebe.org - Update to version 1.3.0: * Bump version: 1.2.0 → 1.3.0 * Bump version: 1.1.0-0.1 → 1.2.0 * Bump version: 1.1.0 → 1.1.0-0.1 * Bump version: 1.0.0 → 1.1.0 * lint * Re-organize and add BlockIdentifier * Write documentation for misc types * Add more types from eth-utils * trigger build ------------------------------------------------------------------- Mon Aug 27 10:52:34 UTC 2018 - marec@detebe.org - initial package build
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor