forked from pool/python-discogs-client
- 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
- Update to 2.3.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-discogs-client?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 13 13:39:26 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
@@ -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 <yarunachalam@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cc7fd29aa99181cf119ca14100290d3ebf5f5dfa19df4e94f1e4f551d1db28f
|
||||
size 56452
|
||||
3
v2.8.tar.gz
Normal file
3
v2.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf08d0c9267548d4eb3f12096298a0e4c8484ae2e618e82ac591314cb83fd0a9
|
||||
size 57029
|
||||
Reference in New Issue
Block a user