Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade template #50

Merged
merged 32 commits into from Sep 28, 2023
Merged

Upgrade template #50

merged 32 commits into from Sep 28, 2023

Commits on May 1, 2023

  1. bump docs dependencies

    pacrob committed May 1, 2023
    Configuration menu
    Copy the full SHA
    fe19f5a View commit details
    Browse the repository at this point in the history
  2. new github issue and pr templates (#75)

    * new issue and pr templates
    pacrob committed May 1, 2023
    Configuration menu
    Copy the full SHA
    89e5d8e View commit details
    Browse the repository at this point in the history
  3. convert bash scripts to py (#77)

    * convert bash scripts to py
    pacrob committed May 1, 2023
    Configuration menu
    Copy the full SHA
    180777d View commit details
    Browse the repository at this point in the history
  4. Various template default updates (#74)

    * bump versions in dependencies and ci builds
    
    * move tox to [dev] per issue ethereum#34
    
    * move RTD deps pointer into .readthedocs.yml
    
    * unpin flake8 add flake8-bugbear to lint deps
    pacrob committed May 1, 2023
    Configuration menu
    Copy the full SHA
    ffd6ad8 View commit details
    Browse the repository at this point in the history
  5. remove outdated sections of README (#76)

    * remove gitter, testing setup, and pandoc sections, add quotes to dev install
    pacrob committed May 1, 2023
    Configuration menu
    Copy the full SHA
    91d93ef View commit details
    Browse the repository at this point in the history
  6. repin flake8 and misc updates (#79)

    * repin flake8, bump tox to >=4.0.0 as that's where whitelist was deprecated, misc updates
    pacrob committed May 1, 2023
    Configuration menu
    Copy the full SHA
    68d37fa View commit details
    Browse the repository at this point in the history
  7. template cleanup following initial merge with py-evm (#80)

    * template cleanup following initial merge with py-evm
    
    * add flake8 pin comment
    
    * correct license years
    
    * add pin note to mypy
    pacrob committed May 1, 2023
    Configuration menu
    Copy the full SHA
    431db89 View commit details
    Browse the repository at this point in the history
  8. apply template updates found following merge with eth-typing (#81)

    * apply template updates found following merge with eth-typing
    
    * add build as a dev dependency
    
    * remove timeout from pytest.ini, it doesn't do anything without pytest-timeout as a dep
    pacrob committed May 1, 2023
    Configuration menu
    Copy the full SHA
    3314247 View commit details
    Browse the repository at this point in the history
  9. Template updates post ssz and ethabi (#82)

    * add updates found when merging template with py-ssz and eth-abi
    
    * add wheel and wheel-windows to ci and reorg
    pacrob committed May 1, 2023
    Configuration menu
    Copy the full SHA
    484b6b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    28dbedc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da9b95f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc24e7e View commit details
    Browse the repository at this point in the history
  13. Remove testall (#88)

    * remove testall because it doesnt work
    pacrob committed May 1, 2023
    Configuration menu
    Copy the full SHA
    1f5fc72 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2a1c8f8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Merge pull request #92 from pacrob/formatting-fixes

    minor formatting updates, remove additional docs to separate pr
    pacrob committed May 2, 2023
    Configuration menu
    Copy the full SHA
    f69bc74 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    f802bd0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93 from pacrob/bump-sphinx-and-rtd-py-version

    bump sphinx version and set py version rtd uses to 3.8
    pacrob committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3b9f8c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23a192f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Merge pull request #94 from pacrob/change-doc-to-docs

    change references to doc to all be docs
    pacrob committed May 11, 2023
    Configuration menu
    Copy the full SHA
    a5153fe View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    86b5d52 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    42be4de View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    024f9db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37841d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #99 from ethereum/release-check-upstream

    Pre-release check for upstream configuration of remote
    reedsa committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fca6a3f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Update .gitignore

    add `.venv*` to .gitignore
    pacrob committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8a57adf View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    4245675 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    b7e94a5 View commit details
    Browse the repository at this point in the history
  2. Reverts

    reedsa committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    2970775 View commit details
    Browse the repository at this point in the history
  3. Drop python 3.7

    reedsa committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b472574 View commit details
    Browse the repository at this point in the history
  4. Sphinx 5 -> 6

    reedsa committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f7e79eb View commit details
    Browse the repository at this point in the history
  5. Revert dropping py37

    reedsa committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    2715a52 View commit details
    Browse the repository at this point in the history
  6. Newsfragment

    reedsa committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    665afe9 View commit details
    Browse the repository at this point in the history