Commit Graph

1764 Commits

Author SHA1 Message Date
81a472005c chore: Update .github/workflows/stale.yml [skip ci] 2022-09-19 13:41:41 +00:00
24c805c90d Merge pull request #66 from carver/remove-tox-from-release
Don't push .tox file to tar.gz release
2022-09-01 15:02:35 -07:00
007725e84d Don't push .tox file to tar.gz release
It can get big with installed libraries. On a relatively small release
of eth-portal, this one change cut the .tar.gz release size from 574Kb
to 14Kb.
2022-08-31 14:33:08 -07:00
160c0feb05 Add a validate docs command (#64) 2022-06-22 13:55:56 -06:00
7fd5078070 Merge pull request #63 from carver/towncrier-upgrade
Upgrade towncrier to fix the duplicate title bug
2022-06-03 10:56:17 -07:00
0144dd9e2f Merge pull request #60 from ethereum/exclude-venv-from-dist
Exclude huge and unnecessary venv*/ from dist
2022-06-03 10:54:39 -07:00
cb112ef9c1 Upgrade towncrier to fix the duplicate title bug 2022-06-02 15:36:24 -07:00
4533bf6804 Merge pull request #62 from ethereum/circleci-image-update
Use updated CircleCI images
2022-06-02 15:11:32 -07:00
5e10046759 Use updated CircleCI images
See https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034
2022-06-01 13:05:34 -07:00
e2e1f9d079 Use prune instead of recursive-exclude for venv*
Frankly not sure why recursive-exclude doesn't work here, but prune does, and that's good enough for me now. It's also probably preferable to only exclude venv* at the root, anyway.
2022-05-26 14:01:42 -07:00
2e22e2d0b6 Add breaking change type to newsfragment (#61)
* Add breaking change type to newsfragment

* Move breaking-change -> breaking
2022-05-20 14:12:01 -06:00
c4f23a4326 Merge pull request #59 from ethereum/pydocstyle-explain
Show full explanation for pydocstyle failures
2022-05-20 12:54:00 -07:00
d3a5a3e9e5 Exclude huge and unnecessary venv*/ from dist
See an example issue here:
https://github.com/ethereum/eth-account/issues/150
2022-05-20 10:18:36 -07:00
c6f13bfd94 Show full explanation for pydocstyle failures 2022-05-18 12:19:24 -07:00
b88fcf3c0b Merge pull request #58 from kclowes/update-template
Update template
2021-11-22 15:39:34 -07:00
0649062150 Update pytest to support python 3.10, pin pytest-xdist, bump eth-utils to >=2,<3 2021-11-19 13:51:55 -07:00
d21d58250b Add python 3.10 support 2021-11-19 13:48:19 -07:00
fcb5577fa1 Add python 3.9 support 2021-11-19 13:43:36 -07:00
765b2e4414 Add python3.8 support 2021-11-19 13:43:20 -07:00
d2c2a5f933 Merge pull request #431 from wolfgang/patch-1
Don't hash data passed to nacl library in Ed25519PublicKey.verify
2021-03-17 15:45:46 +08:00
0a9f8d23a3 Update ed25519.py
Don't hash data passed to nacl library in Ed25519PublicKey.verify
2021-03-16 08:55:44 +01:00
2efc072ad9 Merge pull request #425 from MohamedAlFahim/patch-1
Fix broken release notes link
2021-02-25 13:13:59 +08:00
55e6ed6e6c Merge pull request #426 from McSinyx/trio-lowlevel
Use trio.lowlevel instead of trio.hazmat
2021-02-25 13:11:35 +08:00
080f8edc8e Use trio.lowlevel instead of trio.hazmat
Since trio 0.15.0, hazmat has been deprecated.

trio-typing and mypy are bumped to support newer trio and each other.
2021-02-23 22:02:34 +07:00
080794077d Merge pull request #55 from carver/type-export-bugfix
Fix the type annotations export, adding py.typed
2021-01-21 11:39:13 -08:00
1410bcb220 Fix the type annotations export, adding py.typed
Fixes https://github.com/ethereum/ethereum-python-project-template/issues/30
2021-01-21 11:36:07 -08:00
cbfedb60e0 Merge pull request #54 from carver/multifix
A bunch of little patches
2021-01-20 11:27:20 -08:00
8206797b01 Merge pull request #53 from ethereum/export-type-annotations
Export type annotations to importing projects
2021-01-20 11:26:26 -08:00
b7baeca0cd Pin sphinx-rtd-theme to <v1
Fixes https://github.com/ethereum/ethereum-python-project-template/issues/36
2021-01-19 16:15:22 -08:00
8c7f30b0b7 Add supported OS's
Fixes https://github.com/ethereum/ethereum-python-project-template/issues/37
2021-01-19 16:14:16 -08:00
f4f5c051f5 Clean up IntelliJ .gitignore a bit 2021-01-19 15:55:52 -08:00
9d0cbd4a9f Add pip-wheel-metadata & .pytest_cache to ignore
Fixes https://github.com/ethereum/ethereum-python-project-template/issues/51
2021-01-19 15:55:09 -08:00
8434801bfc Upgrade pydocstyle to v5
Fixes https://github.com/ethereum/ethereum-python-project-template/issues/52
2021-01-19 15:45:26 -08:00
f962541b66 Export type annotations to importing projects 2021-01-19 15:30:31 -08:00
3a0fcae1b9 Merge pull request #50 from tmckenzie51/tiffany/gitignore-additions
Add IDE filenames to .gitignore
2021-01-19 10:49:20 -08:00
57f829250d update .gitignore 2020-12-07 11:18:39 -05:00
7077fea598 Merge pull request #49 from carver/sanding-rough-edges
Collection of updates
2020-10-05 10:27:34 -07:00
4d0358f67b Be sure to remove py3 cache files 2020-09-24 08:59:09 -07:00
be1c324204 Add some Makefile doc strings 2020-09-24 08:58:58 -07:00
27d0c7f0e5 Customize section title, because default is bad
It has weird capitalization rules, in particular.
2020-09-24 08:47:17 -07:00
57b2826855 Merge pull request #48 from ethereum/mypy-package-name-fix
Latest mypy refuses package with file path
2020-09-02 21:17:51 -07:00
d74a5e2bd8 Latest mypy refuses package with file path 2020-09-02 15:54:34 -07:00
12786f4e26 Merge pull request #424 from g-r-a-n-t/master
Interop tests updated and fixed.
2020-09-01 19:51:21 -06:00
ea7038bd26 Update link to correct URL for release notes 2020-09-01 11:29:19 -07:00
69ffaa08d7 Fix broken release notes link 2020-08-27 01:01:45 +00:00
36a4a9150d Interop tests updated and fixed. 2020-08-25 15:59:22 -06:00
54c02fe71c Merge pull request #47 from carver/bump-missing-error
Better error if bump missing in make notes/release
2020-05-12 08:32:05 -07:00
c447735449 Better error if bump missing in make notes/release 2020-05-11 13:55:17 -07:00
e38d2349dd Merge pull request #46 from pipermerriam/piper/update-testing-and-lint-deps
Update testing and lint deps
2020-04-23 09:31:27 -06:00
4195de3142 Update testing and lint deps 2020-04-23 09:13:32 -06:00