From bfec8e2405338892584f59af9b03d2d5ac0b8a69705ed9ae939b2b600c8fd801 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jan 2024 20:53:13 +0000 Subject: [PATCH] - 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 - Update to 1.0.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dj-database-url?expand=0&rev=21 --- dj-database-url-1.3.0.tar.gz | 3 --- dj-database-url-2.1.0.tar.gz | 3 +++ python-dj-database-url.changes | 11 ++++++++++- python-dj-database-url.spec | 7 +++---- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 dj-database-url-1.3.0.tar.gz create mode 100644 dj-database-url-2.1.0.tar.gz diff --git a/dj-database-url-1.3.0.tar.gz b/dj-database-url-1.3.0.tar.gz deleted file mode 100644 index 26d5a3a..0000000 --- a/dj-database-url-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87be5f7c4c83d9b3d8ce94b834f96cea14b3986f3629aac097afdd9318d7b098 -size 7787 diff --git a/dj-database-url-2.1.0.tar.gz b/dj-database-url-2.1.0.tar.gz new file mode 100644 index 0000000..ef04b6a --- /dev/null +++ b/dj-database-url-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2042cefe1086e539c9da39fad5ad7f61173bf79665e69bf7e4de55fa88b135f +size 10502 diff --git a/python-dj-database-url.changes b/python-dj-database-url.changes index 827206c..a8c1a88 100644 --- a/python-dj-database-url.changes +++ b/python-dj-database-url.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 8 20:52:51 UTC 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 8 14:28:44 UTC 2023 - Jaime Marquínez Ferrándiz @@ -31,7 +40,7 @@ Thu Dec 22 19:19:28 UTC 2022 - Torsten Gruner ------------------------------------------------------------------- Sun Jul 31 14:37:49 UTC 2022 - Torsten Gruner -- Update to 1.0.0 +- Update to 1.0.0 * Add support for cockroachdb. * Add support for the offical MSSQL connector. * Update License to be compatible with Jazzband. diff --git a/python-dj-database-url.spec b/python-dj-database-url.spec index 6c3068c..4831b91 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) 2023 SUSE LLC +# Copyright (c) 2024 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.3.0 +Version: 2.1.0 Release: 0 Summary: Utility to use database URLs in Django applications License: BSD-3-Clause @@ -67,8 +67,7 @@ Oracle, Oracle (GIS), and SQLite. %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/dj_database_url.py +%{python_sitelib}/dj_database_url %{python_sitelib}/dj_database_url-%{version}.dist-info -%pycache_only %{python_sitelib}/__pycache__ %changelog