Hello community,
here is the log from the commit of package python-django-pyscss for
openSUSE:Factory checked in at 2020-04-23 18:37:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-pyscss (Old)
and /work/SRC/openSUSE:Factory/.python-django-pyscss.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-pyscss"
Thu Apr 23 18:37:34 2020 rev:3 rq:796507 version:2.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-pyscss/python-django-pyscss.changes
2020-02-03 11:16:44.057948525 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-pyscss.new.2738/python-django-pyscss.changes
2020-04-23 18:37:36.080910028 +0200
@@ -1,0 +2,6 @@
+Thu Apr 23 11:05:11 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix the deps and make sure we build with python2 and 3 and pull
+ correct dependencies
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-pyscss.spec ++++++
--- /var/tmp/diff_new_pack.uurCIp/_old 2020-04-23 18:37:36.856911513 +0200
+++ /var/tmp/diff_new_pack.uurCIp/_new 2020-04-23 18:37:36.856911513 +0200
@@ -40,10 +40,14 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: python2-pathlib
Requires: python-Django >= 1.10
Requires: python-pyScss >= 1.3.4
-Requires: python2-pathlib
+%if %{with python2}
+BuildRequires: python-pathlib
+%endif
+%ifpython2
+Requires: python-pathlib
+%endif
%python_subpackages
%description
@@ -74,9 +78,9 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-# %%check
-# Tests crash python interpreter gh#Kronuz/pyScss#378
-# %%python_exec setup.py test -v
+%check
+# Tests crash python interpreter gh#Kronuz/pyScss#378 on python2
+%python_exec setup.py test -v
%files %{python_files}
%doc README.rst
@@ -84,6 +88,4 @@
%{python_sitelib}/django_pyscss
%{python_sitelib}/django_pyscss-%{version}-py*.egg-info
-%{python_sitelib}/*
-
%changelog