pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/py-beets py-beets: updated to 1.4.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a141db78785c
branches:  trunk
changeset: 374866:a141db78785c
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 30 14:10:11 2018 +0000

description:
py-beets: updated to 1.4.6

1.4.6:
The highlight of this release is "album merging," an oft-requested option in
the importer to add new tracks to an existing album you already have in your
library. This way, you no longer need to resort to removing the partial album
from your library, combining the files manually, and importing again.

Here are the larger new features in this release:

* When the importer finds duplicate albums, you can now merge all the
  tracks---old and new---together and try importing them as a single, combined
  album.
* :doc:/plugins/lyrics: The plugin can now produce reStructuredText files
  for beautiful, readable books of lyrics.
* A new :ref:from_scratch configuration option makes the importer remove old
  metadata before applying new metadata. This new feature complements the
  :doc:zero </plugins/zero> and :doc:scrub </plugins/scrub> plugins but is
  slightly different: beets clears out all the old tags it knows about and
  only keeps the new data it gets from the remote metadata source.

diffstat:

 audio/py-beets/Makefile |   8 ++++----
 audio/py-beets/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 412604a52c31 -r a141db78785c audio/py-beets/Makefile
--- a/audio/py-beets/Makefile   Tue Jan 30 13:25:29 2018 +0000
+++ b/audio/py-beets/Makefile   Tue Jan 30 14:10:11 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2017/07/23 19:04:10 adam Exp $
+# $NetBSD: Makefile,v 1.21 2018/01/30 14:10:11 adam Exp $
 
-DISTNAME=      beets-1.4.5
-CATEGORIES=    audio
+DISTNAME=      beets-1.4.6
+CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/beets/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -21,7 +21,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 34
+.if ${_PYTHON_VERSION} == 27
 DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
 .endif
 
diff -r 412604a52c31 -r a141db78785c audio/py-beets/distinfo
--- a/audio/py-beets/distinfo   Tue Jan 30 13:25:29 2018 +0000
+++ b/audio/py-beets/distinfo   Tue Jan 30 14:10:11 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2017/07/23 19:04:10 adam Exp $
+$NetBSD: distinfo,v 1.14 2018/01/30 14:10:11 adam Exp $
 
-SHA1 (beets-1.4.5.tar.gz) = a6df07def889877d586403fb7092ca3d2d91712b
-RMD160 (beets-1.4.5.tar.gz) = d0d97a3764e131bd1ed0bf02952993af0297466f
-SHA512 (beets-1.4.5.tar.gz) = b1ec96bf90e9e11be70085af87fe124ca52bf939ea5334379eb8f42b948cb2f534afc804428e3b928439e92fbd46e6fc1a00a71b16f9f35646ef6e94a6f9148c
-Size (beets-1.4.5.tar.gz) = 1445173 bytes
+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



Home | Main Index | Thread Index | Old Index