From d7fe13154c45132fcc7dae08ae2607d32fe54ea3 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 3 May 2023 18:16:39 +0200 Subject: [PATCH 1/2] python3-colorama: update to 0.4.6, adopt --- srcpkgs/python3-colorama/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template index 36a3dda2081c..8053b1460152 100644 --- a/srcpkgs/python3-colorama/template +++ b/srcpkgs/python3-colorama/template @@ -1,17 +1,17 @@ # Template file for 'python3-colorama' pkgname=python3-colorama -version=0.4.5 -revision=2 -build_style=python3-module -hostmakedepends="unzip python3-setuptools" +version=0.4.6 +revision=1 +build_style=python3-pep517 +hostmakedepends="unzip hatchling" depends="python3" short_desc="Cross-platform colored terminal text (Python3)" -maintainer="Orphaned " +maintainer="Emil Miler " license="BSD-3-Clause" homepage="https://github.com/tartley/colorama" changelog="https://github.com/tartley/colorama/raw/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/c/colorama/colorama-${version}.tar.gz" -checksum=e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4 +checksum=08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 post_install() { vlicense LICENSE.txt From 5792bb542494086db57195efdc7eb9f2c07fce4b Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 3 May 2023 18:17:08 +0200 Subject: [PATCH 2/2] ulozto-downloader: update to 3.5.1 --- srcpkgs/ulozto-downloader/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ulozto-downloader/template b/srcpkgs/ulozto-downloader/template index dd636bfd4e4d..2d0909a9d8b2 100644 --- a/srcpkgs/ulozto-downloader/template +++ b/srcpkgs/ulozto-downloader/template @@ -1,18 +1,19 @@ # Template file for 'ulozto-downloader' pkgname=ulozto-downloader -version=3.4.1 +version=3.5.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="tor python3-ansicolors python3-tkinter python3-requests python3-Pillow - python3-numpy python3-pysocks python3-stem" + python3-numpy python3-pysocks python3-stem python3-cloudscraper + python3-colorama" short_desc="Uloz.to quick multiple sessions downloader" maintainer="Emil Miler " license="MIT" homepage="https://github.com/setnicka/ulozto-downloader" changelog="https://github.com/eoyilmaz/setnicka/ulozto-downloader/releases/tag/${version}" distfiles="https://github.com/setnicka/ulozto-downloader/archive/refs/tags/${version}.tar.gz" -checksum=b8f847e67b087f46aec01880df5bf77a87dc00cad1eed8edd715b2d1af3ec002 +checksum=b0aeecdc2b1c53d2aba2bf6ea61d01d9d86850ecebfef205f98831f1a08091e8 make_check=no # no internal test suite present post_install() {