Hello community,
here is the log from the commit of package python-Flask-RESTful for
openSUSE:Factory checked in at 2019-09-16 10:52:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-RESTful (Old)
and /work/SRC/openSUSE:Factory/.python-Flask-RESTful.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-RESTful"
Mon Sep 16 10:52:47 2019 rev:4 rq:730992 version:0.3.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-Flask-RESTful/python-Flask-RESTful.changes
2019-01-03 18:08:25.624044470 +0100
+++
/work/SRC/openSUSE:Factory/.python-Flask-RESTful.new.7948/python-Flask-RESTful.changes
2019-09-16 10:52:50.179153317 +0200
@@ -1,0 +2,7 @@
+Sat Sep 14 07:02:06 UTC 2019 - John Vandenberg <[email protected]>
+
+- Use %python_expand to recompile to fix inconsistent mtime
+- Expand fdupes to avoid dups in egg-info
+- Fix hashbang
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-RESTful.spec ++++++
--- /var/tmp/diff_new_pack.OEkAhB/_old 2019-09-16 10:52:50.971153215 +0200
+++ /var/tmp/diff_new_pack.OEkAhB/_new 2019-09-16 10:52:50.975153214 +0200
@@ -40,15 +40,19 @@
%prep
%setup -q -n Flask-RESTful-%{version}
+sed -i '1{/^#!/d}' flask_restful/__version__.py
%build
%python_build
%install
%python_install
-%py_compile %{buildroot}%{python_sitelib}
-%py3_compile %{buildroot}%{python3_sitelib}/flask_restful/
-%python_expand %fdupes %{buildroot}%{$python_sitelib}/flask_restful/
+%{python_expand \
+$python -m compileall -d %{$python_sitelib}
%{buildroot}%{$python_sitelib}/flask_restful/
+$python -O -m compileall -d %{$python_sitelib}
%{buildroot}%{$python_sitelib}/flask_restful/
+}
+
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%dir %{python_sitelib}/flask_restful