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

Update django-minio-storage requirement from <0.5.0 to <0.6.0 #1603

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

Updates the requirements on django-minio-storage to permit the latest version.

Release notes

Sourced from django-minio-storage's releases.

v0.5.4

What's Changed

Full Changelog: py-pa/django-minio-storage@v0.5.3...v0.5.4

Changelog

Sourced from django-minio-storage's changelog.

0.5.3

Migrate package meta data to pyproject.toml

0.5.2

Add/fix more type hints.

0.5.1

Fix type hints

0.5.0

Switched the minio-py client library version from <7 to >=7.

Minimum Django version is now 3.2

Minimum Python version is now 3.8

0.3.9

The minio client is now deconstructable by Django, fixes migrations.

0.3.8

Improved presigned urls with non standard base urls

0.3.7

Removed accidentally left over debug print from previous release

0.3.6

support adding default meta data

Also new settings: MINIO_STORAGE_MEDIA_OBJECT_METADATA and MINIO_STORAGE_STATIC_OBJECT_METADATA

example:

MINIO_STORAGE_MEDIA_OBJECT_METADATA  = {"Cache-Control": "max-age=1000"}

fix issue with directory listing names

Minio has changed in the last months to be more picky about path names so we now enure that we don't create path prefixes with a // suffix.

... (truncated)

Commits
  • 952e7c7 update readme
  • a0af255 migrate to pyproject.toml
  • 457bf44 tidy up requirements
  • c273538 tidy up docs a bit
  • 177bb52 change order of size multiplication (nit)
  • b4aa6da docs: remove contributors file
  • 6c0fdf7 set myself as author and primary contact in python package metadata
  • dd9dee0 Update CHANGELOG.md
  • 1a2bf20 add stricter type checking
  • ade7d81 add stricter type checking
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [django-minio-storage](https://github.com/py-pa/django-minio-storage) to permit the latest version.
- [Release notes](https://github.com/py-pa/django-minio-storage/releases)
- [Changelog](https://github.com/py-pa/django-minio-storage/blob/master/CHANGELOG.md)
- [Commits](py-pa/django-minio-storage@0.1.0...v0.5.4)

---
updated-dependencies:
- dependency-name: django-minio-storage
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the internal Changes only affect the internal API label May 22, 2023
Copy link
Member

@mvandenburgh mvandenburgh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be merged yet (see #1597)

@mvandenburgh
Copy link
Member

Closing as this is no longer relevant, see #1661

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@mvandenburgh mvandenburgh deleted the dependabot/pip/django-minio-storage-lt-0.6.0 branch August 2, 2023 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes only affect the internal API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant