Thu Nov 25 19:41:22 2021 UTC ()
Update py-beets to 1.5.0, PR pkg/56378.

This long overdue release of beets includes far too many exciting and useful
features than could ever be satisfactorily enumerated.
As a technical detail, it also introduces two new external libraries:
MediaFile and Confuse used to be part of beets but are now reusable
dependencies---packagers, please take note.
Finally, this is the last version of beets where we intend to support Python
2.x and 3.5; future releases will soon require Python 3.6.


(bsiegert)
diff -r1.26 -r1.27 pkgsrc/audio/py-beets/Makefile
diff -r1.15 -r1.16 pkgsrc/audio/py-beets/PLIST
diff -r1.18 -r1.19 pkgsrc/audio/py-beets/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/audio/py-beets/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/py-beets/Makefile 2020/01/26 17:30:44 1.26
+++ pkgsrc/audio/py-beets/Makefile 2021/11/25 19:41:22 1.27
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1# $NetBSD: Makefile,v 1.26 2020/01/26 17:30:44 rillig Exp $ 1# $NetBSD: Makefile,v 1.27 2021/11/25 19:41:22 bsiegert Exp $
2 2
3DISTNAME= beets-1.4.9 3DISTNAME= beets-1.5.0
4PKGREVISION= 1 
5CATEGORIES= audio python 4CATEGORIES= audio python
6MASTER_SITES= ${MASTER_SITE_PYPI:=b/beets/} 5MASTER_SITES= ${MASTER_SITE_PYPI:=b/beets/}
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://beets.io/ 8HOMEPAGE= https://beets.io/
10COMMENT= Music geek's media organizer 9COMMENT= Music geek's media organizer
11LICENSE= mit 10LICENSE= mit
12 11
13DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode 12DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode
 13DEPENDS+= ${PYPKGPREFIX}-confuse-[0-9]*:../../devel/py-confuse
14DEPENDS+= ${PYPKGPREFIX}-jellyfish-[0-9]*:../../textproc/py-jellyfish 14DEPENDS+= ${PYPKGPREFIX}-jellyfish-[0-9]*:../../textproc/py-jellyfish
15DEPENDS+= ${PYPKGPREFIX}-last-[0-9]*:../../audio/py-last 15DEPENDS+= ${PYPKGPREFIX}-last-[0-9]*:../../audio/py-last
 16DEPENDS+= ${PYPKGPREFIX}-mediafile-[0-9]*:../../audio/py-mediafile
16DEPENDS+= ${PYPKGPREFIX}-munkres-[0-9]*:../../math/py-munkres 17DEPENDS+= ${PYPKGPREFIX}-munkres-[0-9]*:../../math/py-munkres
17DEPENDS+= ${PYPKGPREFIX}-musicbrainz-ngs>=0.4:../../audio/py-musicbrainz-ngs 18DEPENDS+= ${PYPKGPREFIX}-musicbrainz-ngs>=0.4:../../audio/py-musicbrainz-ngs
18DEPENDS+= ${PYPKGPREFIX}-mutagen>=1.33:../../audio/py-mutagen 19DEPENDS+= ${PYPKGPREFIX}-mutagen>=1.33:../../audio/py-mutagen
19DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests 20DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
20DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six 21DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
21DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 22DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
22DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml 23DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
23 24
24USE_LANGUAGES= # none 25USE_LANGUAGES= # none
25 26
26PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-jellyfish 27PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-jellyfish
27 28
28post-install: 29post-install:

cvs diff -r1.15 -r1.16 pkgsrc/audio/py-beets/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/py-beets/PLIST 2020/01/03 08:42:32 1.15
+++ pkgsrc/audio/py-beets/PLIST 2021/11/25 19:41:22 1.16
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1@comment $NetBSD: PLIST,v 1.15 2020/01/03 08:42:32 adam Exp $ 1@comment $NetBSD: PLIST,v 1.16 2021/11/25 19:41:22 bsiegert Exp $
2bin/beet-${PYVERSSUFFIX} 2bin/beet-${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
7${PYSITELIB}/${EGG_INFODIR}/pbr.json 8${PYSITELIB}/${EGG_INFODIR}/pbr.json
8${PYSITELIB}/${EGG_INFODIR}/requires.txt 9${PYSITELIB}/${EGG_INFODIR}/requires.txt
9${PYSITELIB}/${EGG_INFODIR}/top_level.txt 10${PYSITELIB}/${EGG_INFODIR}/top_level.txt
10${PYSITELIB}/beets/__init__.py 11${PYSITELIB}/beets/__init__.py
11${PYSITELIB}/beets/__init__.pyc 12${PYSITELIB}/beets/__init__.pyc
12${PYSITELIB}/beets/__init__.pyo 13${PYSITELIB}/beets/__init__.pyo
13${PYSITELIB}/beets/__main__.py 14${PYSITELIB}/beets/__main__.py
14${PYSITELIB}/beets/__main__.pyc 15${PYSITELIB}/beets/__main__.pyc
15${PYSITELIB}/beets/__main__.pyo 16${PYSITELIB}/beets/__main__.pyo
16${PYSITELIB}/beets/art.py 17${PYSITELIB}/beets/art.py
17${PYSITELIB}/beets/art.pyc 18${PYSITELIB}/beets/art.pyc
18${PYSITELIB}/beets/art.pyo 19${PYSITELIB}/beets/art.pyo
19${PYSITELIB}/beets/autotag/__init__.py 20${PYSITELIB}/beets/autotag/__init__.py
@@ -95,80 +96,92 @@ ${PYSITELIB}/beets/util/pipeline.pyc @@ -95,80 +96,92 @@ ${PYSITELIB}/beets/util/pipeline.pyc
95${PYSITELIB}/beets/util/pipeline.pyo 96${PYSITELIB}/beets/util/pipeline.pyo
96${PYSITELIB}/beets/vfs.py 97${PYSITELIB}/beets/vfs.py
97${PYSITELIB}/beets/vfs.pyc 98${PYSITELIB}/beets/vfs.pyc
98${PYSITELIB}/beets/vfs.pyo 99${PYSITELIB}/beets/vfs.pyo
99${PYSITELIB}/beetsplug/__init__.py 100${PYSITELIB}/beetsplug/__init__.py
100${PYSITELIB}/beetsplug/__init__.pyc 101${PYSITELIB}/beetsplug/__init__.pyc
101${PYSITELIB}/beetsplug/__init__.pyo 102${PYSITELIB}/beetsplug/__init__.pyo
102${PYSITELIB}/beetsplug/absubmit.py 103${PYSITELIB}/beetsplug/absubmit.py
103${PYSITELIB}/beetsplug/absubmit.pyc 104${PYSITELIB}/beetsplug/absubmit.pyc
104${PYSITELIB}/beetsplug/absubmit.pyo 105${PYSITELIB}/beetsplug/absubmit.pyo
105${PYSITELIB}/beetsplug/acousticbrainz.py 106${PYSITELIB}/beetsplug/acousticbrainz.py
106${PYSITELIB}/beetsplug/acousticbrainz.pyc 107${PYSITELIB}/beetsplug/acousticbrainz.pyc
107${PYSITELIB}/beetsplug/acousticbrainz.pyo 108${PYSITELIB}/beetsplug/acousticbrainz.pyo
 109${PYSITELIB}/beetsplug/aura.py
 110${PYSITELIB}/beetsplug/aura.pyc
 111${PYSITELIB}/beetsplug/aura.pyo
108${PYSITELIB}/beetsplug/badfiles.py 112${PYSITELIB}/beetsplug/badfiles.py
109${PYSITELIB}/beetsplug/badfiles.pyc 113${PYSITELIB}/beetsplug/badfiles.pyc
110${PYSITELIB}/beetsplug/badfiles.pyo 114${PYSITELIB}/beetsplug/badfiles.pyo
 115${PYSITELIB}/beetsplug/bareasc.py
 116${PYSITELIB}/beetsplug/bareasc.pyc
 117${PYSITELIB}/beetsplug/bareasc.pyo
111${PYSITELIB}/beetsplug/beatport.py 118${PYSITELIB}/beetsplug/beatport.py
112${PYSITELIB}/beetsplug/beatport.pyc 119${PYSITELIB}/beetsplug/beatport.pyc
113${PYSITELIB}/beetsplug/beatport.pyo 120${PYSITELIB}/beetsplug/beatport.pyo
114${PYSITELIB}/beetsplug/bench.py 121${PYSITELIB}/beetsplug/bench.py
115${PYSITELIB}/beetsplug/bench.pyc 122${PYSITELIB}/beetsplug/bench.pyc
116${PYSITELIB}/beetsplug/bench.pyo 123${PYSITELIB}/beetsplug/bench.pyo
117${PYSITELIB}/beetsplug/bpd/__init__.py 124${PYSITELIB}/beetsplug/bpd/__init__.py
118${PYSITELIB}/beetsplug/bpd/__init__.pyc 125${PYSITELIB}/beetsplug/bpd/__init__.pyc
119${PYSITELIB}/beetsplug/bpd/__init__.pyo 126${PYSITELIB}/beetsplug/bpd/__init__.pyo
120${PYSITELIB}/beetsplug/bpd/gstplayer.py 127${PYSITELIB}/beetsplug/bpd/gstplayer.py
121${PYSITELIB}/beetsplug/bpd/gstplayer.pyc 128${PYSITELIB}/beetsplug/bpd/gstplayer.pyc
122${PYSITELIB}/beetsplug/bpd/gstplayer.pyo 129${PYSITELIB}/beetsplug/bpd/gstplayer.pyo
123${PYSITELIB}/beetsplug/bpm.py 130${PYSITELIB}/beetsplug/bpm.py
124${PYSITELIB}/beetsplug/bpm.pyc 131${PYSITELIB}/beetsplug/bpm.pyc
125${PYSITELIB}/beetsplug/bpm.pyo 132${PYSITELIB}/beetsplug/bpm.pyo
 133${PYSITELIB}/beetsplug/bpsync.py
 134${PYSITELIB}/beetsplug/bpsync.pyc
 135${PYSITELIB}/beetsplug/bpsync.pyo
126${PYSITELIB}/beetsplug/bucket.py 136${PYSITELIB}/beetsplug/bucket.py
127${PYSITELIB}/beetsplug/bucket.pyc 137${PYSITELIB}/beetsplug/bucket.pyc
128${PYSITELIB}/beetsplug/bucket.pyo 138${PYSITELIB}/beetsplug/bucket.pyo
129${PYSITELIB}/beetsplug/chroma.py 139${PYSITELIB}/beetsplug/chroma.py
130${PYSITELIB}/beetsplug/chroma.pyc 140${PYSITELIB}/beetsplug/chroma.pyc
131${PYSITELIB}/beetsplug/chroma.pyo 141${PYSITELIB}/beetsplug/chroma.pyo
132${PYSITELIB}/beetsplug/convert.py 142${PYSITELIB}/beetsplug/convert.py
133${PYSITELIB}/beetsplug/convert.pyc 143${PYSITELIB}/beetsplug/convert.pyc
134${PYSITELIB}/beetsplug/convert.pyo 144${PYSITELIB}/beetsplug/convert.pyo
135${PYSITELIB}/beetsplug/cue.py 145${PYSITELIB}/beetsplug/deezer.py
136${PYSITELIB}/beetsplug/cue.pyc 146${PYSITELIB}/beetsplug/deezer.pyc
137${PYSITELIB}/beetsplug/cue.pyo 147${PYSITELIB}/beetsplug/deezer.pyo
138${PYSITELIB}/beetsplug/discogs.py 148${PYSITELIB}/beetsplug/discogs.py
139${PYSITELIB}/beetsplug/discogs.pyc 149${PYSITELIB}/beetsplug/discogs.pyc
140${PYSITELIB}/beetsplug/discogs.pyo 150${PYSITELIB}/beetsplug/discogs.pyo
141${PYSITELIB}/beetsplug/duplicates.py 151${PYSITELIB}/beetsplug/duplicates.py
142${PYSITELIB}/beetsplug/duplicates.pyc 152${PYSITELIB}/beetsplug/duplicates.pyc
143${PYSITELIB}/beetsplug/duplicates.pyo 153${PYSITELIB}/beetsplug/duplicates.pyo
144${PYSITELIB}/beetsplug/edit.py 154${PYSITELIB}/beetsplug/edit.py
145${PYSITELIB}/beetsplug/edit.pyc 155${PYSITELIB}/beetsplug/edit.pyc
146${PYSITELIB}/beetsplug/edit.pyo 156${PYSITELIB}/beetsplug/edit.pyo
147${PYSITELIB}/beetsplug/embedart.py 157${PYSITELIB}/beetsplug/embedart.py
148${PYSITELIB}/beetsplug/embedart.pyc 158${PYSITELIB}/beetsplug/embedart.pyc
149${PYSITELIB}/beetsplug/embedart.pyo 159${PYSITELIB}/beetsplug/embedart.pyo
150${PYSITELIB}/beetsplug/embyupdate.py 160${PYSITELIB}/beetsplug/embyupdate.py
151${PYSITELIB}/beetsplug/embyupdate.pyc 161${PYSITELIB}/beetsplug/embyupdate.pyc
152${PYSITELIB}/beetsplug/embyupdate.pyo 162${PYSITELIB}/beetsplug/embyupdate.pyo
153${PYSITELIB}/beetsplug/export.py 163${PYSITELIB}/beetsplug/export.py
154${PYSITELIB}/beetsplug/export.pyc 164${PYSITELIB}/beetsplug/export.pyc
155${PYSITELIB}/beetsplug/export.pyo 165${PYSITELIB}/beetsplug/export.pyo
156${PYSITELIB}/beetsplug/fetchart.py 166${PYSITELIB}/beetsplug/fetchart.py
157${PYSITELIB}/beetsplug/fetchart.pyc 167${PYSITELIB}/beetsplug/fetchart.pyc
158${PYSITELIB}/beetsplug/fetchart.pyo 168${PYSITELIB}/beetsplug/fetchart.pyo
159${PYSITELIB}/beetsplug/filefilter.py 169${PYSITELIB}/beetsplug/filefilter.py
160${PYSITELIB}/beetsplug/filefilter.pyc 170${PYSITELIB}/beetsplug/filefilter.pyc
161${PYSITELIB}/beetsplug/filefilter.pyo 171${PYSITELIB}/beetsplug/filefilter.pyo
 172${PYSITELIB}/beetsplug/fish.py
 173${PYSITELIB}/beetsplug/fish.pyc
 174${PYSITELIB}/beetsplug/fish.pyo
162${PYSITELIB}/beetsplug/freedesktop.py 175${PYSITELIB}/beetsplug/freedesktop.py
163${PYSITELIB}/beetsplug/freedesktop.pyc 176${PYSITELIB}/beetsplug/freedesktop.pyc
164${PYSITELIB}/beetsplug/freedesktop.pyo 177${PYSITELIB}/beetsplug/freedesktop.pyo
165${PYSITELIB}/beetsplug/fromfilename.py 178${PYSITELIB}/beetsplug/fromfilename.py
166${PYSITELIB}/beetsplug/fromfilename.pyc 179${PYSITELIB}/beetsplug/fromfilename.pyc
167${PYSITELIB}/beetsplug/fromfilename.pyo 180${PYSITELIB}/beetsplug/fromfilename.pyo
168${PYSITELIB}/beetsplug/ftintitle.py 181${PYSITELIB}/beetsplug/ftintitle.py
169${PYSITELIB}/beetsplug/ftintitle.pyc 182${PYSITELIB}/beetsplug/ftintitle.pyc
170${PYSITELIB}/beetsplug/ftintitle.pyo 183${PYSITELIB}/beetsplug/ftintitle.pyo
171${PYSITELIB}/beetsplug/fuzzy.py 184${PYSITELIB}/beetsplug/fuzzy.py
172${PYSITELIB}/beetsplug/fuzzy.pyc 185${PYSITELIB}/beetsplug/fuzzy.pyc
173${PYSITELIB}/beetsplug/fuzzy.pyo 186${PYSITELIB}/beetsplug/fuzzy.pyo
174${PYSITELIB}/beetsplug/gmusic.py 187${PYSITELIB}/beetsplug/gmusic.py
@@ -232,26 +245,29 @@ ${PYSITELIB}/beetsplug/metasync/amarok.p @@ -232,26 +245,29 @@ ${PYSITELIB}/beetsplug/metasync/amarok.p
232${PYSITELIB}/beetsplug/metasync/amarok.pyo 245${PYSITELIB}/beetsplug/metasync/amarok.pyo
233${PYSITELIB}/beetsplug/metasync/itunes.py 246${PYSITELIB}/beetsplug/metasync/itunes.py
234${PYSITELIB}/beetsplug/metasync/itunes.pyc 247${PYSITELIB}/beetsplug/metasync/itunes.pyc
235${PYSITELIB}/beetsplug/metasync/itunes.pyo 248${PYSITELIB}/beetsplug/metasync/itunes.pyo
236${PYSITELIB}/beetsplug/missing.py 249${PYSITELIB}/beetsplug/missing.py
237${PYSITELIB}/beetsplug/missing.pyc 250${PYSITELIB}/beetsplug/missing.pyc
238${PYSITELIB}/beetsplug/missing.pyo 251${PYSITELIB}/beetsplug/missing.pyo
239${PYSITELIB}/beetsplug/mpdstats.py 252${PYSITELIB}/beetsplug/mpdstats.py
240${PYSITELIB}/beetsplug/mpdstats.pyc 253${PYSITELIB}/beetsplug/mpdstats.pyc
241${PYSITELIB}/beetsplug/mpdstats.pyo 254${PYSITELIB}/beetsplug/mpdstats.pyo
242${PYSITELIB}/beetsplug/mpdupdate.py 255${PYSITELIB}/beetsplug/mpdupdate.py
243${PYSITELIB}/beetsplug/mpdupdate.pyc 256${PYSITELIB}/beetsplug/mpdupdate.pyc
244${PYSITELIB}/beetsplug/mpdupdate.pyo 257${PYSITELIB}/beetsplug/mpdupdate.pyo
 258${PYSITELIB}/beetsplug/parentwork.py
 259${PYSITELIB}/beetsplug/parentwork.pyc
 260${PYSITELIB}/beetsplug/parentwork.pyo
245${PYSITELIB}/beetsplug/permissions.py 261${PYSITELIB}/beetsplug/permissions.py
246${PYSITELIB}/beetsplug/permissions.pyc 262${PYSITELIB}/beetsplug/permissions.pyc
247${PYSITELIB}/beetsplug/permissions.pyo 263${PYSITELIB}/beetsplug/permissions.pyo
248${PYSITELIB}/beetsplug/play.py 264${PYSITELIB}/beetsplug/play.py
249${PYSITELIB}/beetsplug/play.pyc 265${PYSITELIB}/beetsplug/play.pyc
250${PYSITELIB}/beetsplug/play.pyo 266${PYSITELIB}/beetsplug/play.pyo
251${PYSITELIB}/beetsplug/playlist.py 267${PYSITELIB}/beetsplug/playlist.py
252${PYSITELIB}/beetsplug/playlist.pyc 268${PYSITELIB}/beetsplug/playlist.pyc
253${PYSITELIB}/beetsplug/playlist.pyo 269${PYSITELIB}/beetsplug/playlist.pyo
254${PYSITELIB}/beetsplug/plexupdate.py 270${PYSITELIB}/beetsplug/plexupdate.py
255${PYSITELIB}/beetsplug/plexupdate.pyc 271${PYSITELIB}/beetsplug/plexupdate.pyc
256${PYSITELIB}/beetsplug/plexupdate.pyo 272${PYSITELIB}/beetsplug/plexupdate.pyo
257${PYSITELIB}/beetsplug/random.py 273${PYSITELIB}/beetsplug/random.py
@@ -265,37 +281,43 @@ ${PYSITELIB}/beetsplug/rewrite.pyc @@ -265,37 +281,43 @@ ${PYSITELIB}/beetsplug/rewrite.pyc
265${PYSITELIB}/beetsplug/rewrite.pyo 281${PYSITELIB}/beetsplug/rewrite.pyo
266${PYSITELIB}/beetsplug/scrub.py 282${PYSITELIB}/beetsplug/scrub.py
267${PYSITELIB}/beetsplug/scrub.pyc 283${PYSITELIB}/beetsplug/scrub.pyc
268${PYSITELIB}/beetsplug/scrub.pyo 284${PYSITELIB}/beetsplug/scrub.pyo
269${PYSITELIB}/beetsplug/smartplaylist.py 285${PYSITELIB}/beetsplug/smartplaylist.py
270${PYSITELIB}/beetsplug/smartplaylist.pyc 286${PYSITELIB}/beetsplug/smartplaylist.pyc
271${PYSITELIB}/beetsplug/smartplaylist.pyo 287${PYSITELIB}/beetsplug/smartplaylist.pyo
272${PYSITELIB}/beetsplug/sonosupdate.py 288${PYSITELIB}/beetsplug/sonosupdate.py
273${PYSITELIB}/beetsplug/sonosupdate.pyc 289${PYSITELIB}/beetsplug/sonosupdate.pyc
274${PYSITELIB}/beetsplug/sonosupdate.pyo 290${PYSITELIB}/beetsplug/sonosupdate.pyo
275${PYSITELIB}/beetsplug/spotify.py 291${PYSITELIB}/beetsplug/spotify.py
276${PYSITELIB}/beetsplug/spotify.pyc 292${PYSITELIB}/beetsplug/spotify.pyc
277${PYSITELIB}/beetsplug/spotify.pyo 293${PYSITELIB}/beetsplug/spotify.pyo
 294${PYSITELIB}/beetsplug/subsonicplaylist.py
 295${PYSITELIB}/beetsplug/subsonicplaylist.pyc
 296${PYSITELIB}/beetsplug/subsonicplaylist.pyo
278${PYSITELIB}/beetsplug/subsonicupdate.py 297${PYSITELIB}/beetsplug/subsonicupdate.py
279${PYSITELIB}/beetsplug/subsonicupdate.pyc 298${PYSITELIB}/beetsplug/subsonicupdate.pyc
280${PYSITELIB}/beetsplug/subsonicupdate.pyo 299${PYSITELIB}/beetsplug/subsonicupdate.pyo
281${PYSITELIB}/beetsplug/the.py 300${PYSITELIB}/beetsplug/the.py
282${PYSITELIB}/beetsplug/the.pyc 301${PYSITELIB}/beetsplug/the.pyc
283${PYSITELIB}/beetsplug/the.pyo 302${PYSITELIB}/beetsplug/the.pyo
284${PYSITELIB}/beetsplug/thumbnails.py 303${PYSITELIB}/beetsplug/thumbnails.py
285${PYSITELIB}/beetsplug/thumbnails.pyc 304${PYSITELIB}/beetsplug/thumbnails.pyc
286${PYSITELIB}/beetsplug/thumbnails.pyo 305${PYSITELIB}/beetsplug/thumbnails.pyo
287${PYSITELIB}/beetsplug/types.py 306${PYSITELIB}/beetsplug/types.py
288${PYSITELIB}/beetsplug/types.pyc 307${PYSITELIB}/beetsplug/types.pyc
289${PYSITELIB}/beetsplug/types.pyo 308${PYSITELIB}/beetsplug/types.pyo
 309${PYSITELIB}/beetsplug/unimported.py
 310${PYSITELIB}/beetsplug/unimported.pyc
 311${PYSITELIB}/beetsplug/unimported.pyo
290${PYSITELIB}/beetsplug/web/__init__.py 312${PYSITELIB}/beetsplug/web/__init__.py
291${PYSITELIB}/beetsplug/web/__init__.pyc 313${PYSITELIB}/beetsplug/web/__init__.pyc
292${PYSITELIB}/beetsplug/web/__init__.pyo 314${PYSITELIB}/beetsplug/web/__init__.pyo
293${PYSITELIB}/beetsplug/web/static/backbone.js 315${PYSITELIB}/beetsplug/web/static/backbone.js
294${PYSITELIB}/beetsplug/web/static/beets.css 316${PYSITELIB}/beetsplug/web/static/beets.css
295${PYSITELIB}/beetsplug/web/static/beets.js 317${PYSITELIB}/beetsplug/web/static/beets.js
296${PYSITELIB}/beetsplug/web/static/jquery.js 318${PYSITELIB}/beetsplug/web/static/jquery.js
297${PYSITELIB}/beetsplug/web/static/underscore.js 319${PYSITELIB}/beetsplug/web/static/underscore.js
298${PYSITELIB}/beetsplug/web/templates/index.html 320${PYSITELIB}/beetsplug/web/templates/index.html
299${PYSITELIB}/beetsplug/zero.py 321${PYSITELIB}/beetsplug/zero.py
300${PYSITELIB}/beetsplug/zero.pyc 322${PYSITELIB}/beetsplug/zero.pyc
301${PYSITELIB}/beetsplug/zero.pyo 323${PYSITELIB}/beetsplug/zero.pyo

cvs diff -r1.18 -r1.19 pkgsrc/audio/py-beets/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/py-beets/distinfo 2021/10/26 09:59:24 1.18
+++ pkgsrc/audio/py-beets/distinfo 2021/11/25 19:41:22 1.19
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2021/10/26 09:59:24 nia Exp $ 1$NetBSD: distinfo,v 1.19 2021/11/25 19:41:22 bsiegert Exp $
2 2
3BLAKE2s (beets-1.4.9.tar.gz) = 6e3e9817143fb085b47edcac7e4ff542f6c58acf5ee824578e5d910dd8c5a778 3BLAKE2s (beets-1.5.0.tar.gz) = e5af031e5bd2b44c197a20bd938040d40a85bdfa4ddba4cd5461fda8dbd7c4c2
4SHA512 (beets-1.4.9.tar.gz) = 616bad4ca3ecdd05d2f59846fd67215f476ce89cc34d63bc6351efcbaf1e33e5ca783cb8a716e8597b56a7e08e6a6dc15e64b51e89dd786bfb6c5d847f66de5a 4SHA512 (beets-1.5.0.tar.gz) = 447b01dc750a69d0a33d271774f3bd3b997a203d80c220c1a961f9a8e30420d263b1e2a4682d25ff7b02e1e85155f42186cb0d3bf27ebc8c2777f68e197d4018
5Size (beets-1.4.9.tar.gz) = 1494459 bytes 5Size (beets-1.5.0.tar.gz) = 1694845 bytes