Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-appconf for
openSUSE:Factory checked in at 2022-11-22 16:10:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-appconf (Old)
and /work/SRC/openSUSE:Factory/.python-django-appconf.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-appconf"
Tue Nov 22 16:10:05 2022 rev:19 rq:1037154 version:1.0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes
2022-01-07 12:47:52.659907804 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-appconf.new.1597/python-django-appconf.changes
2022-11-22 16:10:14.110045885 +0100
@@ -1,0 +2,7 @@
+Mon Nov 21 17:19:34 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Remove python-six dependency.
+- Remove python_module macro definition
+- More specific python_sitelib in %files
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-appconf.spec ++++++
--- /var/tmp/diff_new_pack.SnkOoH/_old 2022-11-22 16:10:14.618048462 +0100
+++ /var/tmp/diff_new_pack.SnkOoH/_new 2022-11-22 16:10:14.622048483 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-appconf
#
-# 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
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define skip_python36 1
Name: python-django-appconf
@@ -30,11 +29,9 @@
BuildRequires: %{python_module Django}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django
-Requires: python-six
BuildArch: noarch
%python_subpackages
@@ -59,6 +56,7 @@
%files %{python_files}
%license LICENSE
%doc AUTHORS README.rst docs
-%{python_sitelib}/*
+%{python_sitelib}/appconf
+%{python_sitelib}/django_appconf-%{version}*-info
%changelog