- update to 0.5.11:

* Minor release with updated cpython version bagde in README.md
- update to 0.5.10:
  * drop platformdirs as a dependency
- update to 0.5.9:
  * Bring back support to python 3.9 (almost EOL) and 3.10
- update to 0.5.8:
  * Fixed missing dependency: platformdirs
- update to 0.5.7:
  * Libraries updated and supported python versions: 3.11, 3.12
    and 3.13
  * Modify yaml_implicit_resolvers only in subclass of
    yaml.Resolver
  * Add loaded_provider function and allow re-initializing un-
    loaded providers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knowit?expand=0&rev=2
This commit is contained in:
2025-09-29 11:26:46 +00:00
committed by Git OBS Bridge
parent df4777affc
commit af292d9d73
4 changed files with 26 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-knowit
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-knowit
Version: 0.5.6
Version: 0.5.11
Release: 0
Summary: Extract information from video files
License: MIT
@@ -29,11 +29,11 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires: python-Pint >= 0.20.1
Requires: python-PyYAML >= 6.0
Requires: python-babelfish >= 0.6.1
Requires: python-enzyme >= 0.5.2
Requires: python-Pint >= 0.20.1
Requires: python-pymediainfo >= 6.0.1
Requires: python-PyYAML >= 6.0
Requires: python-trakit >= 0.2.2
BuildArch: noarch