Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fsspec for openSUSE:Factory checked in at 2023-04-03 17:46:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fsspec (Old) and /work/SRC/openSUSE:Factory/.python-fsspec.new.9019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fsspec" Mon Apr 3 17:46:08 2023 rev:25 rq:1076836 version:2023.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fsspec/python-fsspec.changes 2023-03-27 18:15:37.338898294 +0200 +++ /work/SRC/openSUSE:Factory/.python-fsspec.new.9019/python-fsspec.changes 2023-04-03 17:46:09.856774188 +0200 @@ -1,0 +2,7 @@ +Sun Apr 2 14:27:18 UTC 2023 - Ben Greiner <[email protected]> + +- migrate to PEP517 +- Enable pyarrow tests +- Reenable distributed test for python311 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fsspec.spec ++++++ --- /var/tmp/diff_new_pack.LYj1Bc/_old 2023-04-03 17:46:10.449232902 +0200 +++ /var/tmp/diff_new_pack.LYj1Bc/_new 2023-04-03 17:46:10.457239100 +0200 @@ -24,6 +24,7 @@ %define psuffix %{nil} %bcond_with test %endif + Name: python-fsspec%{psuffix} Version: 2023.3.0 Release: 0 @@ -33,7 +34,9 @@ # the tests are only in the GitHub archive Source: https://github.com/fsspec/filesystem_spec/archive/%{version}.tar.gz#/fsspec-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: fuse BuildRequires: python-rpm-macros @@ -54,8 +57,7 @@ %if %{with test} BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module cloudpickle} -# no numba and distributed for py311 yet -BuildRequires: %{python_module distributed if %python-base < 3.11} +BuildRequires: %{python_module distributed} BuildRequires: %{python_module fastparquet} BuildRequires: %{python_module fusepy} BuildRequires: %{python_module gcsfs} @@ -64,6 +66,7 @@ BuildRequires: %{python_module numpy} BuildRequires: %{python_module panel} BuildRequires: %{python_module paramiko} +BuildRequires: %{python_module pyarrow} BuildRequires: %{python_module pyftpdlib} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} @@ -86,11 +89,11 @@ %autosetup -p1 -n filesystem_spec-%{version} %build -%python_build +%pyproject_wheel %if ! %{with test} %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif
