Skip to content

Commit

Permalink
net-p2p/bazarr: Update to 1.4.0
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/morpheus65535/bazarr/releases/tag/v1.4.0

 * Dropped support for Python 3.7 because our dependencies doesn't support it
   anymore.
 * Fixed Whisper provider to make it throttle longer after ConnectionError
 * Fixed an issue that could clear episodes history in case Sonarr API return
   something else than valid series or episodes.
 * Improved providers exceptions throttling to reduce useless calls to
   providers.
 * Fixed infinite download retry loop in whisperai provider b25d416
 * Fixed (sqlite3.OperationalError) too many SQL variables issue while inserting
   too many episodes at the same time.
 * Fixed issue with series/movies import using a deleted default languages
   profile.
 * Modified "no subtitles found" notification to be a message instead of an
   error.
 * Fixed improper subtitles being downloaded when HI is required by languages
   profile.
 * Fixed languages profile creation issue.
 * Prevent overwriting season and episode number guessed from file name with db
   values unless they haven't been properly guessed.
 * Hide clipboard button when is not possible to copy to clipboard
 * Subdivx provider: improve language matching
 * Improve mods
 * Fixed an error in previous commit that would prevent episodes syncing.
 * Fixed compression type for backup.
 * Fixed other issues with subzero_mods parsing.
 * Fixed issues with SQlite older than 3.35.
 * Avoid FileNotFoundError indexing subtitles
 * Improved compression ratio of backup.
 * Improved stability by usinf Python f-string as much as possible to prevent
   TypeError and improve code readability.
 * Fixed issue while parsing enabled mods during subtitles download 225d79e
 * Fixed config.ini conversion by disabling interpolation with ConfigParser that
   failed with addic7ed cookie.
 * Fixed datatype issue when creating a new languages profile with PostgreSQL.
 * Changing from config.ini to config.yaml

PR:		275699
Reported by:	michiel@vanbaak.eu (maintainer)
  • Loading branch information
mvanbaak authored and fernape committed Dec 13, 2023
1 parent bd6ffe1 commit d2c21bd
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 10 deletions.
2 changes: 1 addition & 1 deletion net-p2p/bazarr/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bazarr
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.1
DISTVERSION= 1.4.0
CATEGORIES= net-p2p python
MASTER_SITES= https://github.com/morpheus65535/bazarr/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
DISTNAME= bazarr
Expand Down
6 changes: 3 additions & 3 deletions net-p2p/bazarr/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1697293293
SHA256 (bazarr/1.3.1/bazarr.zip) = 02150caef9d9a28d1731f27a17d062e260b4864e53dc49103d7fece2d1d67227
SIZE (bazarr/1.3.1/bazarr.zip) = 26819790
TIMESTAMP = 1702304524
SHA256 (bazarr/1.4.0/bazarr.zip) = b023f5239ec54974dfe624259942101ccad218d3b11bf47669a854dc3f31e56c
SIZE (bazarr/1.4.0/bazarr.zip) = 27159647

0 comments on commit d2c21bd

Please sign in to comment.