Skip to content

Commit

Permalink
upgrade to python-irodsclient v2.2.0 (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Oct 16, 2024
1 parent 54857e7 commit 61f5bac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
IRODS_ICAT_DBPASS: postgres
IRODS_ZONE_NAME: sodarZone
NO_WAIT: 1
options: >-
--hostname "irods"
# options: >-
# --hostname "irods"
ports:
- 4488:1247
env:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Changed
- Unify base test class naming (#2001)
- Update ``Dockerfile`` for v1.0 upgrades (#2003, #2004)
- Upgrade to iRODS v4.3.3 in CI (#1815)
- Upgrade to python-irodsclient v2.1.0 (#2007)
- Upgrade to python-irodsclient v2.2.0 (#2007, #2023)
- Upgrade minimum supported iRODS version to v4.3.3 (#1815, #2007)
- Use constants for timeline event status types (#2010)
- **Irodsbackend**
Expand Down
2 changes: 1 addition & 1 deletion docs_manual/source/sodar_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Release for SODAR Core v1.0 upgrade, iRODS v4.3 upgrade and feature updates.
- Update REST API versioning
- Update REST API views for OpenAPI support
- Upgrade to Postgres v16
- Upgrade to python-irodsclient v2.1.0
- Upgrade to python-irodsclient v2.2.0
- Upgrade to SODAR Core v1.0.2
- SODAR Core v1.0 updates: OIDC auth support, new REST API versioning,
owner/delegate remote sync controls, etc
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ altamisa==0.2.9
# -e git+https://github.com/bihealth/altamisa.git@f6de23aa6073d446f7c49ede0af7fa8729992209#egg=altamisa

# Python iRODS client
python-irodsclient==2.1.0
python-irodsclient==2.2.0

# XML generating
lxml==4.9.1
Expand Down

0 comments on commit 61f5bac

Please sign in to comment.