Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-sortedm2m for
openSUSE:Factory checked in at 2024-12-02 16:59:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-sortedm2m (Old)
and /work/SRC/openSUSE:Factory/.python-django-sortedm2m.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-sortedm2m"
Mon Dec 2 16:59:35 2024 rev:4 rq:1227717 version:4.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-sortedm2m/python-django-sortedm2m.changes
2024-02-14 23:19:30.913932533 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-sortedm2m.new.28523/python-django-sortedm2m.changes
2024-12-02 17:00:06.679664412 +0100
@@ -1,0 +2,16 @@
+Mon Dec 2 10:12:16 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Update to 4.0.0:
+ * better syntax highlighting
+ * Add Django 4 testing and remove unsupported Python and Django versions
+ * increase test coverage
+ * Combine 2 other PRs to get the checks fully passing
+ * Ensure that code quality checks are running
+ * Update Django testing versions
+ * Fix error in field in Django 5.1
+ * Updated Python and Django version support
+ * Removed QUnit tests
+- Switch back to GitHub tarball, no source on PyPi.
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
Old:
----
django-sortedm2m-3.1.1.tar.gz
New:
----
django-sortedm2m-4.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-sortedm2m.spec ++++++
--- /var/tmp/diff_new_pack.HiHDsl/_old 2024-12-02 17:00:07.207686752 +0100
+++ /var/tmp/diff_new_pack.HiHDsl/_new 2024-12-02 17:00:07.207686752 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-sortedm2m
#
-# Copyright (c) 2021 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
@@ -16,20 +16,19 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-django-sortedm2m
-Version: 3.1.1
+Version: 4.0.0
Release: 0
Summary: Drop-in replacement for django's many to many field with
sorted relations
License: BSD-3-Clause
-Group: Development/Languages/Python
URL: https://github.com/jazzband/django-sortedm2m
-Source:
https://files.pythonhosted.org/packages/source/d/django-sortedm2m/django-sortedm2m-%{version}.tar.gz
+Source:
https://github.com/jazzband/django-sortedm2m/archive/refs/tags/%{version}.tar.gz#/django-sortedm2m-%{version}.tar.gz
BuildRequires: %{python_module Django}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django
@@ -43,10 +42,10 @@
%setup -q -n django-sortedm2m-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -58,5 +57,6 @@
%files %{python_files}
%doc AUTHORS.rst CHANGES.rst README.rst
%license LICENSE.txt
-%{python_sitelib}/*sortedm2m*/
+%{python_sitelib}/sortedm2m
+%{python_sitelib}/django_sortedm2m-%{version}.dist-info
++++++ django-sortedm2m-3.1.1.tar.gz -> django-sortedm2m-4.0.0.tar.gz ++++++
++++ 2566 lines of diff (skipped)