Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR REVIEW] python3-jeepney: update to 0.6.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26805@inbox.vuxu.org>
@ 2020-12-05 23:45 ` ndowens
  2020-12-05 23:46 ` [PR PATCH] [Updated] " ndowens
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-12-05 23:45 UTC (permalink / raw)
  To: ml

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

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26805#discussion_r536915458

Comment:
:) Just say master if you find more, I forgot which all I changed them on. Save you some typing :D

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] python3-jeepney: update to 0.6.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26805@inbox.vuxu.org>
  2020-12-05 23:45 ` [PR REVIEW] python3-jeepney: update to 0.6.0 ndowens
@ 2020-12-05 23:46 ` ndowens
  2020-12-05 23:52 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-12-05 23:46 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: python3-jeepney: update to 0.6.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26805@inbox.vuxu.org>
  2020-12-05 23:45 ` [PR REVIEW] python3-jeepney: update to 0.6.0 ndowens
  2020-12-05 23:46 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-05 23:52 ` ericonr
  2020-12-06  0:07 ` ndowens
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-05 23:52 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26805#issuecomment-739432343

Comment:
Can you make sure `python3-SecretStorage` works fine with this new version?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: python3-jeepney: update to 0.6.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26805@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  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
  5 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-12-06  0:07 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26805#issuecomment-739433757

Comment:
> Can you make sure `python3-SecretStorage` works fine with this new version?

Following an example on how to use SecretStorage, https://secretstorage.readthedocs.io/en/latest/, works fine

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: python3-jeepney: update to 0.6.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26805@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-12-06  0:07 ` ndowens
@ 2020-12-06  0:36 ` ericonr
  2020-12-06  0:36 ` ericonr
  5 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-06  0:36 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

python3-jeepney: update to 0.6.0
https://github.com/void-linux/void-packages/pull/26805

Description:
Add tests

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: python3-jeepney: update to 0.6.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26805@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-12-06  0:36 ` [PR PATCH] [Merged]: " ericonr
@ 2020-12-06  0:36 ` ericonr
  5 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-06  0:36 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26805#issuecomment-739436418

Comment:
Thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-06  0:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26805@inbox.vuxu.org>
2020-12-05 23:45 ` [PR REVIEW] python3-jeepney: update to 0.6.0 ndowens
2020-12-05 23:46 ` [PR PATCH] [Updated] " ndowens
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

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).