Received: by mail.netbsd.org (Postfix, from userid 605) id 4944184F3F; Mon, 9 Jul 2018 08:06:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29FC884EE4 for ; Mon, 9 Jul 2018 08:06:20 +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 0Z3UTl5QugdI for ; Mon, 9 Jul 2018 08:06:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1EDA884C71 for ; Mon, 9 Jul 2018 08:06:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D3EFFBEC; Mon, 9 Jul 2018 08:06:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1531123579261980" MIME-Version: 1.0 Date: Mon, 9 Jul 2018 08:06:19 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/audio/py-beets To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180709080619.0D3EFFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1531123579261980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jul 9 08:06:18 UTC 2018 Modified Files: pkgsrc/audio/py-beets: Makefile PLIST distinfo Log Message: py-beets: updated to 1.4.7 1.4.7: This new release includes lots of new features in the importer and the metadata source backends that it uses. We've changed how the beets importer handles non-audio tracks listed in metadata sources like MusicBrainz: * The importer now ignores non-audio tracks (namely, data and video tracks) listed in MusicBrainz. Also, a new option, :ref:ignore_video_tracks, lets you return to the old behavior and include these video tracks. * A new importer option, :ref:ignored_media, can let you skip certain media formats. There are other subtle improvements to metadata handling in the importer: * In the MusicBrainz backend, beets now imports the musicbrainz_releasetrackid field. This is a first step toward * A new importer configuration option, :ref:artist_credit, will tell beets to prefer the artist credit over the artist when autotagging. And there are even more new features: * :doc:/plugins/replaygain: The beet replaygain command now has --force, --write and --nowrite options. * A new importer configuration option, :ref:incremental_skip_later, lets you avoid recording skipped directories to the list of "processed" directories in :ref:incremental mode. This way, you can revisit them later with another import. * :doc:/plugins/fetchart: The configuration options now support finer-grained control via the sources option. You can now specify the search order for different *matching strategies* within different backends. * :doc:/plugins/web: A new cors_supports_credentials configuration option lets in-browser clients communicate with the server even when it is protected by an authorization mechanism (a proxy with HTTP authentication enabled, for example). * A new :doc:/plugins/sonosupdate plugin automatically notifies Sonos controllers to update the music library when the beets library changes. * :doc:/plugins/discogs: The plugin now stores master release IDs into mb_releasegroupid. It also "simulates" track IDs using the release ID and the track list position. * :doc:/plugins/discogs: Fetch the original year from master releases. There are lots and lots of fixes To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/py-beets/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/py-beets/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/py-beets/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1531123579261980 Content-Disposition: inline Content-Length: 2461 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/py-beets/Makefile diff -u pkgsrc/audio/py-beets/Makefile:1.21 pkgsrc/audio/py-beets/Makefile:1.22 --- pkgsrc/audio/py-beets/Makefile:1.21 Tue Jan 30 14:10:11 2018 +++ pkgsrc/audio/py-beets/Makefile Mon Jul 9 08:06:18 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2018/01/30 14:10:11 adam Exp $ +# $NetBSD: Makefile,v 1.22 2018/07/09 08:06:18 adam Exp $ -DISTNAME= beets-1.4.6 +DISTNAME= beets-1.4.7 CATEGORIES= audio python MASTER_SITES= ${MASTER_SITE_PYPI:=b/beets/} Index: pkgsrc/audio/py-beets/PLIST diff -u pkgsrc/audio/py-beets/PLIST:1.11 pkgsrc/audio/py-beets/PLIST:1.12 --- pkgsrc/audio/py-beets/PLIST:1.11 Sun Jul 23 19:04:10 2017 +++ pkgsrc/audio/py-beets/PLIST Mon Jul 9 08:06:18 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2017/07/23 19:04:10 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2018/07/09 08:06:18 adam Exp $ bin/beet${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -260,6 +260,9 @@ ${PYSITELIB}/beetsplug/scrub.pyo ${PYSITELIB}/beetsplug/smartplaylist.py ${PYSITELIB}/beetsplug/smartplaylist.pyc ${PYSITELIB}/beetsplug/smartplaylist.pyo +${PYSITELIB}/beetsplug/sonosupdate.py +${PYSITELIB}/beetsplug/sonosupdate.pyc +${PYSITELIB}/beetsplug/sonosupdate.pyo ${PYSITELIB}/beetsplug/spotify.py ${PYSITELIB}/beetsplug/spotify.pyc ${PYSITELIB}/beetsplug/spotify.pyo Index: pkgsrc/audio/py-beets/distinfo diff -u pkgsrc/audio/py-beets/distinfo:1.14 pkgsrc/audio/py-beets/distinfo:1.15 --- pkgsrc/audio/py-beets/distinfo:1.14 Tue Jan 30 14:10:11 2018 +++ pkgsrc/audio/py-beets/distinfo Mon Jul 9 08:06:18 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2018/01/30 14:10:11 adam Exp $ +$NetBSD: distinfo,v 1.15 2018/07/09 08:06:18 adam Exp $ -SHA1 (beets-1.4.6.tar.gz) = 7984f8c372b0925a3a6054b17f62f9289db62d85 -RMD160 (beets-1.4.6.tar.gz) = b82a5bacd33e7e1abe0b3526d5efe9c703d86d75 -SHA512 (beets-1.4.6.tar.gz) = 26007fff252d26fdbabbfa60271bfb0454eeae0e510addf620dfa21cc9c4da2282ab5abfa3c6585eac810117aa331f966844d97b09624e51a438973bdeb8dcec -Size (beets-1.4.6.tar.gz) = 1451376 bytes +SHA1 (beets-1.4.7.tar.gz) = 6b8b3e87a8e9a6c5d22ae174285f2d8c84e1d5f0 +RMD160 (beets-1.4.7.tar.gz) = f28876dee58f359377d763ef5508f2d7c95c5647 +SHA512 (beets-1.4.7.tar.gz) = 6663a2ffece208a510fce9f5d3dd9c8e617cab60cdb994f7bdb13fd759cfea8882290c75c3cdf4f6de9c7d9b78845b6ed29f98b41c787c89ff8782e4ac3ec152 +Size (beets-1.4.7.tar.gz) = 1458621 bytes --_----------=_1531123579261980--