Skip to content

Commit

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

 * Add debugging changes
 * Reverting b6777bc edfbb1a
 * Added experimental Python 3.11 support
 * Debugging: update subtitle and language representations
 * Updated pytz module to support latest timezone changes
 * Fix path mapping issues ab3c171
 * Subf2m provider: improve episode matching
 * Fix issues when saving the notification providers
 * Fixed issue in releases page since we upgraded Mantine.
 * Removed leftover from legendas.tv provider.
 * Fixed issue where subtitles would get upgraded even if not required anymore
   by shows languages profile.
 * Subf2m provider: improve queries
 * Embedded Subtitles provider
 * Update language equals mechanism
 * Subf2m provider: add support for IMDB IDs
 * Embedded Subtitles provider: handle ASS errors
 * Subf2m Provider: add user-agent header configuration
 * Fixed yavka.net provider.
 * Increase width of the manually search modal
 * Fixed some UI issues caused by React and Mantine upgrade.
 * Fixed server side exception throttling opensubtitles.com when it shouldn't.
 * Fixed Chinese translation issue (zh and zt inverted).
 * Updated apprise module to improve notification system.
 * Update all UI dependencies and update React version to 18
 * Downgrade Axios to fix a settings saving issue.
 * Added support for Portuguese and Simplified Chinese to opensubtitles.com.
 * Added some exceptions that shouldn't be retried to retry function.
 * Language-equals: add compatibility for more providers
 * Fixed external subtitles indexation with accented characters that resulted
   in download in loop.
 * Added feature to treat couples of languages as equal when searching for
   subtitles
 * Fixed type in opensubtitles.com provider that could cause
   AuthenticationError for new users.
 * Specify ffmpeg path in case it's not in PATH envvar
 * Add support for custom languages in audio tracks
 * Use literals instead of scripts for custom languages
 * Fixed AI and machine translated subtitles being incorrectly returned by
    Opensubtitles.com
 * Emergency fix for custom languages issue
 * Add mediainfo support for custom languages
 * Implemented gzip compression of http requests made to Bazarr
 * Subdivx Provider: improve series matching
 * Fixed yify provider MissingSchema exception on download.
 * Fixed zimuku.org parsing error
 * SuperSubtitles provider: fix hungarian subtitles downloads
 * Fixed SyntaxError under Python 3.7

PR:		272274
Reported by:	michiel@vanbaak.eu (maintainer)
  • Loading branch information
mvanbaak authored and fernape committed Jul 2, 2023
1 parent 2617740 commit 1ab1a45
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 146 deletions.
2 changes: 1 addition & 1 deletion net-p2p/bazarr/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bazarr
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.1
DISTVERSION= 1.2.2
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 = 1683016533
SHA256 (bazarr/1.2.1/bazarr.zip) = 3ee54ad63acd8f16a011262f82a4417f1cec57f2b11614dd3b29623bcb26c1e7
SIZE (bazarr/1.2.1/bazarr.zip) = 35423525
TIMESTAMP = 1687861867
SHA256 (bazarr/1.2.2/bazarr.zip) = 8076da46a504c137d81b8909dc1371686ef81032d6ee485fbc293a7644402edf
SIZE (bazarr/1.2.2/bazarr.zip) = 24731954

0 comments on commit 1ab1a45

Please sign in to comment.