Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-threadpoolctl for openSUSE:Factory checked in at 2023-04-04 21:16:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-threadpoolctl (Old) and /work/SRC/openSUSE:Factory/.python-threadpoolctl.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-threadpoolctl" Tue Apr 4 21:16:58 2023 rev:6 rq:1076794 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-threadpoolctl/python-threadpoolctl.changes 2022-07-26 19:42:06.977204832 +0200 +++ /work/SRC/openSUSE:Factory/.python-threadpoolctl.new.19717/python-threadpoolctl.changes 2023-04-04 21:16:59.551879101 +0200 @@ -1,0 +2,7 @@ +Mon Apr 3 04:34:43 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com> + +- Add missing BuildRequires on numpy. +- Remove unneeded BuildRequires on pep517. +- Stop using python_sitelib/*. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-threadpoolctl.spec ++++++ --- /var/tmp/diff_new_pack.1v07WB/_old 2023-04-04 21:17:00.151882926 +0200 +++ /var/tmp/diff_new_pack.1v07WB/_new 2023-04-04 21:17:00.155882952 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-threadpoolctl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-threadpoolctl Version: 3.1.0 Release: 0 @@ -28,7 +26,7 @@ Source: https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module flit-core} -BuildRequires: %{python_module pep517} +BuildRequires: %{python_module numpy} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -58,6 +56,8 @@ %files %{python_files} %doc CHANGES.md README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/threadpoolctl.py +%pycache_only %{python_sitelib}/__pycache__/threadpoolctl.*.py* +%{python_sitelib}/threadpoolctl-%{version}*info %changelog