pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/py-music21 py-music21: update to 7.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b226e96b1eeb
branches:  trunk
changeset: 379131:b226e96b1eeb
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed May 11 23:34:04 2022 +0000

description:
py-music21: update to 7.3.3

This update doesn't add much for pkgsrc users, given the focus was on
a Python 3.7-only component, but keeps us up to date with code changes.

Change log:

Music21 7.3.3 adds support for showing MIDI inside a Google Colaboratory
(colab) notebook, via music21j. Since m21 v8 will be Python 3.8+ only,
and Google Colab is still on Python 3.7, a back-port to v7 was needed.

7.3.2 was internal development only and not released

diffstat:

 audio/py-music21/Makefile |  7 +++----
 audio/py-music21/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (33 lines):

diff -r bb51274bae6e -r b226e96b1eeb audio/py-music21/Makefile
--- a/audio/py-music21/Makefile Wed May 11 22:48:43 2022 +0000
+++ b/audio/py-music21/Makefile Wed May 11 23:34:04 2022 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.18 2022/04/09 21:55:17 gutteridge Exp $
+# $NetBSD: Makefile,v 1.19 2022/05/11 23:34:04 gutteridge Exp $
 
-VERSION=       7.3.1
+VERSION=       7.3.3
 DISTNAME=      music21-noCorpus-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-music21-${VERSION}
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cuthbertLab/}
 GITHUB_PROJECT=        music21
-# A bug fix 7.3.1 release was made, but tagged as release 7.3.0.
-GITHUB_RELEASE=        v${VERSION:R}.0
+GITHUB_RELEASE=        v${VERSION}
 
 MAINTAINER=    gutteridge%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/cuthbertLab/music21
diff -r bb51274bae6e -r b226e96b1eeb audio/py-music21/distinfo
--- a/audio/py-music21/distinfo Wed May 11 22:48:43 2022 +0000
+++ b/audio/py-music21/distinfo Wed May 11 23:34:04 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/04/04 01:51:59 gutteridge Exp $
+$NetBSD: distinfo,v 1.12 2022/05/11 23:34:04 gutteridge Exp $
 
-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
+BLAKE2s (music21-noCorpus-7.3.3.tar.gz) = 3107aefd4e1776de1f5b76ab5b89ea9a1c960ff9cbaad8f1448849003345fd00
+SHA512 (music21-noCorpus-7.3.3.tar.gz) = ece70b52b6631c7da4d448b15e549817e74a5b9b008d95c9b7dceddb8472da0f49385180ade42379d8818a8194b37a3fe70cc3018d9fa05d85d55fe9e83aab29
+Size (music21-noCorpus-7.3.3.tar.gz) = 5044046 bytes



Home | Main Index | Thread Index | Old Index