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 #2128

Merged
merged 50 commits into from Jan 12, 2024
Merged

Upgrade template #2128

merged 50 commits into from Jan 12, 2024

Commits on May 1, 2023

  1. bump docs dependencies

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

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

    * convert bash scripts to py
    pacrob committed May 1, 2023
    Copy the full SHA
    180777d View commit details
    Browse the repository at this point in the history
  4. Various template default updates (ethereum#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
    Copy the full SHA
    ffd6ad8 View commit details
    Browse the repository at this point in the history
  5. remove outdated sections of README (ethereum#76)

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

    * repin flake8, bump tox to >=4.0.0 as that's where whitelist was deprecated, misc updates
    pacrob committed May 1, 2023
    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 (ethereum#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
    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 (ethereu…

    …m#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
    Copy the full SHA
    3314247 View commit details
    Browse the repository at this point in the history
  9. Template updates post ssz and ethabi (ethereum#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
    Copy the full SHA
    484b6b5 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    28dbedc View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    da9b95f View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    cc24e7e View commit details
    Browse the repository at this point in the history
  13. Remove testall (ethereum#88)

    * remove testall because it doesnt work
    pacrob committed May 1, 2023
    Copy the full SHA
    1f5fc72 View commit details
    Browse the repository at this point in the history
  14. 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 ethereum#92 from pacrob/formatting-fixes

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

Commits on May 3, 2023

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

    …sion
    
    bump sphinx version and set py version rtd uses to 3.8
    pacrob committed May 3, 2023
    Copy the full SHA
    3b9f8c2 View commit details
    Browse the repository at this point in the history
  3. 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 ethereum#94 from pacrob/change-doc-to-docs

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

Commits on May 12, 2023

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

Commits on Jun 2, 2023

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

Commits on Jun 14, 2023

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

    Pre-release check for upstream configuration of remote
    reedsa committed Jun 14, 2023
    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
    Copy the full SHA
    8a57adf View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Oct 4, 2023

  1. Update .gitignore

    add `.build` to be ignored
    pacrob committed Oct 4, 2023
    Copy the full SHA
    2600556 View commit details
    Browse the repository at this point in the history
  2. Update .readthedocs.yml

    fix indent, add sphinx fail_on_warning
    pacrob committed Oct 4, 2023
    Copy the full SHA
    23d8fb5 View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    gitignore local vs-code settings
    pacrob committed Oct 4, 2023
    Copy the full SHA
    efcb97c View commit details
    Browse the repository at this point in the history
  4. Add pre commit (ethereum#103)

    * add pre-commit
    
    * run pre-commit
    
    * skip lint on README.md as it breaks template filling
    pacrob committed Oct 4, 2023
    Copy the full SHA
    7099bba View commit details
    Browse the repository at this point in the history
  5. Update pull_request_template.md

    fix linting broke template formatting
    pacrob committed Oct 4, 2023
    Copy the full SHA
    2ed5fba View commit details
    Browse the repository at this point in the history
  6. Update Makefile

    missing doublequote
    pacrob committed Oct 4, 2023
    Copy the full SHA
    0065691 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8242569 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. drop egg references

    pacrob committed Oct 11, 2023
    Copy the full SHA
    146a3a9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c3c29dd View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Copy the full SHA
    86440ee View commit details
    Browse the repository at this point in the history
  2. Update pyproject.toml

    Add description of pydocstyle D415 rule
    pacrob committed Oct 12, 2023
    Copy the full SHA
    662b35d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Update setup.py

    drop pytest-watch from dev dependencies
    pacrob committed Oct 26, 2023
    Copy the full SHA
    8d5d92d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Copy the full SHA
    885bef7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. update the grep command for upstream branch check

    - Sometimes 'www.' is used in the url for https
    fselmo committed Nov 7, 2023
    Copy the full SHA
    3c65483 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7f75b27 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d2a0901 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Copy the full SHA
    4d17820 View commit details
    Browse the repository at this point in the history
  2. Ignore all __pycache__ directories (ethereum#114)

    * Ignore all __pycache__ directories
    
    * Newsfragment
    
    * Revert Newsfragment
    reedsa committed Nov 27, 2023
    Copy the full SHA
    67c0fb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Copy the full SHA
    0b05938 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. add .bumpversion.cfg to pre-commit ignore

    Causes problems with releasing when pre-commit changes the file after bumpversion updates it
    pacrob committed Dec 1, 2023
    Copy the full SHA
    d1395aa View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Copy the full SHA
    621cd56 View commit details
    Browse the repository at this point in the history
  2. move pyupgrade before black

    pacrob committed Dec 13, 2023
    Copy the full SHA
    cb3f556 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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

Commits on Jan 12, 2024

  1. run lint and clean up __init__ files

    convert .format and % strings that pyupgrade can't do
    drop unnecessary deps, remove unnecessary upper pins
    remove pre-commit install from ci, it's handled by tox
    pacrob committed Jan 12, 2024
    Copy the full SHA
    87b9415 View commit details
    Browse the repository at this point in the history