Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pastream for openSUSE:Factory
checked in at 2021-04-22 18:04:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pastream (Old)
and /work/SRC/openSUSE:Factory/.python-pastream.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pastream"
Thu Apr 22 18:04:12 2021 rev:4 rq:887461 version:0.2.0.post0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pastream/python-pastream.changes
2020-05-26 17:17:52.415788189 +0200
+++
/work/SRC/openSUSE:Factory/.python-pastream.new.12324/python-pastream.changes
2021-04-22 18:05:47.418677817 +0200
@@ -1,0 +2,5 @@
+Thu Apr 22 06:52:18 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Do not build for Python 3.6, due to no NumPy.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pastream.spec ++++++
--- /var/tmp/diff_new_pack.t9yxVW/_old 2021-04-22 18:05:47.874678566 +0200
+++ /var/tmp/diff_new_pack.t9yxVW/_new 2021-04-22 18:05:47.878678572 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pastream
#
-# 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,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
+%define skip_python36 1
Name: python-pastream
Version: 0.2.0.post0
Release: 0
Summary: GIL-less Portaudio Streams for Python
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/tgarc/pastream
Source0:
https://files.pythonhosted.org/packages/source/p/pastream/pastream-%{version}.tar.gz
Source100: python-pastream-rpmlintrc
@@ -42,7 +42,7 @@
Requires: python-pa-ringbuffer >= 0.1.2
Requires: python-sounddevice >= 0.3.9
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
Recommends: python-numpy
# SECTION test requirements
BuildRequires: %{python_module SoundFile >= 0.9.0}