forked from pool/python-pylast
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
23201d6372 | |||
3eaad6fe21 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:637943b1b0e6045dd85ed7389db6071a1fea45cc7ff90dc6126fd509ca6fae2f
|
||||
size 41552
|
3
pylast-5.5.0.tar.gz
Normal file
3
pylast-5.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6e95cf11fb99779cd451afd5dd68c4036c44f88733cf2346ba27317c1869da4
|
||||
size 45569
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 10:09:47 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 5.5.0
|
||||
* Add py.typed and "Typing :: Typed" classifier (#476)
|
||||
* Update types and run mypy on GitHub Actions (#478)
|
||||
* Double read timeout to fix 'The read operation timed out' (#477)
|
||||
- from version 5.4.0
|
||||
* Add support for Python 3.14 and PyPy3.11 (#473)
|
||||
* Add type hints using autotyping (#463)
|
||||
* Drop support for Python 3.8 (#461)
|
||||
* Replace deprecated classifier with licence expression (PEP 639) (#475)
|
||||
* Generate __version__ at build to avoid slow importlib.metadata (#460)
|
||||
* Remove unnecessary start=0 from range() (#474)
|
||||
* Replace pre-commit/action with faster tox-dev/action-pre-commit-uv (#465)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 20:24:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pylast
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pylast
|
||||
Version: 5.3.0
|
||||
Version: 5.5.0
|
||||
Release: 0
|
||||
Summary: A python interface to Last.fm
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user