From 2b9fd237891ee7a425eef5e291dd4abab18b58eb8fc44b4d560faadbde8215b8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 25 Apr 2023 21:59:58 +0000 Subject: [PATCH] - 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 --- dj-database-url-1.2.0.tar.gz | 3 --- dj-database-url-1.3.0.tar.gz | 3 +++ python-dj-database-url.changes | 12 ++++++++++++ python-dj-database-url.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 dj-database-url-1.2.0.tar.gz create mode 100644 dj-database-url-1.3.0.tar.gz diff --git a/dj-database-url-1.2.0.tar.gz b/dj-database-url-1.2.0.tar.gz deleted file mode 100644 index 3821d9d..0000000 --- a/dj-database-url-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b23b15046cb38180e0c95207bcc90fe5e9dbde8eef16065907dd85cf4ca7036c -size 7310 diff --git a/dj-database-url-1.3.0.tar.gz b/dj-database-url-1.3.0.tar.gz new file mode 100644 index 0000000..26d5a3a --- /dev/null +++ b/dj-database-url-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87be5f7c4c83d9b3d8ce94b834f96cea14b3986f3629aac097afdd9318d7b098 +size 7787 diff --git a/python-dj-database-url.changes b/python-dj-database-url.changes index cb1f4e4..97b825a 100644 --- a/python-dj-database-url.changes +++ b/python-dj-database-url.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 25 21:59:28 UTC 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 19:19:28 UTC 2022 - Torsten Gruner diff --git a/python-dj-database-url.spec b/python-dj-database-url.spec index cc56902..82e745a 100644 --- a/python-dj-database-url.spec +++ b/python-dj-database-url.spec @@ -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