15
0

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:
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 +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>