2023-10-29 18:24:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Oct 29 18:22:02 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 6.1.0
|
|
|
|
|
* Add a buffer_size argument to parse()
|
|
|
|
|
* Add Python 3.12 support
|
|
|
|
|
|
2023-08-25 12:19:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 25 10:52:11 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
|
|
- (Build)Require python-importlib-metadata on Leap (boo#1214468)
|
|
|
|
|
|
2023-03-06 20:21:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 6 07:05:10 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Don't use fdupes -s, it hurts.
|
|
|
|
|
|
2022-12-02 16:15:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 2 16:03:09 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 6.0.1
|
|
|
|
|
* doc: improve description of parse()'s full parameter
|
|
|
|
|
version 6.0.0
|
|
|
|
|
Breaking changes:
|
|
|
|
|
* warning Drop support for Python 3.6
|
|
|
|
|
New features:
|
|
|
|
|
* Add support for Python 3.10 and 3.11
|
|
|
|
|
* tests: start a local HTTP server instead of relying on
|
|
|
|
|
GitHub, this means the test suite can now run without
|
|
|
|
|
Internet access
|
|
|
|
|
Bug fixes:
|
|
|
|
|
* Fix doc build with recent sphinx versions
|
|
|
|
|
|
2021-05-02 08:14:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun May 2 08:09:58 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.1.0
|
|
|
|
|
* Improve errors when libmediainfo can't be loaded
|
|
|
|
|
|
2021-04-11 15:17:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Apr 11 15:09:57 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.0.4
|
|
|
|
|
New features:
|
|
|
|
|
* Remove setuptools runtime requirement by replacing
|
|
|
|
|
pkg_resources with importlib.metadata
|
|
|
|
|
* __version__ is now an empty string if the package is not
|
|
|
|
|
installed
|
|
|
|
|
Miscellaneous:
|
|
|
|
|
* Use setuptools_scm programatically in Sphinx's configuration
|
|
|
|
|
instead of calling setup.py --version
|
|
|
|
|
|
2020-11-24 10:22:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 24 10:16:29 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 5.0.3
|
|
|
|
|
* Fix TypeError when parsing certain files
|
|
|
|
|
|
2020-11-23 10:36:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 20 10:45:36 UTC 2020 - aloisio@gmx.com
|
|
|
|
|
|
|
|
|
|
- Update to version 5.0.2
|
|
|
|
|
Breaking changes:
|
|
|
|
|
* warning Drop support for Python 2.7, 3.4 and 3.5
|
|
|
|
|
* MediaInfo.parse: remove the deprecated text parameter
|
|
|
|
|
New features:
|
|
|
|
|
* MediaInfo: add shortcuts to tracks by type: audio_tracks,
|
|
|
|
|
video_tracks, etc.
|
|
|
|
|
|
2020-11-07 18:51:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Nov 7 18:48:37 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.3
|
|
|
|
|
* MediaInfo.parse: add support for file-like objects
|
|
|
|
|
* Improvements to documentation
|
|
|
|
|
* Python 3.9 is now officially supported
|
|
|
|
|
|
2020-04-30 10:41:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 30 08:34:28 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.2.1
|
|
|
|
|
Bug fixes:
|
|
|
|
|
* Fix version detection for Read the Docs documentation builds
|
|
|
|
|
version 4.2
|
|
|
|
|
New features:
|
|
|
|
|
* Add a new output option to the parse method, this deprecates
|
|
|
|
|
the old test option (#82)
|
|
|
|
|
* Add support for os.PathLike objects (#72)
|
|
|
|
|
Bug fixes:
|
|
|
|
|
* Close and delete handle on errors to avoid memory leaks (#79)
|
|
|
|
|
* Fix thread-safety that was broken since v4.1 (#76 and #83),
|
|
|
|
|
document multi-threading limitations
|
|
|
|
|
* Document Python 3.8 support
|
|
|
|
|
* Show the correct pymediainfo version in documentation builds
|
|
|
|
|
|
2019-09-18 14:31:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 18 14:25:50 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.1
|
|
|
|
|
* Added an argument to pass custom options to the parse method
|
|
|
|
|
(#71)
|
|
|
|
|
|
2019-09-14 07:34:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Sep 14 07:30:51 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
|
|
- Fixed tests in Factory
|
|
|
|
|
|
2019-04-22 13:58:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 22 13:56:26 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 4.0
|
|
|
|
|
* Drop Python 2.6 compatibility
|
|
|
|
|
* Allow pickling of Track instances (#68)
|
|
|
|
|
* Remove xml attributes from Track and MediaInfo objects,
|
|
|
|
|
populate the tracks attribute immediately (03f6242)
|
|
|
|
|
* Implement __eq__ forTrack and MediaInfo objects
|
|
|
|
|
* Add an option to obtain MediaInfo's text output (#66)
|
|
|
|
|
* Add an option to return non-complete MediaInfo (#66)
|
|
|
|
|
* Disable LegacyStreamDisplay explicitly by default, make it
|
|
|
|
|
configurable (see 9aa65d8 for details)
|
|
|
|
|
version 3.2.1:
|
|
|
|
|
* Generate sdists on Linux instead of OSX (#67)
|
|
|
|
|
version 3.2:
|
|
|
|
|
* Publish wheels containing libmediainfo (#59, thanks to
|
|
|
|
|
@bgermann)
|
|
|
|
|
version 3.1:
|
|
|
|
|
* Add an option to control parsing speed (#65)
|
|
|
|
|
version 3.0:
|
|
|
|
|
* Do not ignore exceptions when invalid XML is passed (#53)
|
|
|
|
|
* Raise RuntimeError if parsing fails
|
|
|
|
|
* Add an option to ignore UTF-8 encoding errors, fixes (#54)
|
|
|
|
|
* Use proper XPath to detect track elements in XML (#55)
|
|
|
|
|
* Fix handling of non-existent files
|
|
|
|
|
* Fix tests with libmediainfo ≥ 18.08 (#58)
|
|
|
|
|
* Try to load libmediainfo from the module folder
|
|
|
|
|
|
2018-09-12 12:43:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 12 07:12:47 UTC 2018 - aloisio@gmx.com
|
|
|
|
|
|
|
|
|
|
- Update to version 2.3.0
|
|
|
|
|
* Add setuptools to install_requires (#50)
|
|
|
|
|
* Add an option to extract cover_data for libmediainfo ≥ 18.03
|
|
|
|
|
(#51)
|
|
|
|
|
* Get version from setuptools_scm
|
|
|
|
|
|
2017-11-11 23:39:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Nov 11 23:21:26 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
|
|
- Update to version 2.2.0
|
|
|
|
|
* Support MediaInfo v17.10
|
|
|
|
|
* Make parse support non-standard library locations (#24)
|
|
|
|
|
* Make parse support pathlib objects (#40)
|
|
|
|
|
* Add PyPy and PyPy3 support
|
|
|
|
|
* Run tests with pytest instead of nose
|
|
|
|
|
|
|
|
|
|
- Dropped python-pymediainfo-skip_URL_test.patch (skipping network
|
|
|
|
|
test from the command line now)
|
|
|
|
|
|
2017-07-07 13:24:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 7 10:43:14 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
|
|
- Initial package (2.1.9)
|