update to 1.3.10

changes:
-The import command now has a --pretend flag that lists the files that
 will be imported
-The config command can now be used to edit the configuration even when
 it has syntax errors
-plugin additions and updates
-bugfixes
-Fix a new crash with the latest version of Mutagen (1.26)
This commit is contained in:
drochner 2015-01-06 19:50:43 +00:00
parent 18840cd3bc
commit 62b65217c3
3 changed files with 19 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.13 2014/10/20 13:07:30 wiz Exp $
# $NetBSD: Makefile,v 1.14 2015/01/06 19:50:43 drochner Exp $
DISTNAME= v1.3.8
DISTNAME= v1.3.10
PKGNAME= beets-${DISTNAME:S/v//}
CATEGORIES= audio
MASTER_SITES= https://github.com/sampsyo/beets/archive/

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2014/10/17 16:04:24 drochner Exp $
@comment $NetBSD: PLIST,v 1.9 2015/01/06 19:50:43 drochner Exp $
bin/beet
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@ -56,9 +56,6 @@ ${PYSITELIB}/beets/ui/commands.py
${PYSITELIB}/beets/ui/commands.pyc
${PYSITELIB}/beets/ui/commands.pyo
${PYSITELIB}/beets/ui/completion_base.sh
${PYSITELIB}/beets/ui/migrate.py
${PYSITELIB}/beets/ui/migrate.pyc
${PYSITELIB}/beets/ui/migrate.pyo
${PYSITELIB}/beets/util/__init__.py
${PYSITELIB}/beets/util/__init__.pyc
${PYSITELIB}/beets/util/__init__.pyo
@ -119,15 +116,15 @@ ${PYSITELIB}/beetsplug/duplicates.pyo
${PYSITELIB}/beetsplug/echonest.py
${PYSITELIB}/beetsplug/echonest.pyc
${PYSITELIB}/beetsplug/echonest.pyo
${PYSITELIB}/beetsplug/echonest_tempo.py
${PYSITELIB}/beetsplug/echonest_tempo.pyc
${PYSITELIB}/beetsplug/echonest_tempo.pyo
${PYSITELIB}/beetsplug/embedart.py
${PYSITELIB}/beetsplug/embedart.pyc
${PYSITELIB}/beetsplug/embedart.pyo
${PYSITELIB}/beetsplug/fetchart.py
${PYSITELIB}/beetsplug/fetchart.pyc
${PYSITELIB}/beetsplug/fetchart.pyo
${PYSITELIB}/beetsplug/freedesktop.py
${PYSITELIB}/beetsplug/freedesktop.pyc
${PYSITELIB}/beetsplug/freedesktop.pyo
${PYSITELIB}/beetsplug/fromfilename.py
${PYSITELIB}/beetsplug/fromfilename.pyc
${PYSITELIB}/beetsplug/fromfilename.pyo
@ -160,6 +157,9 @@ ${PYSITELIB}/beetsplug/lastgenre/__init__.pyc
${PYSITELIB}/beetsplug/lastgenre/__init__.pyo
${PYSITELIB}/beetsplug/lastgenre/genres-tree.yaml
${PYSITELIB}/beetsplug/lastgenre/genres.txt
${PYSITELIB}/beetsplug/lastimport.py
${PYSITELIB}/beetsplug/lastimport.pyc
${PYSITELIB}/beetsplug/lastimport.pyo
${PYSITELIB}/beetsplug/lyrics.py
${PYSITELIB}/beetsplug/lyrics.pyc
${PYSITELIB}/beetsplug/lyrics.pyo
@ -178,9 +178,15 @@ ${PYSITELIB}/beetsplug/mpdstats.pyo
${PYSITELIB}/beetsplug/mpdupdate.py
${PYSITELIB}/beetsplug/mpdupdate.pyc
${PYSITELIB}/beetsplug/mpdupdate.pyo
${PYSITELIB}/beetsplug/permissions.py
${PYSITELIB}/beetsplug/permissions.pyc
${PYSITELIB}/beetsplug/permissions.pyo
${PYSITELIB}/beetsplug/play.py
${PYSITELIB}/beetsplug/play.pyc
${PYSITELIB}/beetsplug/play.pyo
${PYSITELIB}/beetsplug/plexupdate.py
${PYSITELIB}/beetsplug/plexupdate.pyc
${PYSITELIB}/beetsplug/plexupdate.pyo
${PYSITELIB}/beetsplug/random.py
${PYSITELIB}/beetsplug/random.pyc
${PYSITELIB}/beetsplug/random.pyo

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2014/10/17 16:04:24 drochner Exp $
$NetBSD: distinfo,v 1.10 2015/01/06 19:50:43 drochner Exp $
SHA1 (py-beets/v1.3.8.tar.gz) = 1aaf6634486d64384657997ccf25a520293f2856
RMD160 (py-beets/v1.3.8.tar.gz) = fb5daee9b6ce14aa2e7c6d171af2f4eb067ad672
Size (py-beets/v1.3.8.tar.gz) = 1188903 bytes
SHA1 (py-beets/v1.3.10.tar.gz) = 68e7d342a124577d5d5c902b4c686094266bc4b7
RMD160 (py-beets/v1.3.10.tar.gz) = dac546b3e7bc818b251c7539b752c2057924e496
Size (py-beets/v1.3.10.tar.gz) = 1220573 bytes