Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarthisius committed Dec 22, 2022
2 parents eae80ce + c32dee3 commit ea5510a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ girder-client = "==2.4.0"
girder-worker = "==0.5.0"
redis = "==3.5.3"
requests = "*"
girderfs = {git = "https://github.com/whole-tale/girderfs",ref = "v1.2rc2"}
girderfs = {git = "https://github.com/whole-tale/girderfs",ref = "v1.2"}
pyOpenSSL = "*"
python-dateutil = "*"
PyYAML = "*"
Expand Down
20 changes: 10 additions & 10 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gwvolman/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

REPO2DOCKER_VERSION = os.environ.get(
"REPO2DOCKER_VERSION",
"wholetale/repo2docker_wholetale:v1.2rc2"
"wholetale/repo2docker_wholetale:v1.2"
)
CPR_VERSION = os.environ.get("CPR_VERSION", "wholetale/wt-cpr:latest")

Expand Down
2 changes: 1 addition & 1 deletion gwvolman/tests/test_recorded_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def mock_gc_get(path, parameters=None):

CONTAINER_CONFIG = ContainerConfig(
buildpack="JupyterBuildPack",
repo2docker_version="wholetale/repo2docker_wholetale:v1.2rc2",
repo2docker_version="wholetale/repo2docker_wholetale:v1.2",
image="abc123",
command="test",
mem_limit=2,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ markdown
dataone.common==3.4.7
dataone.libclient==3.4.7
dataone.cli==3.4.7
git+https://github.com/whole-tale/girderfs@v1.2rc2#egg=girderfs
git+https://github.com/whole-tale/girderfs@v1.2#egg=girderfs
python-dateutil
pyparsing<3,>=2.0.2 # for packaging 21.2 ...
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='gwvolman',
version='1.2rc3',
version='1.2',
description='An example girder worker extension',
author='Kacper Kowalik',
author_email='[email protected]',
Expand Down

0 comments on commit ea5510a

Please sign in to comment.