Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Bottleneck for openSUSE:Factory checked in at 2022-12-25 15:14:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Bottleneck (Old) and /work/SRC/openSUSE:Factory/.python-Bottleneck.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Bottleneck" Sun Dec 25 15:14:30 2022 rev:12 rq:1045128 version:1.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Bottleneck/python-Bottleneck.changes 2022-08-16 17:06:59.691743739 +0200 +++ /work/SRC/openSUSE:Factory/.python-Bottleneck.new.1563/python-Bottleneck.changes 2022-12-25 15:14:39.573307407 +0100 @@ -1,0 +2,6 @@ +Fri Dec 23 17:21:43 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Skip a failing test -- gh#pydata/bottleneck#423 +- Add rpmlintrc + +------------------------------------------------------------------- New: ---- python-Bottleneck.rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Bottleneck.spec ++++++ --- /var/tmp/diff_new_pack.nGTmoU/_old 2022-12-25 15:14:41.121316169 +0100 +++ /var/tmp/diff_new_pack.nGTmoU/_new 2022-12-25 15:14:41.125316191 +0100 @@ -16,9 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 -%define skip_python36 1 Name: python-Bottleneck Version: 1.3.5 Release: 0 @@ -26,6 +24,7 @@ License: BSD-2-Clause AND BSD-3-Clause URL: https://github.com/pydata/bottleneck Source0: https://files.pythonhosted.org/packages/source/B/Bottleneck/Bottleneck-%{version}.tar.gz +Source99: python-Bottleneck.rpmlintrc BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel >= 1.16.0} BuildRequires: %{python_module pytest} @@ -50,12 +49,14 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%pytest_arch %{buildroot}%{$python_sitearch}/bottleneck/tests/ +# https://github.com/pydata/bottleneck/issues/423 +donttest="(move_test and test_move)" +%pytest_arch --pyargs bottleneck -k "not ($donttest)" %files %{python_files} %license LICENSE %doc README.rst RELEASE.rst %{python_sitearch}/bottleneck/ -%{python_sitearch}/Bottleneck-%{version}-py*.egg-info +%{python_sitearch}/Bottleneck-%{version}*-info %changelog ++++++ python-Bottleneck.rpmlintrc ++++++ # Required for testing the installed module addFilter("devel-file-in-non-devel-package.*bottleneck/tests/data/template_test")