Github messages for voidlinux
 help / color / mirror / Atom feed
From: Goorzhel <Goorzhel@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-pykwalify: update to 1.8.0.
Date: Thu, 25 Feb 2021 04:13:17 +0100	[thread overview]
Message-ID: <20210225031317.j4IFbt8oj8DkQdm5CdPn6Or_sFVcUm4zDCtoSGbJM0g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29020@inbox.vuxu.org>

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

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

https://github.com/Goorzhel/void-packages python3-pykwalify
https://github.com/void-linux/void-packages/pull/29020

python3-pykwalify: update to 1.8.0.
#### Have the results of the proposed changes been tested?
- [X] I generally don't use the affected packages but briefly tested this PR

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

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

From ccfe7416d95fff888811b8991ff71ecd823bd41e Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 23 Feb 2021 23:52:31 -0800
Subject: [PATCH 1/2] python3-pykwalify: update to 1.8.0.

---
 srcpkgs/python3-pykwalify/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 232243a560a..0cce84f3a0f 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
-version=1.7.0
-revision=4
+version=1.8.0
+revision=1
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-yaml python3-docopt python3-dateutil"
+depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
 short_desc="Python YAML/JSON schema validation library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/Grokzen/pykwalify/"
 distfiles="${PYPI_SITE}/p/pykwalify/pykwalify-${version}.tar.gz"
-checksum=7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2
+checksum=796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884
 
 post_install() {
 	vlicense LICENSE

From ae00b3098643020139c9cc385c94d6fdc969d59b Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Wed, 24 Feb 2021 19:13:01 -0800
Subject: [PATCH 2/2] python3-pykwalify: add checkdepends

---
 srcpkgs/python3-pykwalify/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 0cce84f3a0f..c53d82aa880 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -6,6 +6,7 @@ wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
+checkdepends="$depends python3-pytest"
 short_desc="Python YAML/JSON schema validation library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

  parent reply	other threads:[~2021-02-25  3:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-24  7:58 [PR PATCH] " Goorzhel
2021-02-24  8:49 ` Goorzhel
2021-02-24  8:50 ` [PR PATCH] [Updated] " Goorzhel
2021-02-24  8:57 ` Goorzhel
2021-02-24 14:31 ` ericonr
2021-02-24 14:32 ` ericonr
2021-02-25  3:13 ` Goorzhel [this message]
2021-02-25  3:34 ` Goorzhel
2021-02-25  3:50 ` Goorzhel
2021-02-25  6:01 ` Goorzhel
2021-02-25  6:01 ` Goorzhel
2021-02-25 14:57 ` ericonr
2021-02-27  2:16 ` [PR PATCH] [Updated] " Goorzhel
2021-02-27  2:22 ` Goorzhel
2021-03-08  3:51 ` [PR PATCH] [Merged]: " ericonr

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=20210225031317.j4IFbt8oj8DkQdm5CdPn6Or_sFVcUm4zDCtoSGbJM0g@z \
    --to=goorzhel@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).