Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-pipeline for
openSUSE:Factory checked in at 2022-09-03 23:19:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-pipeline (Old)
and /work/SRC/openSUSE:Factory/.python-django-pipeline.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-pipeline"
Sat Sep 3 23:19:05 2022 rev:6 rq:1000983 version:2.0.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-pipeline/python-django-pipeline.changes
2022-02-25 21:25:58.771648029 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-pipeline.new.2083/python-django-pipeline.changes
2022-09-03 23:19:17.039847982 +0200
@@ -1,0 +2,5 @@
+Sat Sep 3 04:13:02 UTC 2022 - John Vandenberg <[email protected]>
+
+- Make one test compatible with Django 4.1
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-pipeline.spec ++++++
--- /var/tmp/diff_new_pack.7KSv5Z/_old 2022-09-03 23:19:17.403848939 +0200
+++ /var/tmp/diff_new_pack.7KSv5Z/_new 2022-09-03 23:19:17.411848960 +0200
@@ -49,6 +49,8 @@
%prep
%setup -q -n django-pipeline-%{version}
+# Make one test compatible with Django 4.1
+sed -i 's/type="text\/css" //' tests/tests/test_forms.py
%build
%pyproject_wheel
@@ -66,6 +68,7 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/pipeline/
+%{python_sitelib}/*django_pipeline*/
%changelog