14
0

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

- Update to version 2.2.0
  * Drop python2 support, the supported versions are
    >=3.8,<=3.12.
  * Load CLI options from a configuration file with the
    --config/-c option
  * Change default encoding of downloaded subtitles to 'utf-8'
    (not the original encoding). Use the --original-encoding cli
    option to recover the previous default behavior
  * Add opensubtitlescom provider
  * Add gestdown provider
  * Add tmdb refiner (requires a personal API key)
  * Fix tvsubtitles provider
  * Fix opensubtitles provider
  * Fix napiprojekt provider
  * Fix podnapisi provider to use JSON API
  * Fix addic7ed provider
  * Remove thesubdb provider
  * Remove argenteam provider
  * Remove shooter provider
  * Remove legendastv provider
  * Use pyproject.toml to specify the package configurations.
  * Add pre-commit hook
  * Use ruff to lint and format
  * Use mypy to check types
  * Add type annotations
  * Drop dependencies: pysrt, appdirs, six, pytz
  * Add dependencies:
    + click-option-group>=0.5.6
    + platformdirs>=4.2
    + pysubs2>=1.7
    + srt>=3.5
    + tomli>=2
  * Bump dependency versions:
    + babelfish>=0.6.1
    + chardet>=5.0
    + click>=8.0
    + dogpile.cache>=1.0
    + enzyme>=0.5.0
    + stevedore>=3.0

OBS-URL: https://build.opensuse.org/request/show/1183581
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subliminal?expand=0&rev=21
This commit is contained in:
2024-06-27 13:58:20 +00:00
committed by Git OBS Bridge
parent 702cf33d2b
commit 6587127b8e
4 changed files with 68 additions and 21 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Tue Jun 25 09:34:51 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2.2.0
* Drop python2 support, the supported versions are
>=3.8,<=3.12.
* Load CLI options from a configuration file with the
--config/-c option
* Change default encoding of downloaded subtitles to 'utf-8'
(not the original encoding). Use the --original-encoding cli
option to recover the previous default behavior
* Add opensubtitlescom provider
* Add gestdown provider
* Add tmdb refiner (requires a personal API key)
* Fix tvsubtitles provider
* Fix opensubtitles provider
* Fix napiprojekt provider
* Fix podnapisi provider to use JSON API
* Fix addic7ed provider
* Remove thesubdb provider
* Remove argenteam provider
* Remove shooter provider
* Remove legendastv provider
* Use pyproject.toml to specify the package configurations.
* Add pre-commit hook
* Use ruff to lint and format
* Use mypy to check types
* Add type annotations
* Drop dependencies: pysrt, appdirs, six, pytz
* Add dependencies:
+ click-option-group>=0.5.6
+ platformdirs>=4.2
+ pysubs2>=1.7
+ srt>=3.5
+ tomli>=2
* Bump dependency versions:
+ babelfish>=0.6.1
+ chardet>=5.0
+ click>=8.0
+ dogpile.cache>=1.0
+ enzyme>=0.5.0
+ stevedore>=3.0
-------------------------------------------------------------------
Wed Mar 30 09:41:55 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>