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:           Mon Apr  4 01:51:59 UTC 2022

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

Log Message:
py-music21: update to 7.3.1

The full upstream change log can't be condensed easily, highlights are:

Version 7.3 is a bug-fix, improvement, and maintenance release of music21. Aside from a few obscure corners of the code, it is designed to be fully backwards compatible with the previous v7 releases 
(7.1). It represents half a year's work since the original v7.1 release.

Thanks go especially to Jacob Tyler Walls who really steered the contributions to this release.

Among the major improvements in this branch are:

    Full support for Python 3.10.
        I've been doing all my recent dev on 3.10 taking advantage of new features, and it's great, and plays well with numpy, tensorflow, and so many other cutting edge analysis tools.
        In keeping with music21's policy of supporting the last three versions of Python, music21 v7.3 will be the last version of music21 to support Python 3.7. A decision on whether 3.8 or 3.9 will 
be the minimum version for music21 v8 will come later, depending on its release date; we may also update policy somewhat and raise the minimum version to 3.9 during the v8 cycle.

(7.3.0 had an installation bug -- replacing with 7.3.1)

For full details, please refer to
https://github.com/cuthbertLab/music21/releases/tag/v7.3.0


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/py-music21/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/py-music21/PLIST
cvs rdiff -u -r1.10 -r1.11 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.16 pkgsrc/audio/py-music21/Makefile:1.17
--- pkgsrc/audio/py-music21/Makefile:1.16       Tue Jan  4 20:52:34 2022
+++ pkgsrc/audio/py-music21/Makefile    Mon Apr  4 01:51:59 2022
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.16 2022/01/04 20:52:34 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/04/04 01:51:59 gutteridge Exp $
 
-VERSION=       7.1.0
+VERSION=       7.3.1
 DISTNAME=      music21-noCorpus-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-music21-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cuthbertLab/}
 GITHUB_PROJECT=        music21
-GITHUB_RELEASE=        v${VERSION}
+# A bug fix 7.3.1 release was made, but tagged as release 7.3.0.
+GITHUB_RELEASE=        v${VERSION:R}.0
 
 MAINTAINER=    gutteridge%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/cuthbertLab/music21

Index: pkgsrc/audio/py-music21/PLIST
diff -u pkgsrc/audio/py-music21/PLIST:1.7 pkgsrc/audio/py-music21/PLIST:1.8
--- pkgsrc/audio/py-music21/PLIST:1.7   Thu Sep 16 00:23:52 2021
+++ pkgsrc/audio/py-music21/PLIST       Mon Apr  4 01:51:59 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/09/16 00:23:52 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/04/04 01:51:59 gutteridge Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -151,6 +151,7 @@ ${PYSITELIB}/music21/braille/text.pyo
 ${PYSITELIB}/music21/braille/translate.py
 ${PYSITELIB}/music21/braille/translate.pyc
 ${PYSITELIB}/music21/braille/translate.pyo
+${PYSITELIB}/music21/capella/Nu_rue_mit_sorgen.capx
 ${PYSITELIB}/music21/capella/__init__.py
 ${PYSITELIB}/music21/capella/__init__.pyc
 ${PYSITELIB}/music21/capella/__init__.pyo
@@ -218,6 +219,7 @@ ${PYSITELIB}/music21/converter/incorrect
 ${PYSITELIB}/music21/converter/qmConverter.py
 ${PYSITELIB}/music21/converter/qmConverter.pyc
 ${PYSITELIB}/music21/converter/qmConverter.pyo
+${PYSITELIB}/music21/converter/quarterMusicTestIn.qm
 ${PYSITELIB}/music21/converter/subConverters.py
 ${PYSITELIB}/music21/converter/subConverters.pyc
 ${PYSITELIB}/music21/converter/subConverters.pyo
@@ -411,6 +413,7 @@ ${PYSITELIB}/music21/mei/base.pyc
 ${PYSITELIB}/music21/mei/base.pyo
 ${PYSITELIB}/music21/mei/test/notes_in_utf16.mei
 ${PYSITELIB}/music21/mei/test/notes_in_utf8.mei
+${PYSITELIB}/music21/mei/test/test_file.ly
 ${PYSITELIB}/music21/mei/test/test_file.mei
 ${PYSITELIB}/music21/mei/test/test_file.pdf
 ${PYSITELIB}/music21/mei/test_base.py
@@ -656,6 +659,7 @@ ${PYSITELIB}/music21/musicxml/lilypondTe
 ${PYSITELIB}/music21/musicxml/m21ToXml.py
 ${PYSITELIB}/music21/musicxml/m21ToXml.pyc
 ${PYSITELIB}/music21/musicxml/m21ToXml.pyo
+${PYSITELIB}/music21/musicxml/musicxml.xsd
 ${PYSITELIB}/music21/musicxml/partStaffExporter.py
 ${PYSITELIB}/music21/musicxml/partStaffExporter.pyc
 ${PYSITELIB}/music21/musicxml/partStaffExporter.pyo
@@ -747,6 +751,7 @@ ${PYSITELIB}/music21/romanText/translate
 ${PYSITELIB}/music21/romanText/tsvConverter.py
 ${PYSITELIB}/music21/romanText/tsvConverter.pyc
 ${PYSITELIB}/music21/romanText/tsvConverter.pyo
+${PYSITELIB}/music21/romanText/tsvEg.tsv
 ${PYSITELIB}/music21/romanText/writeRoman.py
 ${PYSITELIB}/music21/romanText/writeRoman.pyc
 ${PYSITELIB}/music21/romanText/writeRoman.pyo

Index: pkgsrc/audio/py-music21/distinfo
diff -u pkgsrc/audio/py-music21/distinfo:1.10 pkgsrc/audio/py-music21/distinfo:1.11
--- pkgsrc/audio/py-music21/distinfo:1.10       Tue Oct 26 09:59:25 2021
+++ pkgsrc/audio/py-music21/distinfo    Mon Apr  4 01:51:59 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 09:59:25 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/04/04 01:51:59 gutteridge Exp $
 
-BLAKE2s (music21-noCorpus-7.1.0.tar.gz) = 29d3efebe31795f01e835eeea870ffb9c78d0ecd69d31bc6fc46dfad75263ee1
-SHA512 (music21-noCorpus-7.1.0.tar.gz) = 12844bf5b08791184792bb6cc2601db9410e136a4c1025c5088e6a1a3634021ae78b9fab332e36ea3b7061c97e4af37096e5c04ecdde3a47dc44b1ac973e6d9f
-Size (music21-noCorpus-7.1.0.tar.gz) = 5385205 bytes
+BLAKE2s (music21-noCorpus-7.3.1.tar.gz) = f1aadea438385f8943186b1c89ea1f6c462622880c5ffa567fa14aa7d48bde11
+SHA512 (music21-noCorpus-7.3.1.tar.gz) = 3c4f1e7489e65fb1700ff300ab571ff32823c67ae23870478cc0e57602d3d1b130c8555a3edf5c1c8902a52e708efb0a5f55926f80cadd104a04dd3ee969bd64
+Size (music21-noCorpus-7.3.1.tar.gz) = 5039374 bytes



Home | Main Index | Thread Index | Old Index