mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
flexget: 3.17.11 -> 3.19.0
Diff: https://github.com/Flexget/Flexget/compare/v3.17.11...v3.19.0 Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.19.0
This commit is contained in:
parent
e38213b91d
commit
4e52f57f73
1 changed files with 10 additions and 4 deletions
|
|
@ -7,14 +7,14 @@
|
|||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "flexget";
|
||||
version = "3.17.11";
|
||||
version = "3.19.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Flexget";
|
||||
repo = "Flexget";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-Qfq6TXSNAnIq8m3I7noFe6pIq6PmUTQKUjN+ZC4NxyU=";
|
||||
hash = "sha256-77jGAju6ZKSsJWHgqJ7aC4xG7Iycwr3mGfRCNDPknEY=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
|
@ -68,10 +68,10 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
transmission-rpc
|
||||
qbittorrent-api
|
||||
deluge-client
|
||||
cloudscraper
|
||||
python-telegram-bot
|
||||
boto3
|
||||
libtorrent-rasterbar
|
||||
matrix-nio
|
||||
subliminal
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
@ -158,6 +158,12 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
"TestYamlLists"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# FIXME package pytest-ftpserver
|
||||
"tests/ftp/test_ftp_download.py"
|
||||
"tests/ftp/test_ftp_list.py"
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = "https://flexget.com/";
|
||||
changelog = "https://github.com/Flexget/Flexget/releases/tag/${finalAttrs.src.tag}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue