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 2021-12-26 15:30:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-sortedm2m (Old)
and /work/SRC/openSUSE:Factory/.python-django-sortedm2m.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-sortedm2m"
Sun Dec 26 15:30:41 2021 rev:2 rq:942629 version:3.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-sortedm2m/python-django-sortedm2m.changes
2020-06-15 20:32:37.782823444 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-sortedm2m.new.2520/python-django-sortedm2m.changes
2021-12-26 15:30:42.395368876 +0100
@@ -1,0 +2,17 @@
+Sun Dec 26 13:35:30 UTC 2021 - John Vandenberg <[email protected]>
+
+- Use PyPI tarball instead of GitHub tarball
+- Update to v3.1.1
+ * Fixed JS bug for popup in Django admin
+- Update to v3.1.0
+ * Fixed jQuery UI error
+ * Added support for Django 3.2
+- Update to v3.0.2
+ * Restored admin/js/jquery.init.js
+- Update to v3.0.1
+ * Added all locales to distributable
+ * Added missing files to MANIFEST.in, and removed .DS_Store files
+ * Added German and Spanish translations
+ * Removed admin/js/jquery.init.js from SortedCheckboxSelectMultiple
+
+-------------------------------------------------------------------
Old:
----
django-sortedm2m-3.0.0.tar.gz
New:
----
django-sortedm2m-3.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-sortedm2m.spec ++++++
--- /var/tmp/diff_new_pack.1fsmie/_old 2021-12-26 15:30:42.839369084 +0100
+++ /var/tmp/diff_new_pack.1fsmie/_new 2021-12-26 15:30:42.843369086 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-sortedm2m
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-django-sortedm2m
-Version: 3.0.0
+Version: 3.1.1
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://github.com/jazzband/django-sortedm2m/archive/%{version}.tar.gz#/django-sortedm2m-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/d/django-sortedm2m/django-sortedm2m-%{version}.tar.gz
BuildRequires: %{python_module Django}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module setuptools}
@@ -51,11 +51,12 @@
%check
export PYTHONPATH=${PWD}
export DJANGO_SETTINGS_MODULE=test_project.settings
+export DB_ENGINE=sqlite3 DB_NAME=":memory:"
%pytest
%files %{python_files}
%doc AUTHORS.rst CHANGES.rst README.rst
%license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/*sortedm2m*/
%changelog
++++++ django-sortedm2m-3.0.0.tar.gz -> django-sortedm2m-3.1.1.tar.gz ++++++
++++ 2444 lines of diff (skipped)