Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-tagulous for
openSUSE:Factory checked in at 2024-11-12 19:21:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-tagulous (Old)
and /work/SRC/openSUSE:Factory/.python-django-tagulous.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-tagulous"
Tue Nov 12 19:21:59 2024 rev:2 rq:1223465 version:2.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-tagulous/python-django-tagulous.changes
2022-05-15 19:00:27.578412857 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-tagulous.new.2017/python-django-tagulous.changes
2024-11-12 19:22:52.267110217 +0100
@@ -1,0 +2,11 @@
+Mon Nov 11 16:32:37 UTC 2024 - Markéta Machová <[email protected]>
+
+- Update to 2.1.0
+ * Support Django 4.2
+ * Add TagTreeModel.objects.as_nested_list()
+ * from now on Tagulous will only guarantee compatibility with the
+ latest versions of Python for supported Django versions
+ * Global defaults can be set with settings.TAGULOUS_DEFAULT_TAG_OPTIONS
+- Switch to upstream tarball because of tests
+
+-------------------------------------------------------------------
Old:
----
django-tagulous-1.3.3.tar.gz
New:
----
django-tagulous-2.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-tagulous.spec ++++++
--- /var/tmp/diff_new_pack.wYmp2c/_old 2024-11-12 19:22:52.907136936 +0100
+++ /var/tmp/diff_new_pack.wYmp2c/_new 2024-11-12 19:22:52.911137102 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-tagulous
#
-# Copyright (c) 2022 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
@@ -12,24 +12,24 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-django-tagulous
-Version: 1.3.3
+Version: 2.1.0
Release: 0
License: BSD-3-Clause
Summary: Fabulous Tagging for Django
-Url: http://radiac.net/projects/django-tagulous/
+URL: http://radiac.net/projects/django-tagulous/
Group: Development/Languages/Python
-Source:
https://files.pythonhosted.org/packages/source/d/django-tagulous/django-tagulous-%{version}.tar.gz
-BuildRequires: python-rpm-macros
+Source:
https://github.com/radiac/django-tagulous/archive/refs/tags/v%{version}.tar.gz#/django-tagulous-%{version}.tar.gz
BuildRequires: %{python_module Django}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-django}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Requires: python-Django
Suggests: python-jasmine
Suggests: python-psycopg2
@@ -44,13 +44,12 @@
%prep
%setup -q -n django-tagulous-%{version}
-sed -i '/addopts/d' setup.cfg
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -58,7 +57,8 @@
%pytest
%files %{python_files}
-%doc README.rst
+%doc README.md
%license LICENSE
-%{python_sitelib}/*tagulous*/
+%{python_sitelib}/tagulous/
+%{python_sitelib}/django_tagulous-%{version}*info/
++++++ django-tagulous-1.3.3.tar.gz -> django-tagulous-2.1.0.tar.gz ++++++
++++ 5223 lines of diff (skipped)