Github messages for voidlinux
 help / color / mirror / Atom feed
From: Chocimier <Chocimier@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] OpenLP: update to 3.0.0
Date: Thu, 23 Feb 2023 21:11:20 +0100	[thread overview]
Message-ID: <20230223201120.R3hM-SElZa2h1mOKSHBLbxOzbgreuTCSrOUV1Rgni9A@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41526@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 752 bytes --]

There is an updated pull request by Chocimier against master on the void-packages repository

https://github.com/joelchrono12/void-packages master
https://github.com/void-linux/void-packages/pull/41526

OpenLP: update to 3.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



A patch file from https://github.com/void-linux/void-packages/pull/41526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-41526.patch --]
[-- Type: text/x-diff, Size: 5497 bytes --]

From 1222279b2243ae206f9240588c3251b92a55884a Mon Sep 17 00:00:00 2001
From: joelchrono12 <joel.chrono@disroot.org>
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 <chocimier@tlen.pl>"
 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 <joel.chrono@disroot.org>
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 <joel@beckmeyer.us>"
 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 <joel.chrono@disroot.org>
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 <joel@beckmeyer.us>"
 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?= <chocimier@tlen.pl>
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() {

  parent reply	other threads:[~2023-02-23 20:11 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-08 22:12 [PR PATCH] " joelchrono12
2023-01-08 23:39 ` [PR PATCH] [Updated] " joelchrono12
2023-01-09  1:33 ` joelchrono12
2023-01-09  1:42 ` joelchrono12
2023-01-09 13:36 ` TinfoilSubmarine
2023-01-09 14:27 ` joelchrono12
2023-01-09 14:36 ` TinfoilSubmarine
2023-01-09 14:37 ` TinfoilSubmarine
2023-01-09 17:33 ` joelchrono12
2023-01-09 17:33 ` joelchrono12
2023-01-10 15:49 ` TinfoilSubmarine
2023-01-10 16:03 ` TinfoilSubmarine
2023-01-10 16:22 ` joelchrono12
2023-01-10 16:23 ` joelchrono12
2023-01-10 16:23 ` joelchrono12
2023-01-10 16:37 ` TinfoilSubmarine
2023-01-10 16:51 ` [PR PATCH] [Updated] " joelchrono12
2023-01-10 16:52 ` joelchrono12
2023-01-20 16:28 ` TinfoilSubmarine
2023-02-23 20:11 ` Chocimier [this message]
2023-02-23 20:12 ` Chocimier
2023-02-26 15:59 ` joelchrono12
2023-03-22 21:40 ` [PR PATCH] [Merged]: " Chocimier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230223201120.R3hM-SElZa2h1mOKSHBLbxOzbgreuTCSrOUV1Rgni9A@z \
    --to=chocimier@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).