From 5fff5959a0480e85ab953ef98129a8c7bb426fa0edd1edb125106eb2dd37b7ab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Aug 2022 09:43:04 +0000 Subject: [PATCH] Accepting request 999749 from home:yarunachalam:branches:devel:languages:python - Update to 0.4.2: * adds compatibility with NixOS library naming (Thank you, shithead!) * fixes deprecation for Python 3.10 (Thank you, Nekyo!) * fixes deprecation in recent Numpy OBS-URL: https://build.opensuse.org/request/show/999749 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=19 --- SoundCard-0.4.1.tar.gz | 3 --- SoundCard-0.4.2.tar.gz | 3 +++ python-SoundCard.changes | 8 ++++++++ python-SoundCard.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 SoundCard-0.4.1.tar.gz create mode 100644 SoundCard-0.4.2.tar.gz diff --git a/SoundCard-0.4.1.tar.gz b/SoundCard-0.4.1.tar.gz deleted file mode 100644 index 0b161f9..0000000 --- a/SoundCard-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfc63b1a0480385565dd8124deb9a77a28303b73491c76b520108a88431eb5e2 -size 37324 diff --git a/SoundCard-0.4.2.tar.gz b/SoundCard-0.4.2.tar.gz new file mode 100644 index 0000000..9d1d91b --- /dev/null +++ b/SoundCard-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb88d2c10872debdde7e746e1ea606bf9ad61ffe2b6b7b18b72af97dd3e1e109 +size 43568 diff --git a/python-SoundCard.changes b/python-SoundCard.changes index c4ec960..541091a 100644 --- a/python-SoundCard.changes +++ b/python-SoundCard.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Aug 29 03:52:21 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.4.2: + * adds compatibility with NixOS library naming (Thank you, shithead!) + * fixes deprecation for Python 3.10 (Thank you, Nekyo!) + * fixes deprecation in recent Numpy + ------------------------------------------------------------------- Wed Aug 25 08:51:57 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-SoundCard.spec b/python-SoundCard.spec index 573635b..13cdd41 100644 --- a/python-SoundCard.spec +++ b/python-SoundCard.spec @@ -1,7 +1,7 @@ # # spec file for package python-SoundCard # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -22,7 +22,7 @@ %define skip_python36 1 %endif Name: python-SoundCard -Version: 0.4.1 +Version: 0.4.2 Release: 0 Summary: Python package to play and record audio License: BSD-3-Clause