pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-beets



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 30 14:10:11 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/py-beets/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/py-beets/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-beets/Makefile
diff -u pkgsrc/audio/py-beets/Makefile:1.20 pkgsrc/audio/py-beets/Makefile:1.21
--- pkgsrc/audio/py-beets/Makefile:1.20 Sun Jul 23 19:04:10 2017
+++ pkgsrc/audio/py-beets/Makefile      Tue Jan 30 14:10:11 2018
@@ -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}-sqlite3-[0-9]*:
 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
 

Index: pkgsrc/audio/py-beets/distinfo
diff -u pkgsrc/audio/py-beets/distinfo:1.13 pkgsrc/audio/py-beets/distinfo:1.14
--- pkgsrc/audio/py-beets/distinfo:1.13 Sun Jul 23 19:04:10 2017
+++ pkgsrc/audio/py-beets/distinfo      Tue Jan 30 14:10:11 2018
@@ -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