diff --git a/pylast-5.1.0.tar.gz b/pylast-5.1.0.tar.gz deleted file mode 100644 index 652cb385979037cfaab52d7734c168aab6ecfab0..0000000000000000000000000000000000000000 Binary files a/pylast-5.1.0.tar.gz and /dev/null differ diff --git a/pylast-5.3.0.tar.gz b/pylast-5.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e0c8338118f947951655492658c2dcc5a9375669 Binary files /dev/null and b/pylast-5.3.0.tar.gz differ diff --git a/python-pylast.spec b/python-pylast.spec index c8ea7f498a605e84dc42427b691b997da18ab2ca..d85559244000f53aebd1dd31d11d5860203bf98c 100644 --- a/python-pylast.spec +++ b/python-pylast.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pylast -Version: 5.1.0 +Version: 5.3.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/cf/2e/6e6bf26d26a2f3b8c66ddb617a854a3ca933f9ef028b1e7f7f962c0ed1c3/pylast-5.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/bf/f2/84e992deea30c5195f7166387295049bd6b29f23a6a1a03ff8c16f59436f/pylast-5.3.0.tar.gz Patch0: 0001-add-setup.py.patch BuildArch: noarch @@ -77,6 +77,16 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 01 2024 lixiaoyong - 5.3.0-1 +- Update package to version 5.3.0 + Simple public interface + Access to all the data exposed by the Last.fm web services + Scrobbling support + Full object-oriented design + Proxy support + Internal caching support for some web services calls (disabled by default) + Support for other API-compatible networks like Libre.fm + * Mon Nov 07 2022 wangjunqi - 5.1.0-1 - Update package to version 5.1.0