Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-cacheops for
openSUSE:Factory checked in at 2022-11-22 16:11:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-cacheops (Old)
and /work/SRC/openSUSE:Factory/.python-django-cacheops.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-cacheops"
Tue Nov 22 16:11:03 2022 rev:7 rq:1037287 version:6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-cacheops/python-django-cacheops.changes
2022-08-25 15:09:09.661223580 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-cacheops.new.1597/python-django-cacheops.changes
2022-11-22 16:11:05.894308617 +0100
@@ -1,0 +2,7 @@
+Tue Nov 22 12:14:53 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-cacheops.spec ++++++
--- /var/tmp/diff_new_pack.sq1H2y/_old 2022-11-22 16:11:07.186315172 +0100
+++ /var/tmp/diff_new_pack.sq1H2y/_new 2022-11-22 16:11:07.238315435 +0100
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define skip_python36 1
Name: python-django-cacheops
@@ -33,7 +32,6 @@
Requires: python-django >= 1.8
Requires: python-funcy >= 1.8
Requires: python-redis >= 3.0.0
-Requires: python-six >= 1.4.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Jinja2}
@@ -42,7 +40,6 @@
BuildRequires: %{python_module funcy >= 1.8}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module redis >= 3.0.0}
-BuildRequires: %{python_module six >= 1.4.0}
BuildRequires: redis
# /SECTION
%python_subpackages
@@ -72,6 +69,7 @@
%files %{python_files}
%doc CHANGELOG README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/cacheops
+%{python_sitelib}/django_cacheops-%{version}*-info
%changelog