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

- Update to version 3.8.0
  Chore:
  * migrate setup.cfg to pyproject.toml
  * remove win_private_assemblies from pyinstaller spec
  * Silence pylint
  Feature:
  * detect Dolby Vision from DV
  * add Paramount+ to Streaming Services
  * add amzn-cbr
  * add python 3.12 and pypy 3.10 support
  Fix:
  * pathlib.Path.__enter__() is deprecated
  * importlib.resources.read_text() is deprecated
  Style:
  * fix pylint false positive

OBS-URL: https://build.opensuse.org/request/show/1133091
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=49
This commit is contained in:
Luigi Baldoni 2023-12-14 12:47:42 +00:00 committed by Git OBS Bridge
parent 5ea1cbfe09
commit be408fe655
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c18d982ee6db30db5d59557add0324a2b49bf3940a752947510632a2b58a3c1
size 161488

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6619fcbbf9a0510ec8c2c33744c4251cad0507b1d573d05c875de17edc5edbed
size 271285

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Dec 14 12:26:28 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 3.8.0
Chore:
* migrate setup.cfg to pyproject.toml
* remove win_private_assemblies from pyinstaller spec
* Silence pylint
Feature:
* detect Dolby Vision from DV
* add Paramount+ to Streaming Services
* add amzn-cbr
* add python 3.12 and pypy 3.10 support
Fix:
* pathlib.Path.__enter__() is deprecated
* importlib.resources.read_text() is deprecated
Style:
* fix pylint false positive
-------------------------------------------------------------------
Mon Feb 20 08:45:07 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>

View File

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