14
0
Commit Graph

7 Commits

Author SHA256 Message Date
0fe7e6f710 Fix tarball
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whitenoise?expand=0&rev=12
2022-02-22 17:55:43 +00:00
c4f67edaa2 - Update to 6.0.0:
- Drop support for Python 3.5 and 3.6.
  - Add support for Python 3.9 and 3.10.
  - Drop support for Django 1.11, 2.0, and 2.1.
  - Add support for Django 4.0.
  - Import new MIME types from Nginx, changes:
      - .avif files are now served with the image/avif MIME type.
      - Open Document files with extensions .odg, .odp,
        .ods, and .odt are now served with their respective
        application/vnd.oasis.opendocument.* MIME types.
  - The whitenoise.__version__ attribute has been removed. Use
    importlib.metadata.version() to check the version of
    Whitenoise if you need to.
  - Requests using the Range header can no longer read beyond the
    end of the requested range.
  - Treat empty and "*" values for Accept-Encoding as if the
    client doesn’t support any encoding.
  - Gracefully handle unparsable If-Modified-Since headers
    (thanks @danielegozzi).
  - Add mimetype for Markdown (.md) files
  - Various documentation improvements
  - Add support for relative STATIC_URLs in settings, as allowed
    in Django 3.1.
  - Add mimetype for .mjs (JavaScript module) files and use
    recommended text/javascript mimetype for .js files.
  - Various documentation improvements (thanks @lukeburden).
  - Add a manifest_strict setting to prevent Django throwing
    errors when missing files are referenced.
  - Fix packaging to indicate only Python 3.5+ compatibiity (thanks @mdalp).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whitenoise?expand=0&rev=11
2022-02-22 17:53:36 +00:00
a0bf620575 Accepting request 850725 from home:mcalabkova:branches:devel:languages:python
- update to 5.1.0
  * Add a manifest_strict setting to prevent Django throwing errors 
    when missing files are referenced

OBS-URL: https://build.opensuse.org/request/show/850725
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whitenoise?expand=0&rev=9
2020-11-25 14:58:16 +00:00
Tomáš Chvátal
d73abf5559 Accepting request 770583 from home:mcalabkova:branches:devel:languages:python
- update to 5.0.1
  * remove Python 2 compatibility
  * Fix incompatibility with Django 3.0
  * Lots of improvements to the test suite
  * Make tests more deterministic and easier to run outside of tox.
- package GitHub tarball because of tests

OBS-URL: https://build.opensuse.org/request/show/770583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whitenoise?expand=0&rev=7
2020-02-06 13:24:11 +00:00
Tomáš Chvátal
9338d9055d - Update to 4.1.3:
* Fix handling of zero-valued mtimes which can occur when running on some filesystems
  * Fix potential path traversal attack while running in autorefresh mode on Windows

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whitenoise?expand=0&rev=5
2019-07-22 11:39:49 +00:00
Tomáš Chvátal
b68236dacb Accepting request 713893 from home:jengelh:branches:devel:languages:python
- Ensure descriptions are neutral and not exaggerated.

OBS-URL: https://build.opensuse.org/request/show/713893
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whitenoise?expand=0&rev=3
2019-07-08 08:48:51 +00:00
1b0304e072 - Initial packaging (version 4.1.2)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whitenoise?expand=0&rev=1
2019-06-19 11:47:19 +00:00