Changelog for
python311-pymediainfo-6.1.0-1.5.noarch.rpm :
* Sun Oct 29 2023 Luigi Baldoni
- Update to version 6.1.0
* Add a buffer_size argument to parse()
* Add Python 3.12 support
* Fri Aug 25 2023 Markéta Machová - (Build)Require python-importlib-metadata on Leap (boo#1214468)
* Mon Mar 06 2023 Matej Cepl - Don\'t use fdupes -s, it hurts.
* Fri Dec 02 2022 Luigi Baldoni - 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
* Sun May 02 2021 Luigi Baldoni - Update to version 5.1.0
* Improve errors when libmediainfo can\'t be loaded
* Sun Apr 11 2021 Luigi Baldoni - 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
* Tue Nov 24 2020 Luigi Baldoni - Update to version 5.0.3
* Fix TypeError when parsing certain files
* Fri Nov 20 2020 aloisioAATTgmx.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.
* Sat Nov 07 2020 Luigi Baldoni - Update to version 4.3
* MediaInfo.parse: add support for file-like objects
* Improvements to documentation
* Python 3.9 is now officially supported
* Thu Apr 30 2020 Luigi Baldoni - 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