Changelog for
python311-dj-database-url-2.1.0-25.13.noarch.rpm :
* Mon Jan 08 2024 Dirk Müller
- update to 2.1.0:
* fix: parse options with numerical values as int- update to 2.0.0:
* setup.py: Fix `project_urls` parameter name
* Redo as a package to fix mypy issues
* Mon May 08 2023 Jaime Marquínez Ferrándiz - python-typing_extensions is always required
* Tue Apr 25 2023 Dirk Müller - update to 1.3.0:
* Better error on missing schema
* Add types
* 100% test coverage
* Avoid duplicating the uses_netloc and schemes lines
* isort 5.11.4 is broken
* Throw warning if DATABASE_URL isn\'t set
* Fixes #209 - Make conn_max_age optional[int] type
* Thu Dec 22 2022 Torsten Gruner - Update to version 1.2.0
* Add the ability to add test databases.
* Improve url parsing and encoding.
* Fix missing parameter conn_health_check in check function.- Version 1.1.0
* Option for connection health checks parameter.
* Update supported version python 3.11.
* Code changes, various improvments.
* Add project links to setup.py
* Sun Jul 31 2022 Torsten Gruner - Update to 1.0.0
* Add support for cockroachdb.
* Add support for the offical MSSQL connector.
* Update License to be compatible with Jazzband.
* Remove support for Python < 3.5 including Python 2.7
* Update source code to Black format.
* Update CI using pre-commit
* Wed Nov 18 2020 John Vandenberg - Activate test suite
* Sat Mar 16 2019 Jan Engelhardt - Use noun phrase in summary.- Reduce markup, descriptions are still pretty much plaintext, not HTML or rst.
* Fri Mar 08 2019 Tomáš Chvátal - Update to 0.5.0:
* Fixes for python3.6
* ipv6 parsing
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Wed Dec 13 2017 tchvatalAATTsuse.com- Switch to github url to contain the LICENSE file