Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-jeepney: update to 0.6.0
Date: Sun, 06 Dec 2020 00:46:29 +0100	[thread overview]
Message-ID: <20201205234629.kkTzmOxNP3lqWdUwj9bMjp1yGak4rTBjGl8MLzT3F5w@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26805@inbox.vuxu.org>

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

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

https://github.com/ndowens/void-packages python-jeepney
https://github.com/void-linux/void-packages/pull/26805

python3-jeepney: update to 0.6.0
Add tests

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

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

From f36dfe4830d2472bb5c97e915cb8b4936a30ef27 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 29 Nov 2020 11:49:53 -0600
Subject: [PATCH] python3-jeepney: update to 0.6.0

Add tests
---
 srcpkgs/python3-jeepney/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index cf9937a8d6f..829fe74a2fb 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,17 +1,23 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
-version=0.4.3
-revision=2
+version=0.6.0
+revision=1
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest python3-testpath"
 short_desc="Low-level, pure Python DBus protocol wrapper"
 maintainer="Orhpaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://gitlab.com/takluyver/jeepney"
+changelog="https://gitlab.com/takluyver/jeepney/-/raw/master/docs/release-notes.rst"
 distfiles="${PYPI_SITE}/j/jeepney/jeepney-${version}.tar.gz"
-checksum=3479b861cc2b6407de5188695fa1a8d57e5072d7059322469b62628869b8e36e
+checksum=7d59b6622675ca9e993a6bd38de845051d315f8b0c72cca3aef733a20b648657
+
+do_check() {
+	pytest jeepney/tests
+}
 
 post_install() {
 	vlicense LICENSE

  parent reply	other threads:[~2020-12-05 23:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26805@inbox.vuxu.org>
2020-12-05 23:45 ` [PR REVIEW] " ndowens
2020-12-05 23:46 ` ndowens [this message]
2020-12-05 23:52 ` ericonr
2020-12-06  0:07 ` ndowens
2020-12-06  0:36 ` [PR PATCH] [Merged]: " ericonr
2020-12-06  0:36 ` 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=20201205234629.kkTzmOxNP3lqWdUwj9bMjp1yGak4rTBjGl8MLzT3F5w@z \
    --to=ndowens@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).