From e0491571f5afe7311a9d90f846179ffd8f22d8f0b984fad0aea1bbcf926e4c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 8 Mar 2019 13:32:05 +0000 Subject: [PATCH] - Update to 0.5.0: * Fixes for python3.6 * ipv6 parsing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dj-database-url?expand=0&rev=9 --- python-dj-database-url.changes | 7 +++++++ python-dj-database-url.spec | 6 ++++-- v0.4.2.tar.gz | 3 --- v0.5.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 v0.4.2.tar.gz create mode 100644 v0.5.0.tar.gz diff --git a/python-dj-database-url.changes b/python-dj-database-url.changes index 3237880..d806d39 100644 --- a/python-dj-database-url.changes +++ b/python-dj-database-url.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 8 13:30:15 UTC 2019 - Tomáš Chvátal + +- Update to 0.5.0: + * Fixes for python3.6 + * ipv6 parsing + ------------------------------------------------------------------- Tue Dec 4 12:47:21 UTC 2018 - Matej Cepl diff --git a/python-dj-database-url.spec b/python-dj-database-url.spec index 72be206..d877b6f 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) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dj-database-url -Version: 0.4.2 +Version: 0.5.0 Release: 0 Summary: Use Database URLs in your Django Application License: BSD-3-Clause @@ -59,6 +59,8 @@ Oracle, Oracle (GIS), and SQLite. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +# all tests connect to AWS for DB servers + %files %{python_files} %license LICENSE %doc README.rst diff --git a/v0.4.2.tar.gz b/v0.4.2.tar.gz deleted file mode 100644 index 167c937..0000000 --- a/v0.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:161e5f6aca956f6f9118e6f285f481e9af3f3a0b896ddb349187d0731817067d -size 6125 diff --git a/v0.5.0.tar.gz b/v0.5.0.tar.gz new file mode 100644 index 0000000..dd7f756 --- /dev/null +++ b/v0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8f575bdda4060654b1d941b571e80e53127c7844a54009b00afb3431df036c +size 6309