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:           Wed May 11 23:34:05 UTC 2022

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/py-music21/Makefile
cvs rdiff -u -r1.11 -r1.12 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.18 pkgsrc/audio/py-music21/Makefile:1.19
--- pkgsrc/audio/py-music21/Makefile:1.18       Sat Apr  9 21:55:17 2022
+++ pkgsrc/audio/py-music21/Makefile    Wed May 11 23:34:04 2022
@@ -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

Index: pkgsrc/audio/py-music21/distinfo
diff -u pkgsrc/audio/py-music21/distinfo:1.11 pkgsrc/audio/py-music21/distinfo:1.12
--- pkgsrc/audio/py-music21/distinfo:1.11       Mon Apr  4 01:51:59 2022
+++ pkgsrc/audio/py-music21/distinfo    Wed May 11 23:34:04 2022
@@ -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