Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id EB90F1A921F for ; Mon, 4 Apr 2022 01:52:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1FEE584F49; Mon, 4 Apr 2022 01:52:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 59CD684F48 for ; Mon, 4 Apr 2022 01:52:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id x4XW3_q3c3Mg for ; Mon, 4 Apr 2022 01:51:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6AAB784F3E for ; Mon, 4 Apr 2022 01:51:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 641F8FB24; Mon, 4 Apr 2022 01:51:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649037119118620" MIME-Version: 1.0 Date: Mon, 4 Apr 2022 01:51:59 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/audio/py-music21 To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20220404015159.641F8FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649037119118620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1649037119118620 Content-Disposition: inline Content-Length: 4357 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1649037119118620--