Skip to content

Commit

Permalink
Update basic_submit.py fix docstring (#365)
Browse files Browse the repository at this point in the history
* Update basic_submit.py fix docstring

* <bot> update setup.cfg

* <bot> update requirements-docs.txt

* <bot> update requirements-tests.txt

* <bot> update requirements.txt

* pin rest-tools for now, pending the big 3.0 upgrade

* <bot> update requirements-docs.txt

* <bot> update requirements-tests.txt

* <bot> update requirements.txt

* set python max at 3.11 for now

* <bot> update setup.cfg

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
dsschult and github-actions authored Oct 11, 2023
1 parent 8fc386e commit 93d4237
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 32 deletions.
2 changes: 1 addition & 1 deletion bin/basic_submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
An example submission::
./basic_submit.py --token XXXX --env_shell '/cvmfs/icecube.opensciencegrid.org/py3-v4.1.1/icetray-env combo/stable' my_script.py '--foo=bar $(input) $(output)' job_files.txt
./basic_submit.py --env_shell '/cvmfs/icecube.opensciencegrid.org/py3-v4.1.1/icetray-env combo/stable' my_script.py '--foo=bar $(input) $(output)' job_files.txt
This will execute `my_script.py` from the local directory, while in the
combo/stable environment. If the first line of `job_files.txt` contains::
Expand Down
21 changes: 11 additions & 10 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ anyio==4.0.0
# via httpcore
asyncache==0.3.1
# via iceprod (setup.py)
babel==2.12.1
babel==2.13.0
# via sphinx
boto3==1.28.56
boto3==1.28.62
# via iceprod (setup.py)
botocore==1.31.56
botocore==1.31.62
# via
# boto3
# s3transfer
Expand All @@ -29,9 +29,9 @@ certifi==2023.7.22
# httpx
# iceprod (setup.py)
# requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
cryptography==41.0.4
# via
Expand Down Expand Up @@ -69,7 +69,7 @@ markupsafe==2.1.3
# via jinja2
motor==3.3.1
# via iceprod (setup.py)
packaging==23.1
packaging==23.2
# via sphinx
psutil==5.9.5
# via iceprod (setup.py)
Expand Down Expand Up @@ -113,7 +113,7 @@ requests-toolbelt==1.0.0
# via iceprod (setup.py)
s3transfer==0.7.0
# via boto3
setproctitle==1.3.2
setproctitle==1.3.3
# via iceprod (setup.py)
six==1.16.0
# via python-dateutil
Expand Down Expand Up @@ -156,13 +156,14 @@ typing-extensions==4.8.0
# wipac-dev-tools
unidecode==1.3.7
# via iceprod (setup.py)
urllib3==1.26.16
urllib3==2.0.6
# via
# botocore
# requests
wipac-dev-tools==1.6.16
# wipac-rest-tools
wipac-dev-tools==1.7.0
# via
# iceprod (setup.py)
# wipac-rest-tools
wipac-rest-tools==1.5.2
wipac-rest-tools==1.5.3
# via iceprod (setup.py)
25 changes: 13 additions & 12 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asyncache==0.3.1
# via iceprod (setup.py)
beautifulsoup4==4.12.2
# via iceprod (setup.py)
boto3==1.28.56
boto3==1.28.62
# via
# iceprod (setup.py)
# moto
botocore==1.31.56
botocore==1.31.62
# via
# boto3
# moto
Expand All @@ -30,11 +30,11 @@ certifi==2023.7.22
# httpx
# iceprod (setup.py)
# requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# iceprod (setup.py)
# pytest-cov
Expand Down Expand Up @@ -85,11 +85,11 @@ mccabe==0.7.0
# via flake8
mock==5.1.0
# via iceprod (setup.py)
moto==4.2.4
moto==4.2.5
# via iceprod (setup.py)
motor==3.3.1
# via iceprod (setup.py)
packaging==23.1
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
Expand Down Expand Up @@ -160,7 +160,7 @@ respx==0.20.2
# via iceprod (setup.py)
s3transfer==0.7.0
# via boto3
setproctitle==1.3.2
setproctitle==1.3.3
# via iceprod (setup.py)
six==1.16.0
# via
Expand Down Expand Up @@ -191,18 +191,19 @@ typing-extensions==4.8.0
# wipac-dev-tools
unidecode==1.3.7
# via iceprod (setup.py)
urllib3==1.26.16
urllib3==2.0.6
# via
# botocore
# requests
# responses
werkzeug==2.3.7
# wipac-rest-tools
werkzeug==3.0.0
# via moto
wipac-dev-tools==1.6.16
wipac-dev-tools==1.7.0
# via
# iceprod (setup.py)
# wipac-rest-tools
wipac-rest-tools==1.5.2
wipac-rest-tools==1.5.3
# via iceprod (setup.py)
xmltodict==0.13.0
# via moto
17 changes: 9 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ anyio==4.0.0
# via httpcore
asyncache==0.3.1
# via iceprod (setup.py)
boto3==1.28.56
boto3==1.28.62
# via iceprod (setup.py)
botocore==1.31.56
botocore==1.31.62
# via
# boto3
# s3transfer
Expand All @@ -25,9 +25,9 @@ certifi==2023.7.22
# httpx
# iceprod (setup.py)
# requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
cryptography==41.0.4
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ requests-toolbelt==1.0.0
# via iceprod (setup.py)
s3transfer==0.7.0
# via boto3
setproctitle==1.3.2
setproctitle==1.3.3
# via iceprod (setup.py)
six==1.16.0
# via python-dateutil
Expand All @@ -117,13 +117,14 @@ typing-extensions==4.8.0
# wipac-dev-tools
unidecode==1.3.7
# via iceprod (setup.py)
urllib3==1.26.16
urllib3==2.0.6
# via
# botocore
# requests
wipac-dev-tools==1.6.16
# wipac-rest-tools
wipac-dev-tools==1.7.0
# via
# iceprod (setup.py)
# wipac-rest-tools
wipac-rest-tools==1.5.2
wipac-rest-tools==1.5.3
# via iceprod (setup.py)
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ author = WIPAC Developers
author_email = [email protected]
pypi_name = iceprod
python_min = 3.8
python_max = 3.11
package_dirs = iceprod
keywords_spaced = batch workload

Expand Down Expand Up @@ -64,7 +65,7 @@ install_requires =
tornado
unidecode
wipac-dev-tools
wipac-rest-tools
wipac-rest-tools<1.6
python_requires = >=3.8, <3.12
packages = find:

Expand Down

0 comments on commit 93d4237

Please sign in to comment.