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-6.0.0.tar.gz b/pylast-6.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7bf95389357b849c3be9596920aa0a7d8fae7b52 Binary files /dev/null and b/pylast-6.0.0.tar.gz differ diff --git a/python-pylast.spec b/python-pylast.spec index 74881ea116daba36f7fc1551723909f6d06482ca..c3520e8d53209ddd33a3667cddabd0ae0042ae0e 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: 6.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/8d/f5/ec144f937b32252b127f892636c6875d876b856a9f289f3c0bc8a4e05932/pylast-6.0.0.tar.gz Patch0: 0001-add-setup.py.patch BuildArch: noarch @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 25 2025 liudongshi - 6.0.0-1 +- update package to version 6.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