Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python-irodsclient from 1.1.5 to 2.0.1 #357

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps python-irodsclient from 1.1.5 to 2.0.1.

Release notes

Sourced from python-irodsclient's releases.

v2.0.1

  • #543 Fix issue with parallel downloads to a directory [Raoul Schram]
  • #521 clearer documentation and errors regarding pam/pam_password [Daniel Moore]
  • #518 preserve login_ internally generated exceptions [Daniel Moore]
  • #522#523 allow '=' and ';' in PAM passwords [Daniel Moore]
  • #519 force verify mode to CERT_NONE if irods verify setting is explicitly none [Daniel Moore]
  • #526 can now opt out of strong primes to speed up SSL & PAM tests [Daniel Moore]
  • #3 make sure tempfile.mktemp imported where needed for tests [Daniel Moore]
  • #3 tweak compatibility to iRODS 4.3.2 [Daniel Moore]
  • #539 iRODS 4.3.2 rmgroup adaptation [Daniel Moore]

v2.0.0

  • #3 version bump for 2.0.0 [Terrell Russell]
  • #3 update project description [Terrell Russell]
  • #495 append modes seek to end on data_object.open(...) [Daniel Moore]
  • #510 update README to reflect removal of session.permissions [Terrell Russell]
  • #510 change permissions to acls [Daniel Moore]
  • #504 modify replicate/trim code snippet and description [Daniel Moore]
  • #459 respect the default_resource setting for replication [Daniel Moore]
  • [#484,#509] Update version mentioned in README for Quota [Terrell Russell]
  • #503 swap readme from .rst to markdown [Terrell Russell]
  • #484 change to proper RST marker "::" in quotas section [Daniel Moore]
  • #485#430#494 document new legacy_auth.pam.* settings [Daniel Moore]
  • #501 context manager to temporarily alter settings [Daniel Moore]
  • #430#494#498 client auth "plugins" / pam_password compatibility / TTL fix [Daniel Moore]
  • #485 allow detection of config without actually loading it. [Daniel Moore]
  • #462#399 Default the dataSize to 0 and prefer DATA_SIZE_KW over seek [Daniel Moore]
  • #497 suppress fatal errors when loading configuration [Daniel Moore]
  • #485#489 document available settings and override environment variables [Daniel Moore]
  • #489 allow environment variable overrides of individual settings during autoload [Daniel Moore]
  • #485 writeable_properties including xml parser [Daniel Moore]
  • #484 Add quotas to README [Daniel Moore]
  • #474#479 Allow querying, setting, and removing quotas [Daniel Moore]
  • #483 make PRC version available as tuple [Daniel Moore]

v1.1.9

  • #471#472 allow save, load, and autoload of configuration [Daniel Moore]
  • #456 auto-close data objects that go out of scope [Daniel Moore]
  • #455 remove ticket check [Daniel Moore]
  • #452 implement client redirection to resource server [Daniel Moore]
  • #455 introduce low level ticket api changes [Daniel Moore]
  • #234 Implement case-insensitive queries [Sietse Snel]

v1.1.8

  • #450 test for setting/getting comments [Daniel Moore]
  • #377 fix iRODSSession connection timeout [Daniel Moore]
  • #450 Get property comments from replica object [Gwenael Leysour de Rohello]
  • #448 protect against bad parameters in modify_password [Daniel Moore]
  • #442 allow non-default string types in AVU fields [Daniel Moore]
  • #443 add NotLike (GenQuery 'NOT LIKE') operator [Daniel Moore]

... (truncated)

Changelog

Sourced from python-irodsclient's changelog.

v2.0.1 (2024-04-30)

  • #543 Fix issue with parallel downloads to a directory [Raoul Schram]
  • #521 clearer documentation and errors regarding pam/pam_password [Daniel Moore]
  • #518 preserve login_ internally generated exceptions [Daniel Moore]
  • #522#523 allow '=' and ';' in PAM passwords [Daniel Moore]
  • #519 force verify mode to CERT_NONE if irods verify setting is explicitly none [Daniel Moore]
  • #526 can now opt out of strong primes to speed up SSL & PAM tests [Daniel Moore]
  • #3 make sure tempfile.mktemp imported where needed for tests [Daniel Moore]
  • #3 tweak compatibility to iRODS 4.3.2 [Daniel Moore]
  • #539 iRODS 4.3.2 rmgroup adaptation [Daniel Moore]

v2.0.0 (2024-02-12)

  • #3 version bump for 2.0.0 [Terrell Russell]
  • #3 update project description [Terrell Russell]
  • #495 append modes seek to end on data_object.open(...) [Daniel Moore]
  • #510 update README to reflect removal of session.permissions [Terrell Russell]
  • #510 change permissions to acls [Daniel Moore]
  • #504 modify replicate/trim code snippet and description [Daniel Moore]
  • #459 respect the default_resource setting for replication [Daniel Moore]
  • [#484,#509] Update version mentioned in README for Quota [Terrell Russell]
  • #503 swap readme from .rst to markdown [Terrell Russell]
  • #484 change to proper RST marker "::" in quotas section [Daniel Moore]
  • #485#430#494 document new legacy_auth.pam.* settings [Daniel Moore]
  • #501 context manager to temporarily alter settings [Daniel Moore]
  • #430#494#498 client auth "plugins" / pam_password compatibility / TTL fix [Daniel Moore]
  • #485 allow detection of config without actually loading it. [Daniel Moore]
  • #462#399 Default the dataSize to 0 and prefer DATA_SIZE_KW over seek [Daniel Moore]
  • #497 suppress fatal errors when loading configuration [Daniel Moore]
  • #485#489 document available settings and override environment variables [Daniel Moore]
  • #489 allow environment variable overrides of individual settings during autoload [Daniel Moore]
  • #485 writeable_properties including xml parser [Daniel Moore]
  • #484 Add quotas to README [Daniel Moore]
  • #474#479 Allow querying, setting, and removing quotas [Daniel Moore]
  • #483 make PRC version available as tuple [Daniel Moore]

v1.1.9 (2023-10-13)

  • #471#472 allow save, load, and autoload of configuration [Daniel Moore]
  • #456 auto-close data objects that go out of scope [Daniel Moore]
  • #455 remove ticket check [Daniel Moore]
  • #452 implement client redirection to resource server [Daniel Moore]
  • #455 introduce low level ticket api changes [Daniel Moore]
  • #234 Implement case-insensitive queries [Sietse Snel]

v1.1.8 (2023-05-18)

  • #450 test for setting/getting comments [Daniel Moore]
  • #377 fix iRODSSession connection timeout [Daniel Moore]

... (truncated)

Commits
  • 04baaa8 #3 v2.0.1 and update changelog
  • 3312d29 #543 Fix issue with parallel downloads to a directory
  • 9206646 #521 clearer documentation and errors regarding pam/pam_password
  • b3c00d7 #518 preserve login_<auth-type> internally generated exceptions
  • 98d74c5 #522#523 allow '=' and ';' in PAM passwords
  • 80065d9 #519 force verify mode to CERT_NONE if irods verify setting is explicitly none
  • 266fb37 #526 can now opt out of strong primes to speed up SSL & PAM tests
  • 1c9ca03 #3 make sure tempfile.mktemp imported where needed for tests
  • 5604ad2 #3 tweak compatibility to iRODS 4.3.2
  • 76efb89 #539 iRODS 4.3.2 rmgroup adaptation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-irodsclient](https://github.com/irods/python-irodsclient) from 1.1.5 to 2.0.1.
- [Release notes](https://github.com/irods/python-irodsclient/releases)
- [Changelog](https://github.com/irods/python-irodsclient/blob/main/CHANGELOG.rst)
- [Commits](irods/python-irodsclient@v1.1.5...v2.0.1)

---
updated-dependencies:
- dependency-name: python-irodsclient
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants