15
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dj-database-url?expand=0&rev=17
This commit is contained in:
2023-04-25 21:59:58 +00:00
committed by Git OBS Bridge
parent a24cddc747
commit 2b9fd23789
4 changed files with 17 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dj-database-url
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-dj-database-url
Version: 1.2.0
Version: 1.3.0
Release: 0
Summary: Utility to use database URLs in Django applications
License: BSD-3-Clause