Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-tornado: update to 5.1.1.
@ 2019-10-01 22:30 voidlinux-github
  2019-10-01 23:08 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-01 22:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python-tornado
https://github.com/void-linux/void-packages/pull/14925

python-tornado: update to 5.1.1.
5.1.1 is the last version that supports python2.x and python3.x both.

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

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

From c7472fbc6570a98ab71d7f9967c4638d74f92ee0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 2 Oct 2019 01:27:59 +0300
Subject: [PATCH] python-tornado: update to 5.1.1.

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

diff --git a/srcpkgs/python-tornado/template b/srcpkgs/python-tornado/template
index e4c8c9e0b5d..99413f77458 100644
--- a/srcpkgs/python-tornado/template
+++ b/srcpkgs/python-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tornado'
 pkgname=python-tornado
-version=4.5.3
-revision=2
+version=5.1.1
+revision=1
 wrksrc="tornado-${version}"
 build_style=python-module
 pycompile_module="tornado"
@@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 homepage="http://www.tornadoweb.org/"
 license="Apache-2.0"
 distfiles="${PYPI_SITE}/t/tornado/tornado-${version}.tar.gz"
-checksum=6d14e47eab0e15799cf3cdcc86b0b98279da68522caace2bd7ce644287685f0a
+checksum=4e5158d97583502a7e2739951553cbd88a72076f152b4b11b64b9a10c4c49409
 
 pre_build() {
 	# use system ca-certificates

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

* Re: [PR PATCH] [Updated] python-tornado: update to 5.1.1.
  2019-10-01 22:30 [PR PATCH] python-tornado: update to 5.1.1 voidlinux-github
  2019-10-01 23:08 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-01 23:08 ` voidlinux-github
  2019-10-02 14:47 ` [PR PATCH] [Merged]: " voidlinux-github
  2019-10-30 20:06 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-01 23:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python-tornado
https://github.com/void-linux/void-packages/pull/14925

python-tornado: update to 5.1.1.
5.1.1 is the last version that supports python2.x and python3.x both.

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

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

From d2dd2f97b7a1e06f20a61d9079553e8c89308bc5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 2 Oct 2019 01:27:59 +0300
Subject: [PATCH] python-tornado: update to 5.1.1.

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

diff --git a/srcpkgs/python-tornado/template b/srcpkgs/python-tornado/template
index e4c8c9e0b5d..7e5700177f5 100644
--- a/srcpkgs/python-tornado/template
+++ b/srcpkgs/python-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tornado'
 pkgname=python-tornado
-version=4.5.3
-revision=2
+version=5.1.1
+revision=1
 wrksrc="tornado-${version}"
 build_style=python-module
 pycompile_module="tornado"
@@ -10,10 +10,10 @@ makedepends="python-devel python3-devel"
 depends="ca-certificates python-singledispatch python-backports_abc"
 short_desc="Python2 web framework and asynchronous networking library"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="http://www.tornadoweb.org/"
 license="Apache-2.0"
+homepage="http://www.tornadoweb.org/"
 distfiles="${PYPI_SITE}/t/tornado/tornado-${version}.tar.gz"
-checksum=6d14e47eab0e15799cf3cdcc86b0b98279da68522caace2bd7ce644287685f0a
+checksum=4e5158d97583502a7e2739951553cbd88a72076f152b4b11b64b9a10c4c49409
 
 pre_build() {
 	# use system ca-certificates

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

* Re: [PR PATCH] [Updated] python-tornado: update to 5.1.1.
  2019-10-01 22:30 [PR PATCH] python-tornado: update to 5.1.1 voidlinux-github
@ 2019-10-01 23:08 ` voidlinux-github
  2019-10-01 23:08 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-01 23:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python-tornado
https://github.com/void-linux/void-packages/pull/14925

python-tornado: update to 5.1.1.
5.1.1 is the last version that supports python2.x and python3.x both.

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

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

From d2dd2f97b7a1e06f20a61d9079553e8c89308bc5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 2 Oct 2019 01:27:59 +0300
Subject: [PATCH] python-tornado: update to 5.1.1.

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

diff --git a/srcpkgs/python-tornado/template b/srcpkgs/python-tornado/template
index e4c8c9e0b5d..7e5700177f5 100644
--- a/srcpkgs/python-tornado/template
+++ b/srcpkgs/python-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tornado'
 pkgname=python-tornado
-version=4.5.3
-revision=2
+version=5.1.1
+revision=1
 wrksrc="tornado-${version}"
 build_style=python-module
 pycompile_module="tornado"
@@ -10,10 +10,10 @@ makedepends="python-devel python3-devel"
 depends="ca-certificates python-singledispatch python-backports_abc"
 short_desc="Python2 web framework and asynchronous networking library"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="http://www.tornadoweb.org/"
 license="Apache-2.0"
+homepage="http://www.tornadoweb.org/"
 distfiles="${PYPI_SITE}/t/tornado/tornado-${version}.tar.gz"
-checksum=6d14e47eab0e15799cf3cdcc86b0b98279da68522caace2bd7ce644287685f0a
+checksum=4e5158d97583502a7e2739951553cbd88a72076f152b4b11b64b9a10c4c49409
 
 pre_build() {
 	# use system ca-certificates

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

* Re: [PR PATCH] [Merged]: python-tornado: update to 5.1.1.
  2019-10-01 22:30 [PR PATCH] python-tornado: update to 5.1.1 voidlinux-github
  2019-10-01 23:08 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-01 23:08 ` voidlinux-github
@ 2019-10-02 14:47 ` voidlinux-github
  2019-10-30 20:06 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-02 14:47 UTC (permalink / raw)
  To: ml

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

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

python-tornado: update to 5.1.1.
https://github.com/void-linux/void-packages/pull/14925

Description:
5.1.1 is the last version that supports python2.x and python3.x both.

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

* Re: python-tornado: update to 5.1.1.
  2019-10-01 22:30 [PR PATCH] python-tornado: update to 5.1.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-02 14:47 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2019-10-30 20:06 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-30 20:06 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/14925#issuecomment-548089642

Comment:
this broke mopidy.

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

end of thread, other threads:[~2019-10-30 20:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 22:30 [PR PATCH] python-tornado: update to 5.1.1 voidlinux-github
2019-10-01 23:08 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-01 23:08 ` voidlinux-github
2019-10-02 14:47 ` [PR PATCH] [Merged]: " voidlinux-github
2019-10-30 20:06 ` 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).