Hello community, here is the log from the commit of package beets for openSUSE:Factory checked in at 2018-01-06 18:48:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/beets (Old) and /work/SRC/openSUSE:Factory/.beets.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "beets" Sat Jan 6 18:48:54 2018 rev:2 rq:561729 version:1.4.6 Changes: -------- --- /work/SRC/openSUSE:Factory/beets/beets.changes 2017-08-24 18:49:06.137271317 +0200 +++ /work/SRC/openSUSE:Factory/.beets.new/beets.changes 2018-01-06 18:49:05.903486376 +0100 @@ -1,0 +2,41 @@ +Thu Jan 4 18:59:49 UTC 2018 - [email protected] + +- Update to 1.4.6: + * The highlight of this release is "album merging," an often 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. + * lyrics: The plugin can now produce reStructuredText files for beautiful, + readable books of lyrics. + * A new from_scratch configuration option makes the importer remove old + metadata before applying new metadata. This new feature complements the + zero and 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. + * There are also somewhat littler, but still great, new features: + * convert: A new no_convert option lets you skip transcoding items matching + a query. Instead, the files are just copied as-is. + * fetchart: A new quiet switch that only prints out messages when album art + is missing. + * mbcollection: You can configure a custom MusicBrainz collection via the + new collection configuration option. + * mbcollection: The collection update command can now remove albums from + collections that are longer in the beets library. + * fetchart: The clearart command now asks for confirmation before touching + your files. + * mpdstats: The plugin now correctly updates song statistics when MPD + switches from a song to a stream and when it plays the same song + multiple times consecutively. + * acousticbrainz: The plugin can now be configured to write only a specific + list of tags. + * Lots of bug fixes. + * The full changelog can be read at + https://github.com/beetbox/beets/blob/master/docs/changelog.rst +- Fixed rpm package group + +------------------------------------------------------------------- Old: ---- beets-1.4.5.tar.gz New: ---- beets-1.4.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ beets.spec ++++++ --- /var/tmp/diff_new_pack.ebvxj4/_old 2018-01-06 18:49:06.515457782 +0100 +++ /var/tmp/diff_new_pack.ebvxj4/_new 2018-01-06 18:49:06.515457782 +0100 @@ -1,7 +1,7 @@ # # spec file for package beets # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,34 +13,35 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: beets -Version: 1.4.5 +Version: 1.4.6 Release: 0 -License: MIT Summary: Music tagger and library organizer +License: MIT +Group: Productivity/Multimedia/Sound/Players Url: http://beets.io/ -Group: Development/Languages/Python Source: https://github.com/beetbox/beets/releases/download/v%{version}/%{name}-%{version}.tar.gz Patch0: 0001-Fixed-failing-test-where.patch # PATCH-FIX-UPSTREAM fix_test_command_line_option_relative_to_working_dir.diff [email protected] - Fixes one of the tests to run successfully Patch1: fix_test_command_line_option_relative_to_working_dir.diff # PATCH-FIX-UPSTREAM fix-pathlib-requirement.diff [email protected] - Don't require pathlib for tests in python >= 3.4.0 Patch2: fix-pathlib-requirement.diff +BuildRequires: python3-PyYAML +BuildRequires: python3-Unidecode BuildRequires: python3-devel -BuildRequires: python3-setuptools BuildRequires: python3-jellyfish BuildRequires: python3-munkres BuildRequires: python3-musicbrainzngs >= 0.4 BuildRequires: python3-mutagen >= 1.33 -BuildRequires: python3-PyYAML +BuildRequires: python3-setuptools BuildRequires: python3-six >= 1.9 -BuildRequires: python3-Unidecode # test requirements +BuildRequires: python3-Flask BuildRequires: python3-beautifulsoup4 BuildRequires: python3-discogs-client -BuildRequires: python3-Flask BuildRequires: python3-mock %if 0%{?suse_version} <= 1320 BuildRequires: python3-pathlib @@ -51,13 +52,13 @@ BuildRequires: python3-rarfile BuildRequires: python3-responses BuildRequires: python3-testsuite +Requires: python3-PyYAML +Requires: python3-Unidecode Requires: python3-jellyfish Requires: python3-munkres Requires: python3-musicbrainzngs >= 0.4 Requires: python3-mutagen >= 1.33 -Requires: python3-PyYAML Requires: python3-six >= 1.9 -Requires: python3-Unidecode Recommends: python3-pyacoustid Recommends: python3-flask Recommends: python3-flask-cors ++++++ beets-1.4.5.tar.gz -> beets-1.4.6.tar.gz ++++++ ++++ 3628 lines of diff (skipped)
