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:           Thu Feb 11 03:17:19 UTC 2021

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

Log Message:
py-music21: update to 6.7.0

Change log:

    Important bug fix: if you’ve had trouble loading music21 with an “importlib” error, this is fixed.
    Composite lyrics changes to the implementation in 6.5: multiple syllables on one note in a single verse (like in Italian, “Il bianco e dolce cigno”) now are imported to MusicXML property, stored 
in a Lyric.components object, and export to MusicXML properly.
    Lyrics searching finds all lyrics in all verses (and composite lyrics too)
    More major improvements to piano staff imports (thanks to Jacob Tyler Walls = JTW)
    RomanNumeral.isMixture() shows whether a chord is borrowed from the other mode (Mark Gotham)
    Several improvements in chord symbols (JTW + Alexandre Papadopoulos)
    More improvements to finding instrument names from MIDI (JTW)
    Duration marks in chords in ABC import properly (Marian Schultz)
    Documentation improvements.
    MusicXML parse failures now more often give the part and measure context (JTW)
    Substantial bug fixes in Stream.setElementOffset. Adds a new Stream.coreSetElementOffset for the dangerous but super fast version, and makes the original version safer. (JTW)
    Bug fixes in MEI articulations (heinzer) and accidentals (JTW)
    Bug fixes in external tools in windows including spaces (JTW)
    Channels handle better in MIDI (bearpelican)
    Humdrum files with positioned rests no longer crash (Phil Kirlin)
    OctaveRepeatingScale and CyclicalScale now usable as abstract classes (JTW)
    Articulations and expressions musicxml does not support are exported as (JTW)
    Better support for .musicxml as a file name within compressed .mxl files.
    Beaming in pickup measures is fixed.
    Stem directions can now be set automatically to coincide with beam groups. This is very useful if you are creating your own notation from scratch (as in VexFlow output; m21j gets the same 
routines)
    Spanner endHeight and startHeight are processed correctly (JTW)
    NoChord objects (in Chord Symbols) now retain their text (like “N.C.”) in more situations (JTW)
    All NotRest objects get a .pitches function – a small thing, but will be helpful in the future.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/py-music21/Makefile
cvs rdiff -u -r1.5 -r1.6 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.9 pkgsrc/audio/py-music21/Makefile:1.10
--- pkgsrc/audio/py-music21/Makefile:1.9        Wed Jan  6 01:17:50 2021
+++ pkgsrc/audio/py-music21/Makefile    Thu Feb 11 03:17:19 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/01/06 01:17:50 gutteridge Exp $
+# $NetBSD: Makefile,v 1.10 2021/02/11 03:17:19 gutteridge Exp $
 
-VERSION=       6.5.0
+VERSION=       6.7.0
 DISTNAME=      music21-noCorpus-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-music21-${VERSION}
 CATEGORIES=    audio python

Index: pkgsrc/audio/py-music21/distinfo
diff -u pkgsrc/audio/py-music21/distinfo:1.5 pkgsrc/audio/py-music21/distinfo:1.6
--- pkgsrc/audio/py-music21/distinfo:1.5        Wed Jan  6 01:17:50 2021
+++ pkgsrc/audio/py-music21/distinfo    Thu Feb 11 03:17:19 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/01/06 01:17:50 gutteridge Exp $
+$NetBSD: distinfo,v 1.6 2021/02/11 03:17:19 gutteridge Exp $
 
-SHA1 (music21-noCorpus-6.5.0.tar.gz) = 73656e097905415d4da258d983e0f98d5df57de0
-RMD160 (music21-noCorpus-6.5.0.tar.gz) = 5e31eb6df82a34e90e9acbb170ffde565a62243a
-SHA512 (music21-noCorpus-6.5.0.tar.gz) = a577c2e75d5ebec1259f777112a3f191f6b25e9936df0921a8f871ccda426071e415f5fa8c5e3caa9751d7baf1daf9addd7519263c987947c00852382abcc1a9
-Size (music21-noCorpus-6.5.0.tar.gz) = 5305065 bytes
+SHA1 (music21-noCorpus-6.7.0.tar.gz) = 36ec9b7ade2cf83b6aead5da35a3d3c338d43195
+RMD160 (music21-noCorpus-6.7.0.tar.gz) = f13b9c5ee2ea2ad00dd3a33721dbf64683e15e38
+SHA512 (music21-noCorpus-6.7.0.tar.gz) = 6d72d005eb59dcb5c828ba3f211c68c4d57759da346c3a5dc8935743de411242df011ac7abc9305de3a0caca71be0f46e776cf741846680fa5293b8c20e77443
+Size (music21-noCorpus-6.7.0.tar.gz) = 5321626 bytes



Home | Main Index | Thread Index | Old Index