Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-whitenoise-6.6.0-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python310-whitenoise Distribution: openSUSE:Factory:zSystems
Version: 6.6.0 Vendor: openSUSE
Release: 1.1 Build date: Fri Dec 29 00:53:31 2023
Group: Development/Languages/Python Build host: s390zl29
Size: 98908 Source RPM: python-whitenoise-6.6.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/evansd/whitenoise
Summary: Static file serving for WSGI applications
Static file serving for WSGI applications.

Provides

Requires

License

MIT

Changelog

* Wed Dec 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 6.6.0:
    * Support Django 5.0.
    * Drop Python 3.7 support.
    * Support Python 3.12.
    * Changed documentation site URL from
      ``https://whitenoise.evans.io/`` to
      ``https://whitenoise.readthedocs.io/``.
    * Support Django 4.2.
    * Remove further support for byte strings from the ``root`` and
      ``prefix`` arguments to ``WhiteNoise``, and Django’s
      ``STATIC_ROOT`` setting.
    * Django does not support ``STATIC_ROOT`` being a byte string.
    * Add some video file extensions to be ignored during
      compression.
    * Remove the behaviour of decoding byte strings passed for
      settings that take strings.
    * Document “hidden” feature of setting ``max_age`` to ``None``
      to disable the ``Cache-Control`` header.
    * Drop support for working as old-style Django middleware, as
      support was `removed in Django 2.0
* Sat Aug 26 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Tue Oct 11 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version 6.2.0
    * Support Python 3.11.
    * Support Django 4.1.
* Tue Feb 22 2022 Matej Cepl <mcepl@suse.com>
  - 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).
* Tue Jul 21 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to 5.1.0
    * Add a manifest_strict setting to prevent Django throwing errors
      when missing files are referenced
* Thu Feb 06 2020 Marketa Calabkova <mcalabkova@suse.com>
  - 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
* Mon Jul 22 2019 Tomáš Chvátal <tchvatal@suse.com>
  - 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
* Sun Jul 07 2019 Jan Engelhardt <jengelh@inai.de>
  - Ensure descriptions are neutral and not exaggerated.
* Wed Jun 19 2019 Thomas Bechtold <tbechtold@suse.com>
  - Initial packaging (version 4.1.2)

Files

/usr/lib/python3.10/site-packages/whitenoise
/usr/lib/python3.10/site-packages/whitenoise-6.6.0.dist-info
/usr/lib/python3.10/site-packages/whitenoise-6.6.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/whitenoise-6.6.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/whitenoise-6.6.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/whitenoise-6.6.0.dist-info/RECORD
/usr/lib/python3.10/site-packages/whitenoise-6.6.0.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/whitenoise-6.6.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/whitenoise-6.6.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/whitenoise/__init__.py
/usr/lib/python3.10/site-packages/whitenoise/__pycache__
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/compress.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/compress.cpython-310.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/media_types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/media_types.cpython-310.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/middleware.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/middleware.cpython-310.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/responders.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/responders.cpython-310.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/storage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/storage.cpython-310.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/string_utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/whitenoise/__pycache__/string_utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/whitenoise/base.py
/usr/lib/python3.10/site-packages/whitenoise/compress.py
/usr/lib/python3.10/site-packages/whitenoise/media_types.py
/usr/lib/python3.10/site-packages/whitenoise/middleware.py
/usr/lib/python3.10/site-packages/whitenoise/responders.py
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/__init__.py
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/__pycache__
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management/__init__.py
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management/__pycache__
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management/commands
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management/commands/__init__.py
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management/commands/__pycache__
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management/commands/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management/commands/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management/commands/__pycache__/runserver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management/commands/__pycache__/runserver.cpython-310.pyc
/usr/lib/python3.10/site-packages/whitenoise/runserver_nostatic/management/commands/runserver.py
/usr/lib/python3.10/site-packages/whitenoise/storage.py
/usr/lib/python3.10/site-packages/whitenoise/string_utils.py
/usr/share/doc/packages/python310-whitenoise
/usr/share/doc/packages/python310-whitenoise/README.rst
/usr/share/licenses/python310-whitenoise
/usr/share/licenses/python310-whitenoise/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024