Bump library versions

This commit is contained in:
OleSTEEP 2026-01-13 00:41:31 +03:00
parent 695a9bcdf4
commit d71e758285
5 changed files with 8 additions and 11 deletions

2
.gitignore vendored
View file

@ -6,3 +6,5 @@
/vntools.egg-info/
/.idea/
/.vscode/
__pycache__
.DS_Store

View file

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Collection of tools used by VienDesu! Porting Team"
arch=("any")
url="https://github.com/VienDesuPorting/VNTools"
depends=("python" "python-pillow" "python-pillow-avif-plugin" "python-python-ffmpeg" "python-progress" "python-colorama")
depends=("python" "python-pillow" "python-python-ffmpeg" "python-progress" "python-colorama")
makedepends=("python-setuptools" "git")
provides=("vntools")
source=("git+${url}.git#branch=testing")

View file

@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools >= 61.0"
"setuptools>=77.0"
]
build-backend = "setuptools.build_meta"
@ -25,10 +25,8 @@ name = "vntools"
version = "2.1-dev"
requires-python = ">= 3.11"
dependencies = [
"Pillow>=10.3.0",
"pillow-avif-plugin>=1.4.3",
"Pillow>=12.1.0",
"python-ffmpeg>=2.0.12",
"progress>=1.6",
"colorama>=0.4.6",
"argparse>=1.4.0"
"colorama>=0.4.6"
]

View file

@ -1,6 +1,4 @@
Pillow>=10.3.0
pillow-avif-plugin>=1.4.3
Pillow>=12.1.0
python-ffmpeg>=2.0.12
progress>=1.6
colorama>=0.4.6
argparse>=1.4.0

View file

@ -1,7 +1,6 @@
from ffmpeg import FFmpeg, FFmpegError
from pathlib import Path
from PIL import Image
import pillow_avif
from vnrecode.printer import Printer
from vnrecode.params import Params