Skip to content
New issue

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

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

Already on GitHub? # to your account

Update django-storages to 1.5.2 #10

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Jun 8, 2017

There's a new version of django-storages available.
You are currently using 1.4.1. I have updated it to 1.5.2

These links might come in handy: PyPI | Changelog | Repo

Changelog

1.5.2


  • Actually use SFTP_STORAGE_HOST in SFTPStorage backend (204_ thanks jbittel)
  • Fix S3Boto3Storage to avoid race conditions in a multi-threaded WSGI environment (238_ thanks jdufresne)
  • Fix trying to localize a naive datetime when settings.USE_TZ is False in S3Boto3Storage.modified_time.
    (thanks to tomchuk and piglei for the reports and the patches, 235, 234)
  • Fix automatic bucket creation in S3Boto3Storage when AWS_AUTO_CREATE_BUCKET is True (196_ thanks linuxlewis)
  • Improve the documentation for the S3 backends (thanks to various contributors!)

.. _204: jschneier/django-storages#204
.. _238: jschneier/django-storages#238
.. _234: jschneier/django-storages#234
.. _235: jschneier/django-storages#235
.. _196: jschneier/django-storages#196

1.5.1


  • Breaking: Drop support for Django 1.7 (185_)
  • Deprecation: hashpath, image, overwrite, mogile, symlinkorcopy, database, mogile, couchdb.
    See (issue 202_) to discuss maintenance going forward
  • Use a fixed mtime argument for GzipFile in S3BotoStorage and S3Boto3Storage to ensure
    a stable output for gzipped files
  • Use .putfileobj instead of .put in S3Boto3Storage to use the transfer manager,
    allowing files greater than 5GB to be put on S3 (194_ , 201_)
  • Update S3Boto3Storage for Django 1.10 (181_) (get_modified_time and get_accessed_time) thanks JshWright
  • Fix bad kwarg name in S3Boto3Storage when AWS_PRELOAD_METADATA is True (189, 190) thanks leonsmith

.. _issue 202: jschneier/django-storages#202
.. _201: jschneier/django-storages#201
.. _194: jschneier/django-storages#194
.. _190: jschneier/django-storages#190
.. _189: jschneier/django-storages#189
.. _185: jschneier/django-storages#185
.. _181: jschneier/django-storages#181

1.5.0


  • Add new backend S3Boto3Storage (179_) MASSIVE THANKS mbarrien
  • Add a strict option to utils.setting (176_) thanks ZuluPro
  • Tests, documentation, fixing .close for SFTPStorage (177_) thanks ZuluPro
  • Tests, documentation, add .readlines for FTPStorage (175_) thanks ZuluPro
  • Tests and documentation for DropBoxStorage (174_) thanks ZuluPro
  • Fix MANIFEST.in to not ship .pyc files. (145_) thanks fladi
  • Enable CI testing of Python 3.5 and fix test failure from api change (171_) thanks tnir

.. _145: jschneier/django-storages#145
.. _171: jschneier/django-storages#171
.. _174: jschneier/django-storages#174
.. _175: jschneier/django-storages#175
.. _177: jschneier/django-storages#177
.. _176: jschneier/django-storages#176
.. _179: jschneier/django-storages#179

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@pyup-bot
Copy link
Contributor Author

Closing this in favor of #34

@pyup-bot pyup-bot closed this Jun 21, 2017
@michaelmior michaelmior deleted the pyup-update-django-storages-1.4.1-to-1.5.2 branch June 21, 2017 16:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant