Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-resampy for openSUSE:Factory checked in at 2021-04-23 17:50:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-resampy (Old) and /work/SRC/openSUSE:Factory/.python-resampy.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-resampy" Fri Apr 23 17:50:46 2021 rev:5 rq:888026 version:0.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-resampy/python-resampy.changes 2020-04-09 23:15:25.962243734 +0200 +++ /work/SRC/openSUSE:Factory/.python-resampy.new.12324/python-resampy.changes 2021-04-23 17:51:02.430836972 +0200 @@ -1,0 +2,6 @@ +Fri Apr 23 11:46:21 UTC 2021 - Ben Greiner <[email protected]> + +- Skip python36 build: No NumPy for python36 in TW (NEP 29) +- Enable test suite with GitHub archive + +------------------------------------------------------------------- Old: ---- resampy-0.2.2.tar.gz New: ---- resampy-0.2.2-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-resampy.spec ++++++ --- /var/tmp/diff_new_pack.7s46gI/_old 2021-04-23 17:51:02.982837922 +0200 +++ /var/tmp/diff_new_pack.7s46gI/_new 2021-04-23 17:51:02.986837928 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-resampy # -# 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-resampy Version: 0.2.2 Release: 0 @@ -25,7 +26,8 @@ License: ISC Group: Development/Languages/Python URL: https://github.com/bmcfee/resampy -Source: https://files.pythonhosted.org/packages/source/r/resampy/resampy-%{version}.tar.gz +# The GitHub archive includes the tests +Source: https://github.com/bmcfee/resampy/archive/refs/tags/%{version}.tar.gz#/resampy-%{version}-gh.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -67,6 +69,9 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} %doc README.md %license LICENSE
