From 1222279b2243ae206f9240588c3251b92a55884a Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Sun, 8 Jan 2023 16:10:05 -0600 Subject: [PATCH 1/4] OpenLP: update to 3.0.2 --- srcpkgs/OpenLP/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template index 7062545f0f16..ff1f5b2cb567 100644 --- a/srcpkgs/OpenLP/template +++ b/srcpkgs/OpenLP/template @@ -1,7 +1,7 @@ # Template file for 'OpenLP' pkgname=OpenLP -version=2.9.5 -revision=2 +version=3.0.2 +revision=1 create_wrksrc=yes build_style=python3-module hostmakedepends="python3-setuptools qt5-host-tools" @@ -10,14 +10,14 @@ depends="python3-alembic python3-appdirs python3-BeautifulSoup4 python3-chardet python3-Mako python3-Pillow python3-pymediainfo python3-PyQt5 python3-PyQt5-multimedia python3-PyQt5-webengine python3-vlc python3-qrcode python3-QtAwesome python3-requests python3-SQLAlchemy python3-waitress - python3-WebOb python3-websockets python3-zeroconf" + python3-WebOb python3-websockets python3-zeroconf python3-PyICU" checkdepends="python3-pytest-qt xvfb-run ${depends}" short_desc="Free Worship Presentation Software for your Church" maintainer="Piotr Wójcik " license="GPL-3.0-or-later" homepage="https://openlp.org/" distfiles="https://get.openlp.org/${version}/OpenLP-${version}.tar.gz" -checksum=4648e6869ffe2fb88a1e2b90705e1cf709dd6dd24abbfe2e17df13742e701c09 +checksum=edf03061e9e1c494835657bd4924c07d862aea1997832d2c9e56e3286fce1d2b make_check_pre="env -u QT_QPA_PLATFORM xvfb-run" post_install() { From def81a5e6b09886849612195ab6f7eb722643465 Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Tue, 10 Jan 2023 10:30:30 -0600 Subject: [PATCH 2/4] python3-pymediainfo: update to 6.0.1 --- srcpkgs/python3-pymediainfo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pymediainfo/template b/srcpkgs/python3-pymediainfo/template index 87b88843488e..08e373b95c8c 100644 --- a/srcpkgs/python3-pymediainfo/template +++ b/srcpkgs/python3-pymediainfo/template @@ -1,7 +1,7 @@ # Template file for 'python3-pymediainfo' pkgname=python3-pymediainfo -version=5.1.0 -revision=3 +version=6.0.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="libmediainfo" @@ -11,7 +11,7 @@ maintainer="Joel Beckmeyer " license="MIT" homepage="https://github.com/sbraz/pymediainfo" distfiles="${PYPI_SITE}/p/pymediainfo/pymediainfo-${version}.tar.gz" -checksum=d996c69d50081a24d6dca9679abf43ffd2be368b065f953c2c9082e5d649c734 +checksum=96e04bac0dfcb726bed70c314b1219121c4b9344c66a98f426ce27d7f9abffb0 post_install() { vlicense LICENSE From 6a2751f0c0fbc7fa43133e79a582caac899b81da Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Tue, 10 Jan 2023 10:33:38 -0600 Subject: [PATCH 3/4] python3-vlc: update to 3.18121 --- srcpkgs/python3-vlc/template | 6 +++--- srcpkgs/python3-vlc/update | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/python3-vlc/update diff --git a/srcpkgs/python3-vlc/template b/srcpkgs/python3-vlc/template index c523a0209121..58dcdf2afb08 100644 --- a/srcpkgs/python3-vlc/template +++ b/srcpkgs/python3-vlc/template @@ -1,7 +1,7 @@ # Template file for 'python3-vlc' pkgname=python3-vlc -version=3.0.16120 -revision=2 +version=3.0.18121 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" @@ -10,4 +10,4 @@ maintainer="Joel Beckmeyer " license="LGPL-2.1-or-later" homepage="https://wiki.videolan.org/Python_bindings" distfiles="${PYPI_SITE}/p/python-vlc/python-vlc-${version}.tar.gz" -checksum=92f98fee088f72bd6d063b3b3312d0bd29b37e7ad65ddeb3a7303320300c2807 +checksum=24550314a3e6ed55fd347b009491c98b865f9dfa05a92e889d7b0a2210e7485b diff --git a/srcpkgs/python3-vlc/update b/srcpkgs/python3-vlc/update new file mode 100644 index 000000000000..ca9e76e53c90 --- /dev/null +++ b/srcpkgs/python3-vlc/update @@ -0,0 +1,2 @@ +site="https://pypi.org/simple/python-vlc" +pattern="python-vlc-\K[\d.]+(?=\.tar\.gz)" From a564d7631de1749c87545e42ba3805459bf34d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 23 Feb 2023 21:01:56 +0100 Subject: [PATCH 4/4] python3-alembic: update to 1.9.4. --- srcpkgs/python3-alembic/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template index 4dbb1c004af9..e30d1208b055 100644 --- a/srcpkgs/python3-alembic/template +++ b/srcpkgs/python3-alembic/template @@ -1,7 +1,7 @@ # Template file for 'python3-alembic' pkgname=python3-alembic -version=1.8.0 -revision=2 +version=1.9.4 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-Mako python3-SQLAlchemy python3-dateutil python3-editor" @@ -11,7 +11,7 @@ license="MIT" homepage="https://github.com/sqlalchemy/alembic" changelog="https://raw.githubusercontent.com/sqlalchemy/alembic/master/docs/build/changelog.rst" distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz" -checksum=a2d4d90da70b30e70352cd9455e35873a255a31402a438fe24815758d7a0e5e1 +checksum=4d3bd32ecdbb7bbfb48a9fe9e6d6fd6a831a1b59d03e26e292210237373e7db5 make_check=no # tests require deprecated pytest behavior that throws errors post_install() {