Accepting request 1066537 from home:alois:branches:devel:languages:python

- Update to version 3.6.0
  Feature:
  * audio_codec: Detect "DTS:X"

OBS-URL: https://build.opensuse.org/request/show/1066537
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=44
This commit is contained in:
Luigi Baldoni 2023-02-18 11:40:52 +00:00 committed by Git OBS Bridge
parent a63149cf05
commit 315a412e6d
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a269e3a57cc073e61b56259893eab3c5c02d1ad8acbc8ae2e78c5e839f110bc
size 158094

3
guessit-3.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6406362edb16e07ca73ca70260d4f5a75c9538cf434c362b94bd61de1f1331e0
size 158709

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Feb 18 10:31:32 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 3.6.0
Feature:
* audio_codec: Detect "DTS:X"
-------------------------------------------------------------------
Wed Nov 2 09:07:26 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-guessit
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define skip_python2 1
Name: python-guessit
Version: 3.5.0
Version: 3.6.0
Release: 0
Summary: A library for guessing information from video files
License: LGPL-3.0-only
@ -30,7 +30,7 @@ BuildRequires: %{python_module babelfish >= 0.6.0}
BuildRequires: %{python_module importlib_resources}
BuildRequires: %{python_module pytest >= 5}
BuildRequires: %{python_module pytest-benchmark}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest-mock >= 3.3.1}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module rebulk >= 3.1.0}
BuildRequires: %{python_module setuptools}