14
0
forked from pool/python-pymad

Accepting request 1119410 from home:alois:branches:devel:languages:python

- Update to version 0.11.3
  * Bump standards-version to 4.6.2.
  * Switch uscan to use the PyPI redirector.
  * Acknowledged old bugs long since fixed.
  * No longer needs a `PYBUILD_BEFORE_CLEAN` rule.
  * Update extend-diff-ignore in source/options for git based
    packaging.
  * Add `python3-setuptools-scm` to the build dependencies.
- Disable tests due to missing requirement (pyao)

OBS-URL: https://build.opensuse.org/request/show/1119410
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymad?expand=0&rev=5
This commit is contained in:
2023-10-22 07:55:15 +00:00
committed by Git OBS Bridge
parent 7e04f0e7ad
commit 94aa60bea2
4 changed files with 22 additions and 12 deletions

View File

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

3
pymad-0.11.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Oct 22 07:45:17 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.11.3
* Bump standards-version to 4.6.2.
* Switch uscan to use the PyPI redirector.
* Acknowledged old bugs long since fixed.
* No longer needs a `PYBUILD_BEFORE_CLEAN` rule.
* Update extend-diff-ignore in source/options for git based
packaging.
* Add `python3-setuptools-scm` to the build dependencies.
- Disable tests due to missing requirement (pyao)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 20 12:31:24 UTC 2018 - aloisio@gmx.com Tue Feb 20 12:31:24 UTC 2018 - aloisio@gmx.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pymad # spec file for package python-pymad
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2023 SUSE LLC
# Copyright (c) 2008 Pascal Bleser <guru@unixtech.be> # Copyright (c) 2008 Pascal Bleser <guru@unixtech.be>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@@ -13,20 +13,20 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pymad Name: python-pymad
Version: 0.10 Version: 0.11.3
Release: 0 Release: 0
Summary: Python Module to use the MPEG Audio Decoder Library Summary: Python Module to use the MPEG Audio Decoder Library
License: LGPL-2.0+ License: LGPL-2.0-or-later
Group: Development/Libraries/Python Group: Development/Libraries/Python
URL: http://spacepants.org/src/pymad URL: http://spacepants.org/src/pymad
Source: https://files.pythonhosted.org/packages/source/p/pymad/pymad-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pymad/pymad-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(mad) BuildRequires: pkgconfig(mad)
@@ -38,7 +38,7 @@ Decoder library. pymad provides a high-level API, similar to the pyogg module,
allowing to read PCM data from MPEG audio streams. allowing to read PCM data from MPEG audio streams.
%prep %prep
%setup -q -n pymad-%{version} %autosetup -p1 -n pymad-%{version}
%build %build
%python_build %python_build
@@ -46,9 +46,6 @@ allowing to read PCM data from MPEG audio streams.
%install %install
%python_install %python_install
%check
%python_exec test/test.py
%files %{python_files} %files %{python_files}
%doc AUTHORS NEWS README.md THANKS %doc AUTHORS NEWS README.md THANKS
%license COPYING %license COPYING