-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial attempt to update cut-release and generate checksums for scripts
- Loading branch information
Showing
6 changed files
with
168 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
pre-commit | ||
python-tools-scripts >= 0.18.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile requirements/release.in | ||
# | ||
annotated-types==0.7.0 | ||
# via pydantic | ||
attrs==24.2.0 | ||
# via python-tools-scripts | ||
certifi==2024.8.30 | ||
# via requests | ||
cfgv==3.4.0 | ||
# via pre-commit | ||
charset-normalizer==3.4.0 | ||
# via requests | ||
distlib==0.3.9 | ||
# via virtualenv | ||
filelock==3.16.1 | ||
# via | ||
# python-tools-scripts | ||
# virtualenv | ||
identify==2.6.3 | ||
# via pre-commit | ||
idna==3.10 | ||
# via requests | ||
markdown-it-py==3.0.0 | ||
# via rich | ||
mdurl==0.1.2 | ||
# via markdown-it-py | ||
nodeenv==1.9.1 | ||
# via pre-commit | ||
platformdirs==4.3.6 | ||
# via virtualenv | ||
pre-commit==4.0.1 | ||
# via -r requirements/release.in | ||
pydantic==2.10.3 | ||
# via python-tools-scripts | ||
pydantic-core==2.27.1 | ||
# via pydantic | ||
pygments==2.18.0 | ||
# via rich | ||
python-tools-scripts==0.20.5 | ||
# via -r requirements/release.in | ||
pyyaml==6.0.2 | ||
# via pre-commit | ||
requests==2.32.3 | ||
# via python-tools-scripts | ||
rich==13.9.4 | ||
# via python-tools-scripts | ||
typing-extensions==4.12.2 | ||
# via | ||
# pydantic | ||
# pydantic-core | ||
# python-tools-scripts | ||
# rich | ||
urllib3==2.2.3 | ||
# via requests | ||
virtualenv==20.28.0 | ||
# via pre-commit |