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

- Update to version 3.5.0
  Feature:
  * dependencies: Drop Python 3.6 support
  Fix:
  * audio_codec: Detect "E-AC-3" and "AC-3"
  * typo: Fix common typo

OBS-URL: https://build.opensuse.org/request/show/1032802
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=42
This commit is contained in:
Luigi Baldoni 2022-11-02 09:14:04 +00:00 committed by Git OBS Bridge
parent 5c89743380
commit a63149cf05
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:731e96e6a1f3b065d05accc8c19f35d4485d880b77ab8dc4b262cc353df294f7
size 166183

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 2 09:07:26 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 3.5.0
Feature:
* dependencies: Drop Python 3.6 support
Fix:
* audio_codec: Detect "E-AC-3" and "AC-3"
* typo: Fix common typo
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 18 12:09:07 UTC 2022 - Antonio Larrosa <alarrosa@suse.com> Fri Feb 18 12:09:07 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -18,7 +18,7 @@
%define skip_python2 1 %define skip_python2 1
Name: python-guessit Name: python-guessit
Version: 3.4.3 Version: 3.5.0
Release: 0 Release: 0
Summary: A library for guessing information from video files Summary: A library for guessing information from video files
License: LGPL-3.0-only License: LGPL-3.0-only