Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pandocfilters for
openSUSE:Factory checked in at 2021-10-26 20:13:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandocfilters (Old)
and /work/SRC/openSUSE:Factory/.python-pandocfilters.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandocfilters"
Tue Oct 26 20:13:45 2021 rev:6 rq:927363 version:1.4.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pandocfilters/python-pandocfilters.changes
2021-03-05 13:50:41.159917635 +0100
+++
/work/SRC/openSUSE:Factory/.python-pandocfilters.new.1890/python-pandocfilters.changes
2021-10-26 20:14:25.718033098 +0200
@@ -1,0 +2,10 @@
+Mon Oct 25 19:55:22 UTC 2021 - Matej Cepl <[email protected]>
+
+- Making rpmlint more happy.
+
+-------------------------------------------------------------------
+Mon Oct 25 14:02:31 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Mark exampls/*.py non-executable.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pandocfilters.spec ++++++
--- /var/tmp/diff_new_pack.Tu3EqW/_old 2021-10-26 20:14:26.246033377 +0200
+++ /var/tmp/diff_new_pack.Tu3EqW/_new 2021-10-26 20:14:26.250033379 +0200
@@ -26,6 +26,7 @@
URL: http://github.com/jgm/pandocfilters
Source:
https://pypi.io/packages/source/p/pandocfilters/pandocfilters-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
Recommends: pandoc >= 1.16
BuildArch: noarch
@@ -44,16 +45,19 @@
%setup -q -n pandocfilters-%{version}
# Fix usr/bin/env call in example
sed -i 's/^#\!\/.*//g' examples/*.py
+# Fix: spurious-executable-perm (Badness: 50)
+chmod a-x examples/*.py
%build
%python_build
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)
-%doc README README.rst
+%doc README.rst
%doc examples/
%license LICENSE
%{python_sitelib}/*