Package Release Info

python-discid-1.2.0-bp152.1.9

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-discid
python3-discid

Change Logs

* Fri Mar 08 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.2.0:
  * various changes for pip
  * add makefile
Version: 1.1.1-bp150.2.3
* Thu Dec 07 2017 dimstar@opensuse.org
- Escape the usage of %{VERSION} when calling out to rpm.
  RPM 4.14 has %{VERSION} defined as 'the main packages version'.
* Thu Oct 05 2017 toddrme2178@gmail.com
- Update to version 1.1.1
  * workaround :issue:`43` for py2app problems
  * :issue:`41` improve windows example
- Run tests
- Fix shebang in examples
* Thu Oct 05 2017 avvissu@yandex.by
- Add pkgconfig(libdiscid) (build cross distribution)
- Use readlink when searching for package (build cross distribution)
- Spec file cleanup
* Thu Aug 24 2017 jmatejek@suse.com
- singlespec auto-conversion
* Sun Jul 24 2016 rpm@fthiessen.de
- Update to current upstream release 1.1.0
* Mon Jul 04 2016 jengelh@inai.de
- Request libdiscid0 since the code looks for exactly .so.0.
- Remove redundant %clean section.
* Thu Jun 27 2013 Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 1.0.2
  * No code changes compared to 1.0.0 release
* Tue Jun 25 2013 Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 1.0.0
  * DEFAULT_DEVICE is now get_default_device()
  * Disc.submission_url doesn’t point to a redirect now
  * fix: seconds are now rounded the same as on MB server (0.5->up)
* Fri Apr 26 2013 Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 0.5.0
  * feature: add Disc.mcn and Track.isrc
  * feature: add LIBDISCID_VERSION_STRING
  * feature: add Disc.seconds, Track.seconds
  and aliases Disc.length and Track.sectors
  * move read and put to module level
  * changed parameters for put() to include extra `sectors` and add TOCError
  * rename DiscId to Disc
  * fix: move track attributes to Track
  * fix: only have "real" tracks in the list(s) (0 not special)
  * fix: only read the requested features from disc (sparse)
  * fix: remove DiscId.webservice_url (deprecated)
  * fix: detect the version of libdiscid 0.3.0 also in lib64 installations
* Wed Apr 10 2013 Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 0.4.0
  * feature: added FEATURES_IMPLEMENTED, DiscId.track_lengths,
  DiscId.webservice_url and DiscId.freedb_id
  * feature: disc access test suite
* Mon Mar 11 2013 Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 0.3.0
  * feature: add FEATURES list
  * feature: DiscId.put, DiscId.track_offsets, DiscId.sectors,
  DiscId.first_track_num, DiscId.last_track_num
  * fix: prefer libdiscid in current directory
  * fix: find libdiscid in current folder (Linux/Unix)
* Wed Feb 20 2013 Johannes Dewender <novell@JonnyJD.net>
- Add version requirements
* Fri Feb 01 2013 Johannes Dewender <novell@JonnyJD.net>
- Add basic doc files to package (license, changes, example)
* Wed Jan 30 2013 Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 0.2.1
  * fixed Python 3.2 bug in the tests (upstream #9)
* Wed Jan 30 2013 Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 0.2.0
  * API change from DiscId.get_id to DiscId.id
  * added DEFAULT_DEVICE as a module constant
  * added DiscId.submission_url
* Mon Jan 14 2013 Johannes Dewender <novell@JonnyJD.net>
- Initial release (0.1.0)