* Revert "Add variable expansion." feature * Revert "Add interpolate argument to avoid resolving proxied values." feature * Added support for Django 4.2 * Added support for secure Elasticsearch connections * Added variable expansion * Added capability to handle comments after #, after quoted values, * Added support for ``interpolate`` parameter * Use the core redis library by default if running Django >= 4.0 * Value of dict can now contain an equal sign * Added support for Python 3.11. * Added ``CONN_HEALTH_CHECKS`` to database base options * Added ``encoding`` parameter to ``read_env`` with default value 'utf8' * Added support for Django 4.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-environ?expand=0&rev=11
45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Nov 23 17:51:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.11.2:
|
|
* Revert "Add variable expansion." feature
|
|
* Revert "Add interpolate argument to avoid resolving proxied
|
|
values." feature
|
|
* Added support for Django 4.2
|
|
* Added support for secure Elasticsearch connections
|
|
* Added variable expansion
|
|
* Added capability to handle comments after #, after quoted values,
|
|
* Added support for ``interpolate`` parameter
|
|
* Use the core redis library by default if running Django >= 4.0
|
|
* Value of dict can now contain an equal sign
|
|
* Added support for Python 3.11.
|
|
* Added ``CONN_HEALTH_CHECKS`` to database base options
|
|
* Added ``encoding`` parameter to ``read_env`` with default
|
|
value 'utf8'
|
|
* Added support for Django 4.1
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 26 06:15:45 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Use sle15_python_module_pythons
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 20 08:23:56 UTC 2021 - pgajdos@suse.com
|
|
|
|
- %check: use %pytest macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 11 03:56:29 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Add LANG to %check to fix Leap
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 18 17:12:40 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Avoid name repetition in summary; use noun phrasing.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 16 03:42:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.4.5
|