Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-knowit for openSUSE:Factory checked in at 2026-08-22 21:35:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-knowit (Old) and /work/SRC/openSUSE:Factory/.python-knowit.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-knowit" Sat Aug 22 21:35:29 2026 rev:3 rq:1372959 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-knowit/python-knowit.changes 2025-10-06 18:09:22.174398767 +0200 +++ /work/SRC/openSUSE:Factory/.python-knowit.new.1258/python-knowit.changes 2026-08-22 21:37:36.315354985 +0200 @@ -1,0 +2,8 @@ +Fri Aug 21 22:38:15 UTC 2026 - Dirk Müller <[email protected]> + +- update to 0.6.1: + * Fixed Docker build +- update to 0.6.0: + * Unpin dependencies + +------------------------------------------------------------------- Old: ---- knowit-0.5.11.tar.gz New: ---- knowit-0.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-knowit.spec ++++++ --- /var/tmp/diff_new_pack.w9DHAU/_old 2026-08-22 21:37:37.306390411 +0200 +++ /var/tmp/diff_new_pack.w9DHAU/_new 2026-08-22 21:37:37.307390446 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-knowit # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 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.11 +Version: 0.6.1 Release: 0 Summary: Extract information from video files License: MIT ++++++ knowit-0.5.11.tar.gz -> knowit-0.6.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knowit-0.5.11/PKG-INFO new/knowit-0.6.1/PKG-INFO --- old/knowit-0.5.11/PKG-INFO 1970-01-01 01:00:00.000000000 +0100 +++ new/knowit-0.6.1/PKG-INFO 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +1,33 @@ -Metadata-Version: 2.3 +Metadata-Version: 2.4 Name: knowit -Version: 0.5.11 +Version: 0.6.1 Summary: Know better your media files License: MIT +License-File: LICENSE Keywords: video,mkv,mp4,mediainfo,metadata,movie,episode,tv,shows,series Author: Rato -Requires-Python: >=3.9,<4.0 +Requires-Python: >=3.10,<4.0 Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Topic :: Multimedia :: Video Classifier: Topic :: Software Development :: Libraries :: Python Modules Provides-Extra: pint -Requires-Dist: babelfish (>=0.6.1,<0.7.0) -Requires-Dist: enzyme (>=0.5.2,<0.6.0) -Requires-Dist: pint (>=0.20.1,<0.25.0) ; extra == "pint" -Requires-Dist: pymediainfo (>=7.0.1,<8.0.0) -Requires-Dist: pyyaml (>=6.0,<7.0) -Requires-Dist: trakit (>=0.2.2,<0.3.0) +Requires-Dist: babelfish (>=0.6.1) +Requires-Dist: enzyme (>=0.5.2) +Requires-Dist: pint (>=0.20.1) ; extra == "pint" +Requires-Dist: pymediainfo (>=7.0.1) +Requires-Dist: pyyaml (>=6.0) +Requires-Dist: trakit (>=0.2.2) Project-URL: Repository, https://github.com/ratoaq2/knowit Description-Content-Type: text/markdown diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knowit-0.5.11/pyproject.toml new/knowit-0.6.1/pyproject.toml --- old/knowit-0.5.11/pyproject.toml 1970-01-01 01:00:00.000000000 +0100 +++ new/knowit-0.6.1/pyproject.toml 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ [tool.poetry] name = "knowit" -version = "0.5.11" +version = "0.6.1" description = "Know better your media files" authors = [ "Rato", @@ -28,11 +28,11 @@ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Multimedia :: Video", ] @@ -46,13 +46,13 @@ knowit = "knowit.__main__:main" [tool.poetry.dependencies] -python = ">=3.9,<4.0" -babelfish = "^0.6.1" -enzyme = "^0.5.2" -pint = { version = ">=0.20.1,<0.25.0", optional = true } -pymediainfo = "^7.0.1" -pyyaml = "^6.0" -trakit = "^0.2.2" +python = ">=3.10,<4.0" +babelfish = ">=0.6.1" +enzyme = ">=0.5.2" +pint = { version = ">=0.20.1", optional = true } +pymediainfo = ">=7.0.1" +pyyaml = ">=6.0" +trakit = ">=0.2.2" [tool.poetry.group.dev.dependencies] pytest = "^8.4.1"
