Package Release Info

python-django-cors-headers-2.5.3-bp151.1.2

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-django-cors-headers
python3-django-cors-headers

Change Logs

* Mon May 06 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 2.5.3:
  * Tested on Django 2.2. No changes were needed for compatibility.
  * Tested on Python 3.7. No changes were needed for compatibility.
* Tue Mar 19 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 2.5.2:
  * Improve inclusion of tests in sdist to ignore .pyc files.
* Fri Mar 15 2019 John Vandenberg <jayvdb@gmail.com>
- Use PyPI sdist
- Update to v2.5.1
  * Include test infrastructure in sdist
* Sun Mar 10 2019 John Vandenberg <jayvdb@gmail.com>
- Remove %bcond and add %check, with 100% coverage
- Update to v2.5.0
  * Drop Django 1.8, 1.9, and 1.10 support. Django 1.11+ is supported.
- from v2.4.1
  * Fix DeprecationWarning from importing collections.abc.Sequence
    on Python 3.7.
* Tue Feb 26 2019 John Vandenberg <jayvdb@gmail.com>
- Add Django dependency
- Use %license
- Update to v2.4.0
  * Always add 'Origin' to the 'Vary' header for responses to enabled
    URL's, to prevent caching of responses intended for one origin
    being served for another.
- from v2.3.0
  * Match ``CORS_URLS_REGEX`` to ``request.path_info`` instead of
    ``request.path``, so the patterns can work without knowing the
    site's path prefix at configuration time.
- from v2.2.1
  * Add ``Content-Length`` header to CORS preflight requests.
    This fixes issues with some HTTP proxies and servers,
    e.g. AWS Elastic Beanstalk.
- from v2.2.0
  * Django 2.0 compatibility. Again there were no changes to the
    actual library code, so previous versions probably work.
  * Ensured that ``request._cors_enabled`` is always a ``bool()`` -
    previously it could be set to a regex match object.
* Tue Aug 08 2017 mardnh@gmx.de
- Initial package, version 2.1.0