Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-calmjs.parse for
openSUSE:Factory checked in at 2021-11-20 02:39:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-calmjs.parse (Old)
and /work/SRC/openSUSE:Factory/.python-calmjs.parse.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-calmjs.parse"
Sat Nov 20 02:39:01 2021 rev:5 rq:932332 version:1.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-calmjs.parse/python-calmjs.parse.changes
2021-11-17 01:15:32.282191487 +0100
+++
/work/SRC/openSUSE:Factory/.python-calmjs.parse.new.1895/python-calmjs.parse.changes
2021-11-20 02:40:08.376582283 +0100
@@ -1,0 +2,7 @@
+Wed Nov 17 17:52:41 UTC 2021 - Matej Cepl <[email protected]>
+
+- Generated tables should get correct *.pyc files
+- And no, this won't work with Python 2 modules. Just don't even
+ try.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-calmjs.parse.spec ++++++
--- /var/tmp/diff_new_pack.0NQHrW/_old 2021-11-20 02:40:08.780580951 +0100
+++ /var/tmp/diff_new_pack.0NQHrW/_new 2021-11-20 02:40:08.784580937 +0100
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-calmjs.parse
Version: 1.3.0
Release: 0
@@ -43,12 +44,11 @@
%build
export LANG=en_US.UTF-8
%python_build
+%python_expand PYTHONPATH=build/lib $python -m calmjs.parse.parsers.optimize
%install
%python_install
-%{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m
calmjs.parse.parsers.optimize
-%fdupes %{buildroot}%{$python_sitelib}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export LANG=en_US.UTF-8
@@ -57,6 +57,6 @@
%files %{python_files}
%doc README.rst CHANGES.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/calmjs*
%changelog