Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-py-cpuinfo for
openSUSE:Factory checked in at 2022-11-12 17:40:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-py-cpuinfo (Old)
and /work/SRC/openSUSE:Factory/.python-py-cpuinfo.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-py-cpuinfo"
Sat Nov 12 17:40:27 2022 rev:8 rq:1035192 version:9.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-py-cpuinfo/python-py-cpuinfo.changes
2021-06-11 22:30:23.362100610 +0200
+++
/work/SRC/openSUSE:Factory/.python-py-cpuinfo.new.1597/python-py-cpuinfo.changes
2022-11-12 17:40:36.637968491 +0100
@@ -1,0 +2,21 @@
+Fri Nov 11 09:43:10 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Remove rpmlint errors:
+ * Use postun instead of preun for update-alternatives
+ * Remove shebang from py files
+ * More specific python_sitelib in %files
+ * Remove python_module macro definition
+
+-------------------------------------------------------------------
+Wed Nov 9 18:28:08 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to Release 9.0.0
+ * Fixed Bug #178: Changes to lscpu breaks parsing of cache info
+ * Fixed Bug #152: CPU stepping, model, and family values are blank if 0
+ * Fixed Bug #177: Officially drop support for Python 2
+ * Fixed Bug #171: Replace Python 3.11 deprecated unittest.makeSuite
+ * Fixed Bug #173: Fix lgtm.com alerts
+ * Fixed Bug #165: Support Wheel
+ * Fixed Bug #167: Add support for RISC-V
+
+-------------------------------------------------------------------
Old:
----
py-cpuinfo-8.0.0.tar.gz
New:
----
py-cpuinfo-9.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-py-cpuinfo.spec ++++++
--- /var/tmp/diff_new_pack.Ysw3p9/_old 2022-11-12 17:40:37.145971516 +0100
+++ /var/tmp/diff_new_pack.Ysw3p9/_new 2022-11-12 17:40:37.153971564 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-py-cpuinfo
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without tests
Name: python-py-cpuinfo
-Version: 8.0.0
+Version: 9.0.0
Release: 0
Summary: Python library and tool to get CPU info
License: MIT
@@ -30,7 +29,7 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
-Requires(preun):update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages
@@ -53,6 +52,8 @@
%prep
%setup -q -n py-cpuinfo-%{version}
+# remove shebang
+sed -i '1{ /^#!/d; }' cpuinfo/*.py
%build
%python_build
@@ -72,13 +73,14 @@
%post
%python_install_alternative cpuinfo
-%preun
+%postun
%python_uninstall_alternative cpuinfo
%files %{python_files}
%license LICENSE
%doc README.rst ChangeLog
%python_alternative %{_bindir}/cpuinfo
-%{python_sitelib}/*
+%{python_sitelib}/cpuinfo
+%{python_sitelib}/py_cpuinfo-%{version}*-info
%changelog
++++++ py-cpuinfo-8.0.0.tar.gz -> py-cpuinfo-9.0.0.tar.gz ++++++
++++ 1808 lines of diff (skipped)