Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-autobahn: update to 20.12.2.
@ 2020-12-17  1:52 travankor
  2020-12-17  2:35 ` [PR PATCH] [Updated] " travankor
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: travankor @ 2020-12-17  1:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages autobahn
https://github.com/void-linux/void-packages/pull/27212

python3-autobahn: update to 20.12.2.
None

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

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

From 14bfb1d83b9cf57e19558e543a7c892d3a2bb89e Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Wed, 16 Dec 2020 18:51:39 -0700
Subject: [PATCH] python3-autobahn: update to 20.12.2.

---
 srcpkgs/python3-autobahn/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index 516e936a7a3..0573ef3877d 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
-version=20.7.1
-revision=2
+version=20.12.2
+revision=1
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://crossbar.io/autobahn"
 distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
-checksum=86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb
+checksum=72b68a1ce1e10e3cbcc3b280aae86d5b2e7a1f409febab1ab91a8a3274113f6e
 
 post-install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-autobahn: update to 20.12.2.
  2020-12-17  1:52 [PR PATCH] python3-autobahn: update to 20.12.2 travankor
@ 2020-12-17  2:35 ` travankor
  2020-12-17  2:42 ` travankor
  2020-12-17 14:57 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: travankor @ 2020-12-17  2:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages autobahn
https://github.com/void-linux/void-packages/pull/27212

python3-autobahn: update to 20.12.2.
None

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

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

From c3cb42a78affd5e8dc94cf4d4fc6ebc0201c8afb Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Wed, 16 Dec 2020 18:51:39 -0700
Subject: [PATCH] python3-autobahn: update to 20.12.2.

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

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index 516e936a7a3..38128492668 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
-version=20.7.1
-revision=2
+version=20.12.2
+revision=1
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
@@ -11,7 +11,13 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://crossbar.io/autobahn"
 distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
-checksum=86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb
+checksum=72b68a1ce1e10e3cbcc3b280aae86d5b2e7a1f409febab1ab91a8a3274113f6e
+
+do_check() {
+	# Tests do no seem to be compatible yet with pytest 5.1
+	# https://github.com/crossbario/autobahn-python/issues/1235
+	:
+}
 
 post-install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-autobahn: update to 20.12.2.
  2020-12-17  1:52 [PR PATCH] python3-autobahn: update to 20.12.2 travankor
  2020-12-17  2:35 ` [PR PATCH] [Updated] " travankor
@ 2020-12-17  2:42 ` travankor
  2020-12-17 14:57 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: travankor @ 2020-12-17  2:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages autobahn
https://github.com/void-linux/void-packages/pull/27212

python3-autobahn: update to 20.12.2.
None

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

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

From 5226ee3804af6061e181570cb141e69442ec323f Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Wed, 16 Dec 2020 18:51:39 -0700
Subject: [PATCH] python3-autobahn: update to 20.12.2.

---
 srcpkgs/python3-autobahn/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index 516e936a7a3..f2cb03efaa0 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
-version=20.7.1
-revision=2
+version=20.12.2
+revision=1
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
@@ -11,7 +11,12 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://crossbar.io/autobahn"
 distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
-checksum=86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb
+checksum=72b68a1ce1e10e3cbcc3b280aae86d5b2e7a1f409febab1ab91a8a3274113f6e
+
+do_check() {
+	# https://github.com/crossbario/autobahn-python/issues/1117
+	:
+}
 
 post-install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-autobahn: update to 20.12.2.
  2020-12-17  1:52 [PR PATCH] python3-autobahn: update to 20.12.2 travankor
  2020-12-17  2:35 ` [PR PATCH] [Updated] " travankor
  2020-12-17  2:42 ` travankor
@ 2020-12-17 14:57 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-17 14:57 UTC (permalink / raw)
  To: ml

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

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

python3-autobahn: update to 20.12.2.
https://github.com/void-linux/void-packages/pull/27212

Description:
None

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

end of thread, other threads:[~2020-12-17 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17  1:52 [PR PATCH] python3-autobahn: update to 20.12.2 travankor
2020-12-17  2:35 ` [PR PATCH] [Updated] " travankor
2020-12-17  2:42 ` travankor
2020-12-17 14:57 ` [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).