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:   gutteridge
Date:           Tue May 16 16:46:07 UTC 2023

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

Log Message:
py-music21: update to 8.3.0

Music21 v8.3 is a maintenance release that fixes a few bugs in romanText/translate (thanks @malcolmsailor) already in v9alpha, but also fixes a change in the Github.io version of music21j that broke 
.show('midi') inside Jupyter notebooks.
What's Changed

    Fixes bug in repeat tests in romanText/translate.py; handles empty measures by @malcolmsailor in #1434
    Fix mypy with github by @mscuthbert in #1438
    Romantext writer handle repeat bars and measure suffixes like m1a by @malcolmsailor in #1435
    No transpose altered 7,9,11,13 in bII7; chord.tools by @mscuthbert in #1439
    Backport 1565 to m21 v8 by @mscuthbert in #1567


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/py-music21/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/py-music21/PLIST
cvs rdiff -u -r1.13 -r1.14 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.25 pkgsrc/audio/py-music21/Makefile:1.26
--- pkgsrc/audio/py-music21/Makefile:1.25       Mon May 15 22:05:11 2023
+++ pkgsrc/audio/py-music21/Makefile    Tue May 16 16:46:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/05/15 22:05:11 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2023/05/16 16:46:06 gutteridge Exp $
 
-VERSION=       8.1.0
+VERSION=       8.3.0
 DISTNAME=      music21-noCorpus-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-music21-${VERSION}
 CATEGORIES=    audio python

Index: pkgsrc/audio/py-music21/PLIST
diff -u pkgsrc/audio/py-music21/PLIST:1.9 pkgsrc/audio/py-music21/PLIST:1.10
--- pkgsrc/audio/py-music21/PLIST:1.9   Fri Oct  7 03:54:06 2022
+++ pkgsrc/audio/py-music21/PLIST       Tue May 16 16:46:06 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2022/10/07 03:54:06 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/05/16 16:46:06 gutteridge Exp $
 ${PYSITELIB}/music21-${PKGVERSION}.dist-info/INSTALLER
 ${PYSITELIB}/music21-${PKGVERSION}.dist-info/METADATA
 ${PYSITELIB}/music21-${PKGVERSION}.dist-info/RECORD
@@ -115,6 +115,8 @@ ${PYSITELIB}/music21/chord/__init__.py
 ${PYSITELIB}/music21/chord/__init__.pyc
 ${PYSITELIB}/music21/chord/tables.py
 ${PYSITELIB}/music21/chord/tables.pyc
+${PYSITELIB}/music21/chord/tools.py
+${PYSITELIB}/music21/chord/tools.pyc
 ${PYSITELIB}/music21/clef.py
 ${PYSITELIB}/music21/clef.pyc
 ${PYSITELIB}/music21/common/__init__.py

Index: pkgsrc/audio/py-music21/distinfo
diff -u pkgsrc/audio/py-music21/distinfo:1.13 pkgsrc/audio/py-music21/distinfo:1.14
--- pkgsrc/audio/py-music21/distinfo:1.13       Fri Oct  7 03:54:06 2022
+++ pkgsrc/audio/py-music21/distinfo    Tue May 16 16:46:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/10/07 03:54:06 gutteridge Exp $
+$NetBSD: distinfo,v 1.14 2023/05/16 16:46:06 gutteridge Exp $
 
-BLAKE2s (music21-noCorpus-8.1.0.tar.gz) = ba7f285b64e5be4e869f3e09f2a3343fbca4bc3c7e343e81881085fe8b9da955
-SHA512 (music21-noCorpus-8.1.0.tar.gz) = 3b60f65c4d983500f7f8ca709e936c79ac1d5d6afb0fd45f4a2a8b38d4fcf5656c976770adc16926581c8f9976596a52284db9ef3ad1a011a002b5e7f0e72e4f
-Size (music21-noCorpus-8.1.0.tar.gz) = 5057887 bytes
+BLAKE2s (music21-noCorpus-8.3.0.tar.gz) = d857ca6f948af7fb86554f5da0678c09bc7db0d2575f4d3ccb602400a207d23a
+SHA512 (music21-noCorpus-8.3.0.tar.gz) = 41bf04f4f0fc4fc2f6b533783bbe93f520e46e77523fe7674144a60d4178db78c23c0b5bb296c4b8be2463f1fc06d4f32ae1afe8d5e8b21bebd3ef37900d8d6f
+Size (music21-noCorpus-8.3.0.tar.gz) = 5058929 bytes



Home | Main Index | Thread Index | Old Index