diff --git a/pylast-5.5.0.tar.gz b/pylast-5.5.0.tar.gz deleted file mode 100644 index e504ec309f63edf3032858c6a5a1fa5683879872..0000000000000000000000000000000000000000 Binary files a/pylast-5.5.0.tar.gz and /dev/null differ diff --git a/pylast-7.0.0.tar.gz b/pylast-7.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0fbe04fcbda592320761bafd6488b339e0c84275 Binary files /dev/null and b/pylast-7.0.0.tar.gz differ diff --git a/python-pylast.spec b/python-pylast.spec index 74881ea116daba36f7fc1551723909f6d06482ca..23573cd813b291f5ddf60ad0d5346ac5fc20ede8 100644 --- a/python-pylast.spec +++ b/python-pylast.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pylast -Version: 5.5.0 +Version: 7.0.0 Release: 1 Summary: A Python interface to Last.fm and Libre.fm License: Apache-2.0 URL: https://github.com/pylast/pylast -Source0: https://files.pythonhosted.org/packages/44/f1/bfd2cc8d67fcc0870e729e1e223fe0359ef94c9b9b98fdb78710d523464c/pylast-5.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/e5/63/18c2c08bbbf30bf331f965f842016d8426b3a4c26033e76be9f953c62848/pylast-7.0.0.tar.gz Patch0: 0001-add-setup.py.patch BuildArch: noarch @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 26 2025 gongxingliang - 7.0.0-1 +- Update package to version 7.0.0 + * Wed Aug 13 2025 lifeifei - 5.5.0-1 - update package to version 5.5.0 * Add support for Python 3.14 and PyPy3.11