diff --git a/knowit-0.5.11.tar.gz b/knowit-0.5.11.tar.gz new file mode 100644 index 0000000..af1763d --- /dev/null +++ b/knowit-0.5.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9045d6640b1bd00fcc49f2f7e81992cdc6c7279767db199d7f3b63e2f5007b58 +size 59398 diff --git a/knowit-0.5.6.tar.gz b/knowit-0.5.6.tar.gz deleted file mode 100644 index 144120b..0000000 --- a/knowit-0.5.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ca8fe4b93d6ec3ff753a8f6f3c641020a6801c11d42545ccb270523281f8cca -size 28573 diff --git a/python-knowit.changes b/python-knowit.changes index c7ef0d1..679c037 100644 --- a/python-knowit.changes +++ b/python-knowit.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Sep 29 11:26:15 UTC 2025 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Sat May 3 06:23:49 UTC 2025 - Luigi Baldoni diff --git a/python-knowit.spec b/python-knowit.spec index c40560f..f9bb5c8 100644 --- a/python-knowit.spec +++ b/python-knowit.spec @@ -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