Script 'mail_helper' called by obssrc Hello community,
here is the log from the commit of package python-dj-database-url for openSUSE:Factory checked in at 2022-12-30 11:08:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dj-database-url (Old) and /work/SRC/openSUSE:Factory/.python-dj-database-url.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dj-database-url"
Fri Dec 30 11:08:45 2022 rev:7 rq:1045761 version:1.2.0
Changes: -------- --- /work/SRC/openSUSE:Factory/python-dj-database-url/python-dj-database-url.changes 2020-11-23 10:42:40.734134653 +0100 +++ /work/SRC/openSUSE:Factory/.python-dj-database-url.new.1563/python-dj-database-url.changes 2022-12-30 11:09:02.689285817 +0100 @@ -1,0 +2,24 @@ +Thu Dec 22 19:19:28 UTC 2022 - Torsten Gruner simmphonie@opensuse.org + +- 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 14:37:49 UTC 2022 - Torsten Gruner simmphonie@opensuse.org + +- 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 + +-------------------------------------------------------------------
Old: ---- v0.5.0.tar.gz
New: ---- dj-database-url-1.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ python-dj-database-url.spec ++++++ --- /var/tmp/diff_new_pack.ksYj5L/_old 2022-12-30 11:09:03.069288089 +0100 +++ /var/tmp/diff_new_pack.ksYj5L/_new 2022-12-30 11:09:03.073288113 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-dj-database-url # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,26 @@ #
-%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dj-database-url -Version: 0.5.0 +Version: 1.2.0 Release: 0 Summary: Utility to use database URLs in Django applications License: BSD-3-Clause Group: Development/Languages/Python -URL: https://github.com/kennethreitz/dj-database-url -Source: https://github.com/kennethreitz/dj-database-url/archive/v%%7Bversion%7D.tar.... -BuildRequires: %{python_module Django} -BuildRequires: %{python_module pytest} +URL: https://github.com/jazzband/dj-database-url +Source: https://files.pythonhosted.org/packages/source/d/dj-database-url/dj-database... +BuildRequires: %{python_module Django > 3.2} +BuildRequires: %{python_module devel >= 3.6} +BuildRequires: %{python_module packaging} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Django > 3.2 +%if 0%{?python_version_nodots} < 38 +Requires: python-typing_extensions >= 3.10 +%endif BuildArch: noarch %python_subpackages
@@ -54,18 +60,17 @@ %setup -q -n dj-database-url-%{version}
%build -%python_build +%pyproject_wheel
%install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib}
-%check -%pytest - %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/dj_database_url.py +%{python_sitelib}/dj_database_url-%{version}.dist-info +%pycache_only %{python_sitelib}/__pycache__
%changelog