14
0

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:
2022-10-05 09:40:24 +00:00
committed by Git OBS Bridge
parent be1da06996
commit ac6bf2ce35
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfe5ed7f581befb46319bf6642f883f69ca917f8450628abfab4255a911b7df0
size 7275

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0878054e979e7b4fafcbcf6273a87e1ed2c50dad44c29fc557d72b7b3a04cf42
size 7752

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pa-ringbuffer
Version: 0.1.3
Version: 0.1.4
Release: 0
Summary: Python wrapper for PortAudio's ring buffer
License: MIT
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
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes