Commit Graph

135 Commits

Author SHA1 Message Date
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
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
ea7038bd26 Update link to correct URL for release notes 2020-09-01 11:29:19 -07: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
582e9aa475 Merge pull request #44 from ethereum/templatize-module-name-in-docs
Replace web3 reference with <MODULE_NAME>
2020-02-03 14:09:21 -08:00
6d75c9aa8d Update docs copyright to the year 2020 2020-01-24 11:28:54 -08:00
e6e69625bb Replace web3 reference with <MODULE_NAME>
Some hard-coded references to web3.py slipped through. Clearly this user path is not tested very often. In eth-abi, it still said EthereumAlarmClock X)
2020-01-24 11:21:24 -08:00
c8f686f077 Update MIT License to 2020 2020-01-24 11:07:11 -08:00
6dd194ce95 Merge pull request #43 from ethereum/manifest-in
Add MANIFEST.in file
2019-12-13 17:48:10 +01:00
4ab4a01a36 Add MANIFEST.in file 2019-12-12 13:21:22 +01:00
df429d259c Merge pull request #27 from ethereum/template-filler-venv
Skip venv in template filler & print progress
2019-11-27 15:31:30 -08:00
89363b2d9b Add internal type for release notes 2019-11-25 21:44:29 +01:00
07eecb5c69 Separate release-note build from release 2019-11-25 21:44:29 +01:00
02fe35663c Setup towncrier to generate release notes 2019-11-25 21:44:29 +01:00
a6f6078814 Add vim .swo files and .mypy_cache to .gitignore 2019-06-03 12:22:46 -07:00
dc9f04c18f Skip venv in template filler & print progress 2019-05-03 14:45:55 -07:00