From c6ee1da65f30296facfed263aaf23bf92ae1ff8167e6b10cca5c0cdaeb4fc0db Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Sat, 6 Nov 2021 07:25:41 +0000 Subject: [PATCH] Accepting request 929825 from home:alois:branches:devel:languages:python - Update to version 3.4.1 Fix: * other: Detect "Open Matte" with non-space separator * packaging: Use stdlib importlib.resources in py 3.7+ OBS-URL: https://build.opensuse.org/request/show/929825 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=37 --- guessit-3.4.0.tar.gz | 3 --- guessit-3.4.1.tar.gz | 3 +++ python-guessit.changes | 8 ++++++++ python-guessit.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 guessit-3.4.0.tar.gz create mode 100644 guessit-3.4.1.tar.gz diff --git a/guessit-3.4.0.tar.gz b/guessit-3.4.0.tar.gz deleted file mode 100644 index b413a86..0000000 --- a/guessit-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bac608f9075db4a430989e6c48c7e19abedf910e3701eaabefc6a299c8399dc -size 161778 diff --git a/guessit-3.4.1.tar.gz b/guessit-3.4.1.tar.gz new file mode 100644 index 0000000..783ee1e --- /dev/null +++ b/guessit-3.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e732a5010cdac5ac5d410408146ac804e41380e2c9003722044bb817e8f0b217 +size 165594 diff --git a/python-guessit.changes b/python-guessit.changes index 8da77a4..50be183 100644 --- a/python-guessit.changes +++ b/python-guessit.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 6 07:06:31 UTC 2021 - Luigi Baldoni + +- Update to version 3.4.1 + Fix: + * other: Detect "Open Matte" with non-space separator + * packaging: Use stdlib importlib.resources in py 3.7+ + ------------------------------------------------------------------- Fri Nov 5 05:42:15 UTC 2021 - Luigi Baldoni diff --git a/python-guessit.spec b/python-guessit.spec index 5ca0518..089f468 100644 --- a/python-guessit.spec +++ b/python-guessit.spec @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-guessit -Version: 3.4.0 +Version: 3.4.1 Release: 0 Summary: A library for guessing information from video files License: LGPL-3.0-only