Package Release Info

python-musicbrainzngs-0.6-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-musicbrainzngs
python3-musicbrainzngs

Change Logs

* Thu Sep 07 2017 toddrme2178@gmail.com
- Implement single-spec version.
- Update to version 0.6
  * don't require authentication when getting public collections (#87)
  * allow submit_ratings() and submit_tags() to submit for all supported entities (Ian McEwen, #145)
  * allow 'tags' and 'user-tags' includes on releases (Jérémie Detrey, #150)
  * set the parser when the webservice format is changed
  * read the error message from musicbrainz and return it in
    a raised exception
  * send authenticaion headers when required (Ryan Helinski, #153)
  * added get_series_by_id(), search_areas(), search_series() (Ian McEwen, #148)
  * updated options for get_releases_by_discid() to support 'media-format'
    and discid-less requests (Ian McEwen, #148)
  * parse work attributes (Wieland Hoffmann, #151)
  * added various methods to retrieve data from the Cover Art Archive (Alastair Porter & Wieland Hoffmann, #115)
  * added support for pregap tracks (Rui Gonçalves, #154 & #165)
  * return 'offset-list' and 'offset-count' for get_releases_by_discid()
    (Johannes Dewender, #169)
  * added support for search and browse of events (Shadab Zafar, #168)
  * added support for 'data-track-list' elements (Jérémie Detrey, #180)
  * added support for get and search instruments
  * added support to read all collection types (#175)
  * added support for search and browse of places (#176)
  * allow single strings to be used as includes for browse requests (#172)
  * allow single strings to be used at tag submission (#172)
  * added support for browse artist by work and work by artist
  * added support for 'track-count' elements in 'medium-list's returned by search
  * added support to read xml attributes in 'attribute-list' elements (#142)
* Tue Oct 20 2015 hpj@urpla.net
- version 0.5: initial build