Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-pyzmq: update to 18.0.1.
@ 2019-06-25  9:43 voidlinux-github
  2019-06-25 17:00 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-25  9:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damadmai/void-packages pyzmq1801
https://github.com/void-linux/void-packages/pull/12676

python-pyzmq: update to 18.0.1.


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

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

From f51a174606e1f0c2836fa19119b300960c18b6a0 Mon Sep 17 00:00:00 2001
From: "Daniel A. Maierhofer" <git@damadmai.at>
Date: Tue, 25 Jun 2019 11:36:32 +0200
Subject: [PATCH] python-pyzmq: update to 18.0.1.

---
 srcpkgs/python-pyzmq/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-pyzmq/template b/srcpkgs/python-pyzmq/template
index 22297ec98a0..30c4beb32e9 100644
--- a/srcpkgs/python-pyzmq/template
+++ b/srcpkgs/python-pyzmq/template
@@ -1,6 +1,6 @@
 # Template file for 'python-pyzmq'
 pkgname=python-pyzmq
-version=17.1.3
+version=18.0.1
 revision=1
 wrksrc="pyzmq-${version}"
 build_style=python-module
@@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="LGPL-3.0-or-later, BSD-3-Clause"
 homepage="https://pyzmq.readthedocs.io/"
 distfiles="https://github.com/zeromq/pyzmq/archive/v${version}.tar.gz"
-checksum=49dc9d3c38d803f436784bcdddd35354b946d37d0a777a301bd493655348b773
+checksum=7b0107992d8cc4c43d9af1c2e13d573ea761c7feb23d7e0e7da9dc963811e68f
 
 pre_build() {
 	cat > setup.cfg <<-EOF

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

* Re: [PR PATCH] [Updated] python-pyzmq: update to 18.0.1.
  2019-06-25  9:43 [PR PATCH] python-pyzmq: update to 18.0.1 voidlinux-github
@ 2019-06-25 17:00 ` voidlinux-github
  2019-06-25 17:00 ` voidlinux-github
  2019-06-26 11:45 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-25 17:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damadmai/void-packages pyzmq1801
https://github.com/void-linux/void-packages/pull/12676

python-pyzmq: update to 18.0.1.


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

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

From 080730e1b78078cff30fcd9f5b7948cb87469579 Mon Sep 17 00:00:00 2001
From: "Daniel A. Maierhofer" <git@damadmai.at>
Date: Tue, 25 Jun 2019 11:36:32 +0200
Subject: [PATCH] python-pyzmq: update to 18.0.1.

---
 srcpkgs/python-pyzmq/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-pyzmq/template b/srcpkgs/python-pyzmq/template
index 22297ec98a0..859aab5983d 100644
--- a/srcpkgs/python-pyzmq/template
+++ b/srcpkgs/python-pyzmq/template
@@ -1,6 +1,6 @@
 # Template file for 'python-pyzmq'
 pkgname=python-pyzmq
-version=17.1.3
+version=18.0.1
 revision=1
 wrksrc="pyzmq-${version}"
 build_style=python-module
@@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="LGPL-3.0-or-later, BSD-3-Clause"
 homepage="https://pyzmq.readthedocs.io/"
 distfiles="https://github.com/zeromq/pyzmq/archive/v${version}.tar.gz"
-checksum=49dc9d3c38d803f436784bcdddd35354b946d37d0a777a301bd493655348b773
+checksum=7b0107992d8cc4c43d9af1c2e13d573ea761c7feb23d7e0e7da9dc963811e68f
 
 pre_build() {
 	cat > setup.cfg <<-EOF
@@ -23,6 +23,10 @@ pre_build() {
 	EOF
 }
 
+post_install() {
+	vlicense COPYING.BSD
+}
+
 python3-pyzmq_package() {
 	pycompile_module="zmq"
 	short_desc="${short_desc/Python2/Python3}"

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

* Re: [PR PATCH] [Updated] python-pyzmq: update to 18.0.1.
  2019-06-25  9:43 [PR PATCH] python-pyzmq: update to 18.0.1 voidlinux-github
  2019-06-25 17:00 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-25 17:00 ` voidlinux-github
  2019-06-26 11:45 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-25 17:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/damadmai/void-packages pyzmq1801
https://github.com/void-linux/void-packages/pull/12676

python-pyzmq: update to 18.0.1.


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

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

From 080730e1b78078cff30fcd9f5b7948cb87469579 Mon Sep 17 00:00:00 2001
From: "Daniel A. Maierhofer" <git@damadmai.at>
Date: Tue, 25 Jun 2019 11:36:32 +0200
Subject: [PATCH] python-pyzmq: update to 18.0.1.

---
 srcpkgs/python-pyzmq/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-pyzmq/template b/srcpkgs/python-pyzmq/template
index 22297ec98a0..859aab5983d 100644
--- a/srcpkgs/python-pyzmq/template
+++ b/srcpkgs/python-pyzmq/template
@@ -1,6 +1,6 @@
 # Template file for 'python-pyzmq'
 pkgname=python-pyzmq
-version=17.1.3
+version=18.0.1
 revision=1
 wrksrc="pyzmq-${version}"
 build_style=python-module
@@ -14,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="LGPL-3.0-or-later, BSD-3-Clause"
 homepage="https://pyzmq.readthedocs.io/"
 distfiles="https://github.com/zeromq/pyzmq/archive/v${version}.tar.gz"
-checksum=49dc9d3c38d803f436784bcdddd35354b946d37d0a777a301bd493655348b773
+checksum=7b0107992d8cc4c43d9af1c2e13d573ea761c7feb23d7e0e7da9dc963811e68f
 
 pre_build() {
 	cat > setup.cfg <<-EOF
@@ -23,6 +23,10 @@ pre_build() {
 	EOF
 }
 
+post_install() {
+	vlicense COPYING.BSD
+}
+
 python3-pyzmq_package() {
 	pycompile_module="zmq"
 	short_desc="${short_desc/Python2/Python3}"

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

* Re: [PR PATCH] [Merged]: python-pyzmq: update to 18.0.1.
  2019-06-25  9:43 [PR PATCH] python-pyzmq: update to 18.0.1 voidlinux-github
  2019-06-25 17:00 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-25 17:00 ` voidlinux-github
@ 2019-06-26 11:45 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-26 11:45 UTC (permalink / raw)
  To: ml

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

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

python-pyzmq: update to 18.0.1.
https://github.com/void-linux/void-packages/pull/12676
Description: 

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

end of thread, other threads:[~2019-06-26 11:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25  9:43 [PR PATCH] python-pyzmq: update to 18.0.1 voidlinux-github
2019-06-25 17:00 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-25 17:00 ` voidlinux-github
2019-06-26 11:45 ` [PR PATCH] [Merged]: " voidlinux-github

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