Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-zeroconf: update to 0.29.0.
@ 2021-04-04  1:35 karl-nilsson
  2021-04-04  2:18 ` [PR PATCH] [Updated] " karl-nilsson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: karl-nilsson @ 2021-04-04  1:35 UTC (permalink / raw)
  To: ml

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

There is a new pull request by karl-nilsson against master on the void-packages repository

https://github.com/karl-nilsson/void-packages zeroconf
https://github.com/void-linux/void-packages/pull/29984

python3-zeroconf: update to 0.29.0.
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x64-glibc)



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

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

From 959d63f2e0d6f25f1cc3aae27568e72f628a7b1b Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Mon, 29 Mar 2021 17:00:04 -0400
Subject: [PATCH] python3-zeroconf: update to 0.29.0.

---
 srcpkgs/python3-zeroconf/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index 61d6f48cedcf..cc1fb7e9e1ce 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,14 +1,19 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
-version=0.28.8
+version=0.29.0
 revision=1
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-ifaddr"
+checkdepends="python3-pytest python3-mypy $depends"
 short_desc="Pure Python3 implementation of multicast DNS service discovery"
 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/jstasiak/python-zeroconf"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=5272431bf88611c722119504504b86738f9366f518781deb24e520e382d1f337
+checksum=b8e7c55f36973362314b7d8cf716a76afea3c91abe9d2f435329dc67b973fe06
+
+pkg_check() {
+	pytest3 -v zeroconf/test.py
+}

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

* Re: [PR PATCH] [Updated] python3-zeroconf: update to 0.29.0.
  2021-04-04  1:35 [PR PATCH] python3-zeroconf: update to 0.29.0 karl-nilsson
@ 2021-04-04  2:18 ` karl-nilsson
  2021-04-04 23:02 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: karl-nilsson @ 2021-04-04  2:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages zeroconf
https://github.com/void-linux/void-packages/pull/29984

python3-zeroconf: update to 0.29.0.
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x64-glibc)



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

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

From d36089cc230e436fa04400a3d0ce437d668ea4ed Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Mon, 29 Mar 2021 17:00:04 -0400
Subject: [PATCH] python3-zeroconf: update to 0.29.0.

---
 srcpkgs/python3-zeroconf/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index 61d6f48cedcf..46e78473d8ce 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,14 +1,19 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
-version=0.28.8
+version=0.29.0
 revision=1
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-ifaddr"
+checkdepends="python3-pytest python3-mypy $depends"
 short_desc="Pure Python3 implementation of multicast DNS service discovery"
 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/jstasiak/python-zeroconf"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=5272431bf88611c722119504504b86738f9366f518781deb24e520e382d1f337
+checksum=b8e7c55f36973362314b7d8cf716a76afea3c91abe9d2f435329dc67b973fe06
+
+do_check() {
+	python3 -m pytest zeroconf/test.py
+}

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

* Re: python3-zeroconf: update to 0.29.0.
  2021-04-04  1:35 [PR PATCH] python3-zeroconf: update to 0.29.0 karl-nilsson
  2021-04-04  2:18 ` [PR PATCH] [Updated] " karl-nilsson
@ 2021-04-04 23:02 ` ericonr
  2021-04-04 23:02 ` ericonr
  2021-04-04 23:04 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-04-04 23:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29984#issuecomment-813112511

Comment:
Are the test failures CI only?

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

* Re: python3-zeroconf: update to 0.29.0.
  2021-04-04  1:35 [PR PATCH] python3-zeroconf: update to 0.29.0 karl-nilsson
  2021-04-04  2:18 ` [PR PATCH] [Updated] " karl-nilsson
  2021-04-04 23:02 ` ericonr
@ 2021-04-04 23:02 ` ericonr
  2021-04-04 23:04 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-04-04 23:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29984#issuecomment-813112511

Comment:
Are the test failures CI only?

Edit: I should learn to read :p

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

* Re: [PR PATCH] [Merged]: python3-zeroconf: update to 0.29.0.
  2021-04-04  1:35 [PR PATCH] python3-zeroconf: update to 0.29.0 karl-nilsson
                   ` (2 preceding siblings ...)
  2021-04-04 23:02 ` ericonr
@ 2021-04-04 23:04 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-04-04 23:04 UTC (permalink / raw)
  To: ml

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

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

python3-zeroconf: update to 0.29.0.
https://github.com/void-linux/void-packages/pull/29984

Description:
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x64-glibc)

Tests pass on my system, they probably fail on github b/c lack of network access.


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

end of thread, other threads:[~2021-04-04 23:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-04  1:35 [PR PATCH] python3-zeroconf: update to 0.29.0 karl-nilsson
2021-04-04  2:18 ` [PR PATCH] [Updated] " karl-nilsson
2021-04-04 23:02 ` ericonr
2021-04-04 23:02 ` ericonr
2021-04-04 23:04 ` [PR PATCH] [Merged]: " 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).