diff --git a/pymad-0.10.tar.gz b/pymad-0.10.tar.gz deleted file mode 100644 index b75779b..0000000 --- a/pymad-0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f3cb83614095cf15205d2ebc344148ae11acb22c85741a94748f614d4c4def1 -size 22689 diff --git a/pymad-0.11.3.tar.gz b/pymad-0.11.3.tar.gz new file mode 100644 index 0000000..fe8f2a9 --- /dev/null +++ b/pymad-0.11.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b9be3b625ce9257e07877b66b1f0bd8a957fb967d18cb2393a7e09cf6ce7aa +size 30098 diff --git a/python-pymad.changes b/python-pymad.changes index 03fd0ad..f616ac5 100644 --- a/python-pymad.changes +++ b/python-pymad.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Oct 22 07:45:17 UTC 2023 - Luigi Baldoni + +- 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 diff --git a/python-pymad.spec b/python-pymad.spec index 39044fa..02b6172 100644 --- a/python-pymad.spec +++ b/python-pymad.spec @@ -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 # # 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