diff --git a/python-discogs-client.changes b/python-discogs-client.changes index bd75c10..4551267 100644 --- a/python-discogs-client.changes +++ b/python-discogs-client.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jul 13 13:39:26 UTC 2025 - Dirk Müller + +- update to 2.8: + * New collection folder methods `move_release` and + `uncategorize_release` allowing to change folder of + collection items + * Add Python 3.13 to GitHub Actions build workflow and removed + EOL Python 3.8 + * Refactor some outdated Python code style along the way in + https://github.com/joalla/discogs_client/pull/165 + ------------------------------------------------------------------- Thu Nov 28 03:14:29 UTC 2024 - Steve Kowalik @@ -16,7 +28,7 @@ Thu Apr 13 11:02:51 UTC 2023 - pgajdos@suse.com ------------------------------------------------------------------- Tue Sep 27 18:26:10 UTC 2022 - Yogalakshmi Arunachalam -- Update to 2.3.0 +- Update to 2.3.0 This project is no longer maintained. You can still use a REST client like Requests or other third-party Python library to access the Discogs REST API. diff --git a/python-discogs-client.spec b/python-discogs-client.spec index 17cb8a7..88caeb3 100644 --- a/python-discogs-client.spec +++ b/python-discogs-client.spec @@ -1,7 +1,7 @@ # # spec file for package python-discogs-client # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: python-discogs-client -Version: 2.7.1 +Version: 2.8 Release: 0 Summary: Python API client for Discogs License: BSD-2-Clause diff --git a/v2.7.1.tar.gz b/v2.7.1.tar.gz deleted file mode 100644 index 95c181f..0000000 --- a/v2.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cc7fd29aa99181cf119ca14100290d3ebf5f5dfa19df4e94f1e4f551d1db28f -size 56452 diff --git a/v2.8.tar.gz b/v2.8.tar.gz new file mode 100644 index 0000000..32fdd13 --- /dev/null +++ b/v2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf08d0c9267548d4eb3f12096298a0e4c8484ae2e618e82ac591314cb83fd0a9 +size 57029