Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-filter for
openSUSE:Factory checked in at 2022-01-10 23:52:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-filter (Old)
and /work/SRC/openSUSE:Factory/.python-django-filter.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-filter"
Mon Jan 10 23:52:56 2022 rev:8 rq:944971 version:21.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-filter/python-django-filter.changes
2021-12-26 13:30:48.314971876 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-filter.new.1892/python-django-filter.changes
2022-01-10 23:52:58.244771069 +0100
@@ -1,0 +2,5 @@
+Sun Jan 9 01:19:18 UTC 2022 - John Vandenberg <[email protected]>
+
+- Add test dependency coreapi
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-filter.spec ++++++
--- /var/tmp/diff_new_pack.plUhQy/_old 2022-01-10 23:52:59.896772516 +0100
+++ /var/tmp/diff_new_pack.plUhQy/_new 2022-01-10 23:52:59.900772520 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-filter
#
-# Copyright (c) 2021 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
@@ -27,6 +27,7 @@
URL: https://github.com/carltongibson/django-filter
Source:
https://files.pythonhosted.org/packages/source/d/django-filter/django-filter-%{version}.tar.gz
BuildRequires: %{python_module Django >= 2.2}
+BuildRequires: %{python_module coreapi}
BuildRequires: %{python_module django-crispy-forms}
BuildRequires: %{python_module djangorestframework}
BuildRequires: %{python_module mock}
@@ -59,6 +60,6 @@
%files %{python_files}
%license LICENSE
%doc AUTHORS CHANGES.rst README.rst docs/{*.txt,ref/*.txt}
-%{python_sitelib}/*
+%{python_sitelib}/*django[-_]filter*/
%changelog