Skip to content

Commit

Permalink
upgrade to python-irodsclient v2.2.0 (#1959, #2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Oct 16, 2024
1 parent 54857e7 commit e779c93
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
IRODS_ICAT_DBPASS: postgres
IRODS_ZONE_NAME: sodarZone
NO_WAIT: 1
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
7 changes: 0 additions & 7 deletions docs_manual/source/dev_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,6 @@ You can run the SODAR Django server tests using the following command:
In addition to unit tests, this will run tests against the test iRODS server
running in the Docker Compose network.

.. note::

If the current dev branch uses ``python-irodsclient`` between versions 1.1.9
and 2.1.0, you will have to add the line ``127.0.0.1 irods irods-test`` into
your ``/etc/hosts`` file. Otherwise functionality and tests involving
opening files in iRODS will fail.

For testing the Sample Sheets Vue app, run the following command:

.. code-block:: bash
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 e779c93

Please sign in to comment.