pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/py-music21



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 23 09:48:37 UTC 2026

Modified Files:
        pkgsrc/audio/py-music21: Makefile distinfo

Log Message:
py-music21: updated to 10.5.0

10.5.0

Bug fixes

Fix roman.RomanNumeral Key cache colliding across modes
Fix MusicXML parsing bug , a clef with no number is for staff 1, not for all staves in a part
Fix parsing MIDI from URL

Typing and Cleanups

Better typing of Instrument code
Easier to read doc tests

Security

Bump cryptography from 47.0.0 to 48.0.1
Bump tornado from 6.5.5 to 6.5.6
Bump tornado from 6.5.6 to 6.5.7
Bump uv from 0.11.8 to 0.11.15


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/audio/py-music21/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/py-music21/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/py-music21/Makefile
diff -u pkgsrc/audio/py-music21/Makefile:1.40 pkgsrc/audio/py-music21/Makefile:1.41
--- pkgsrc/audio/py-music21/Makefile:1.40       Thu May 28 19:57:05 2026
+++ pkgsrc/audio/py-music21/Makefile    Tue Jun 23 09:48:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2026/05/28 19:57:05 gutteridge Exp $
+# $NetBSD: Makefile,v 1.41 2026/06/23 09:48:37 adam Exp $
 
-DISTNAME=      music21-noCorpus-10.3.0
+DISTNAME=      music21-noCorpus-10.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-noCorpus//}
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cuthbertLab/}

Index: pkgsrc/audio/py-music21/distinfo
diff -u pkgsrc/audio/py-music21/distinfo:1.23 pkgsrc/audio/py-music21/distinfo:1.24
--- pkgsrc/audio/py-music21/distinfo:1.23       Thu May 28 19:57:05 2026
+++ pkgsrc/audio/py-music21/distinfo    Tue Jun 23 09:48:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2026/05/28 19:57:05 gutteridge Exp $
+$NetBSD: distinfo,v 1.24 2026/06/23 09:48:37 adam Exp $
 
-BLAKE2s (music21-noCorpus-10.3.0.tar.gz) = 4f83b0915390928416c2ae2512cb96a355a0ce34eb33d330b73d1c440fce1a14
-SHA512 (music21-noCorpus-10.3.0.tar.gz) = 46c5d1435de6b04625b270bdfb349ec09f6dd2fa15c4cced28a7163c63dc1664ff54cc9c5cda586eb6356462c29bdac2942a1ee48a5c0511ccaf70e3a4873643
-Size (music21-noCorpus-10.3.0.tar.gz) = 5183218 bytes
+BLAKE2s (music21-noCorpus-10.5.0.tar.gz) = aab0549a89929e12e0294ad0ae97585f5b362e0730e543f01640cc6436862bb7
+SHA512 (music21-noCorpus-10.5.0.tar.gz) = 2d05342454134607a8526a9931ef6dcd5012d437173319d03276acc9cd3c6f2fdcc6ed2fbff1bcb08fd425ec02cdb582ff763c663a2b9ad63dc898fb1fd7b337
+Size (music21-noCorpus-10.5.0.tar.gz) = 5186976 bytes



Home | Main Index | Thread Index | Old Index