Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bf25a0afe5 | |||
| a9934af2f5 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd9630bc53f5566df92819641040226e290b2047573f2c74a6e92b8eed9e86b9
|
||||
size 30777
|
||||
3
discid-1.3.0.tar.gz
Normal file
3
discid-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7160a1211ac3d6a6d8213fb88dd3d73e32abe5e01336a5a4c985b082a97d4335
|
||||
size 34393
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 8 11:15:12 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.3.0
|
||||
* Modernized, PEP 518 compatible, build system using ``pyproject.toml``.
|
||||
* Minimum supported Python version is now 3.9.
|
||||
* :issue:`51` tests requiring a physical disc are not run by default anymore.
|
||||
Set the environment variable ``DISCID_TESTS_REQUIRE_DISC`` to enable them
|
||||
or run ``make disccheck``.
|
||||
* Fixed :func:`put` to work with first track number greater than 1.
|
||||
* Add :attr:`Disc.cddb_query_string` property.
|
||||
- Update BuildRequires from pyproject.toml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 04:06:51 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%{?sle15allpythons}
|
||||
Name: python-discid
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Python binding of Libdiscid
|
||||
License: LGPL-3.0-or-later
|
||||
@@ -27,6 +27,7 @@ URL: https://github.com/JonnyJD/python-discid
|
||||
Source: https://files.pythonhosted.org/packages/source/d/discid/discid-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools >= 77.0.3}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user