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,7 +1,7 @@
#
# 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>
#
# 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)
# 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
Version: 0.10
Version: 0.11.3
Release: 0
Summary: Python Module to use the MPEG Audio Decoder Library
License: LGPL-2.0+
License: LGPL-2.0-or-later
Group: Development/Libraries/Python
URL: http://spacepants.org/src/pymad
Source: https://files.pythonhosted.org/packages/source/p/pymad/pymad-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
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.
%prep
%setup -q -n pymad-%{version}
%autosetup -p1 -n pymad-%{version}
%build
%python_build
@@ -46,9 +46,6 @@ allowing to read PCM data from MPEG audio streams.
%install
%python_install
%check
%python_exec test/test.py
%files %{python_files}
%doc AUTHORS NEWS README.md THANKS
%license COPYING