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

build(deps): bump internetarchive from 3.0.2 to 3.3.0 #181

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2023

Bumps internetarchive from 3.0.2 to 3.3.0.

Release notes

Sourced from internetarchive's releases.

Version 3.3.0

Features and Improvements

  • Added support for inserting metadata into an existing multi-value metadata field. It differs from ia metadata <id> --modify collection[0]:foo in that it does not clobber. For example, ia metadata <id> --insert collection[0]:foo will insert foo as the first collection, it will not clobber.

Bugfixes

  • Fixed bug in search where timeouts would always be returned on queries submitted to the files index where more than 10,000 results would be returned.

Version 3.2.0

Features and Improvements

  • Added support for admins to delete reviews via itemname.

Version 3.1.0

Bugfixes

  • Fixed bug in ia search --fts where --itemlist was printing empyt lines.
  • Fixed bug in ia search --fts where -p scope:all was not working.
  • Fixed directory creation race conditions in download.
  • Fixed bug in ia download --stdout where nothing would be printed to stdout if the specified file existed on disk.
  • Fixed bug that made it impossible to upload to user items.
  • Fixed memoryview error when running Item.upload with StringIO input and verbose=True.
  • Fixed bug in upload where a period was not being expanded properly to the contents of the current directory.

Features and Improvements

  • Added support for admins to delete other users reviews.
  • Added support for excluding files in ia download via the --exclude parameter.
  • Various refactoring and code simplifications.
Changelog

Sourced from internetarchive's changelog.

3.3.0 (2023-01-06) ++++++++++++++++++

Features and Improvements

  • Added support for inserting metadata into an existing multi-value metadata field. It differs from ia metadata <id> --modify collection[0]:foo in that it does not clobber. For example, ia metadata <id> --insert collection[0]:foo will insert foo as the first collection, it will not clobber.

Bugfixes

  • Fixed bug in search where timeouts would always be returned on queries submitted to the files index where more than 10,000 results would be returned.

3.2.0 (2023-01-06) ++++++++++++++++++

Features and Improvements

  • Added support for admins to delete reviews via itemname.

3.1.0 (2023-01-06) ++++++++++++++++++

Bugfixes

  • Fixed bug in ia search --fts where --itemlist was printing empyt lines.
  • Fixed bug in ia search --fts where -p scope:all was not working.
  • Fixed directory creation race conditions in download.
  • Fixed bug in ia download --stdout where nothing would be printed to stdout if the specified file existed on disk.
  • Fixed bug where that made it impossible to upload to user items.
  • Fixed memoryview error when running Item.upload with StringIO input and verbose=True.
  • Fixed bug in upload where a period was not being expanded properly to the contents of the current directory.

Features and Improvements

  • Added support for admins to delete other users reviews
  • Added support for excluding files in ia download via the --exclude parameter.
  • Various refactoring and code simplifications.
Commits
  • 28a2e57 upgraded isort revision to be compatabile with Poetry
  • 451b066 fixed test
  • 11457c2 v3.3.0
  • 975aa3d fixed bug in code that asserts full results are returned
  • 088814f fixed typo
  • 9c18bd9 Forgot to add insert param to function
  • fd146fa Added support for inserting metadata into existing multi-value metadata fields
  • 5b0251b v3.1.0
  • 84e7630 added support for deleting reviews by itemname
  • 24036f6 fixed formatting
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 31, 2023
@dependabot dependabot bot requested a review from etnguyen03 January 31, 2023 21:00
Bumps [internetarchive](https://github.com/jjjake/internetarchive) from 3.0.2 to 3.3.0.
- [Release notes](https://github.com/jjjake/internetarchive/releases)
- [Changelog](https://github.com/jjjake/internetarchive/blob/master/HISTORY.rst)
- [Commits](jjjake/internetarchive@v3.0.2...v3.3.0)

---
updated-dependencies:
- dependency-name: internetarchive
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/internetarchive-3.3.0 branch from 87f2788 to 1385f94 Compare February 11, 2023 06:35
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.

None yet

0 participants