- Update to 0.9.9:

* LilyPond syntax updates
  * Use hatchling as build backend
  * Fixed: Never use MUP as format guess.
    Fixes frescobaldi/frescobaldi#1635
  * Fix tests
- Removed upstreamed python-ly-pkginfo-name.patch
- Added BuildRequires: %{python_module hatchling}

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/python-ly?expand=0&rev=8
This commit is contained in:
2025-01-04 10:20:52 +00:00
committed by Git OBS Bridge
parent ef959f7af6
commit 3d0be39b5f
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdd64fb947e8804cd7d1eedbd57552a0f1cd3411a7a063ad5ec39db78e8303ad
size 250615

3
python-ly-0.9.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b64983ab44ec7e580451b8fb929da5d981c3d4a633612239e86ce515c1dd7899
size 252206

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 4 10:17:09 UTC 2025 - Cor Blom <cornelis@solcon.nl>
- Update to 0.9.9:
* LilyPond syntax updates
* Use hatchling as build backend
* Fixed: Never use MUP as format guess.
Fixes frescobaldi/frescobaldi#1635
* Fix tests
- Removed upstreamed python-ly-pkginfo-name.patch
- Added BuildRequires: %{python_module hatchling}
-------------------------------------------------------------------
Sun Feb 4 14:31:07 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ly
#
# 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,15 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-ly
Version: 0.9.8
Version: 0.9.9
Release: 0
Summary: Tool and library for manipulating LilyPond files
License: GPL-2.0-or-later
URL: https://github.com/frescobaldi/python-ly
Source: https://github.com/frescobaldi/python-ly/archive/v%{version}/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM python-ly-pkginfo-name.patch gh#frescobaldi/python-ly#167
Patch0: https://github.com/frescobaldi/python-ly/commit/233de7e253086c3eaad21c5b5223169832b36282.patch#/python-ly-pkginfo-name.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pip}
#BuildRequires: %%{python_module pytest}
@@ -35,7 +34,7 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages