Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-altair for openSUSE:Factory checked in at 2021-02-19 23:45:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-altair (Old) and /work/SRC/openSUSE:Factory/.python-altair.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-altair" Fri Feb 19 23:45:59 2021 rev:10 rq:873830 version:4.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-altair/python-altair.changes 2020-04-22 20:50:58.651155564 +0200 +++ /work/SRC/openSUSE:Factory/.python-altair.new.28504/python-altair.changes 2021-02-19 23:46:24.111430248 +0100 @@ -1,0 +2,6 @@ +Fri Feb 19 14:36:20 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Skip python36 build: With NumPy 1.20, Tumbleweed no longer + provides a python36-numpy (NEP 29) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-altair.spec ++++++ --- /var/tmp/diff_new_pack.nQaYtE/_old 2021-02-19 23:46:24.699430824 +0100 +++ /var/tmp/diff_new_pack.nQaYtE/_new 2021-02-19 23:46:24.703430828 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-altair # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-altair Version: 4.1.0 Release: 0 @@ -34,7 +35,6 @@ BuildRequires: %{python_module pandas} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: %{python_module toolz} BuildRequires: %{python_module typing} BuildRequires: %{python_module vega_datasets} @@ -45,7 +45,6 @@ Requires: python-jsonschema Requires: python-numpy Requires: python-pandas -Requires: python-six Requires: python-toolz Requires: python-typing Recommends: python-jupyter_ipython @@ -68,15 +67,7 @@ %install %python_install - -# Deduplicating files can generate a RPMLINT warning for pyc mtime -%{python_expand \ -$python -m compileall -d %{$python_sitearch} %{buildroot}%{$python_sitearch}/altair/vega/v3/ -$python -O -m compileall -d %{$python_sitearch} %{buildroot}%{$python_sitearch}/altair/vega/v3/ -$python -m compileall -d %{$python_sitearch} %{buildroot}%{$python_sitearch}/altair/vega/v4/ -$python -O -m compileall -d %{$python_sitearch} %{buildroot}%{$python_sitearch}/altair/vega/v4/ -%fdupes %{buildroot}%{$python_sitelib} -} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check # disable tests that require network @@ -86,6 +77,6 @@ %doc README.md %license LICENSE %{python_sitelib}/altair/ -%{python_sitelib}/altair-%{version}-py*.egg-info/ +%{python_sitelib}/altair-%{version}*-info/ %changelog