forked from pool/python-pa-ringbuffer
Accepting request 1008028 from home:yarunachalam:branches:devel:languages:python
- Update to version 0.1.4 * Minor documentation update - Update to version 0.1.3 * No new features, just a minor documentation update - Update to version 0.1.2 * No new features, just a bug fix - Update to version 0.1.1 * Add buffer parameter OBS-URL: https://build.opensuse.org/request/show/1008028 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pa-ringbuffer?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bfe5ed7f581befb46319bf6642f883f69ca917f8450628abfab4255a911b7df0
|
|
||||||
size 7275
|
|
3
pa-ringbuffer-0.1.4.tar.gz
Normal file
3
pa-ringbuffer-0.1.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0878054e979e7b4fafcbcf6273a87e1ed2c50dad44c29fc557d72b7b3a04cf42
|
||||||
|
size 7752
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 4 22:28:00 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.1.4
|
||||||
|
* Minor documentation update
|
||||||
|
|
||||||
|
- Update to version 0.1.3
|
||||||
|
* No new features, just a minor documentation update
|
||||||
|
|
||||||
|
- Update to version 0.1.2
|
||||||
|
* No new features, just a bug fix
|
||||||
|
|
||||||
|
- Update to version 0.1.1
|
||||||
|
* Add buffer parameter
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:51:09 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:51:09 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pa-ringbuffer
|
# spec file for package python-pa-ringbuffer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pa-ringbuffer
|
Name: python-pa-ringbuffer
|
||||||
Version: 0.1.3
|
Version: 0.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python wrapper for PortAudio's ring buffer
|
Summary: Python wrapper for PortAudio's ring buffer
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/spatialaudio/python-pa-ringbuffer
|
URL: https://github.com/spatialaudio/python-pa-ringbuffer
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pa-ringbuffer/pa-ringbuffer-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pa-ringbuffer/pa-ringbuffer-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Reference in New Issue
Block a user