Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-greenlet: update to 1.1.0.
@ 2021-05-10 19:09 pfpulux
  2021-05-10 19:13 ` ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: pfpulux @ 2021-05-10 19:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-greenlet
https://github.com/void-linux/void-packages/pull/30787

python3-greenlet: update to 1.1.0.


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

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

From 4b503ca73aa6c9e2f47a594377b562052edef4a6 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Mon, 10 May 2021 21:08:58 +0200
Subject: [PATCH] python3-greenlet: update to 1.1.0.

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

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 182cada6bedd..2e4c098ad383 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.17
+version=1.1.0
 revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
+checksum=c87df8ae3f01ffb4483c796fe1b15232ce2b219f0b18126948616224d3f658ee
 
 do_check() {
 	python3 setup.py test

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

* Re: python3-greenlet: update to 1.1.0.
  2021-05-10 19:09 [PR PATCH] python3-greenlet: update to 1.1.0 pfpulux
@ 2021-05-10 19:13 ` ericonr
  2021-05-10 19:24 ` [PR REVIEW] " ericonr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-05-10 19:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30787#issuecomment-837175909

Comment:
Ok, `python3-gevent` and `python3-neovim` depend on this, we should make sure they support this newer version.

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

* Re: [PR REVIEW] python3-greenlet: update to 1.1.0.
  2021-05-10 19:09 [PR PATCH] python3-greenlet: update to 1.1.0 pfpulux
  2021-05-10 19:13 ` ericonr
@ 2021-05-10 19:24 ` ericonr
  2021-05-10 19:24 ` ericonr
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-05-10 19:24 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30787#discussion_r629621969

Comment:
The changelog link is now 404.

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

* Re: [PR REVIEW] python3-greenlet: update to 1.1.0.
  2021-05-10 19:09 [PR PATCH] python3-greenlet: update to 1.1.0 pfpulux
  2021-05-10 19:13 ` ericonr
  2021-05-10 19:24 ` [PR REVIEW] " ericonr
@ 2021-05-10 19:24 ` ericonr
  2021-05-10 19:24 ` ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-05-10 19:24 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30787#discussion_r629622849

Comment:
New link https://raw.githubusercontent.com/python-greenlet/greenlet/master/CHANGES.rst

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

* Re: [PR REVIEW] python3-greenlet: update to 1.1.0.
  2021-05-10 19:09 [PR PATCH] python3-greenlet: update to 1.1.0 pfpulux
                   ` (2 preceding siblings ...)
  2021-05-10 19:24 ` ericonr
@ 2021-05-10 19:24 ` ericonr
  2021-05-10 19:24 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-05-10 19:24 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30787#discussion_r629623589

Comment:
Please replace (from changelog):

> - Remove the ability to use the deprecated command
  ``python setup.py test``. Run greenlet tests with your favorite
  unittest-compatible test runner, e.g., ``python -m unittest discover
  greenlet.tests``. See `issue 185 <https://github.com/python-greenlet/greenlet/issues/185>`_.

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

* Re: python3-greenlet: update to 1.1.0.
  2021-05-10 19:09 [PR PATCH] python3-greenlet: update to 1.1.0 pfpulux
                   ` (3 preceding siblings ...)
  2021-05-10 19:24 ` ericonr
@ 2021-05-10 19:24 ` ericonr
  2021-05-11  8:01 ` [PR PATCH] [Updated] " pfpulux
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-05-10 19:24 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30787#issuecomment-837192636

Comment:
`python3-neovim` is fine.

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

* Re: [PR PATCH] [Updated] python3-greenlet: update to 1.1.0.
  2021-05-10 19:09 [PR PATCH] python3-greenlet: update to 1.1.0 pfpulux
                   ` (4 preceding siblings ...)
  2021-05-10 19:24 ` ericonr
@ 2021-05-11  8:01 ` pfpulux
  2021-05-29 19:47 ` FollieHiyuki
  2021-06-17 11:27 ` [PR PATCH] [Closed]: " Piraty
  7 siblings, 0 replies; 12+ messages in thread
From: pfpulux @ 2021-05-11  8:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python3-greenlet
https://github.com/void-linux/void-packages/pull/30787

python3-greenlet: update to 1.1.0.


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

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

From 223d61805f1430f75ea1e8c53bfe65a67705fa1f Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Mon, 10 May 2021 21:08:58 +0200
Subject: [PATCH] python3-greenlet: update to 1.1.0.

---
 srcpkgs/python3-greenlet/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 182cada6bedd..89e06d782f85 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.17
+version=1.1.0
 revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
@@ -10,13 +10,9 @@ short_desc="Lightweight in-process concurrent programming (Python3)"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
-changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
+changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
-
-do_check() {
-	python3 setup.py test
-}
+checksum=c87df8ae3f01ffb4483c796fe1b15232ce2b219f0b18126948616224d3f658ee
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-greenlet: update to 1.1.0.
  2021-05-10 19:09 [PR PATCH] python3-greenlet: update to 1.1.0 pfpulux
                   ` (5 preceding siblings ...)
  2021-05-11  8:01 ` [PR PATCH] [Updated] " pfpulux
@ 2021-05-29 19:47 ` FollieHiyuki
  2021-06-17 11:27 ` [PR PATCH] [Closed]: " Piraty
  7 siblings, 0 replies; 12+ messages in thread
From: FollieHiyuki @ 2021-05-29 19:47 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/30787#issuecomment-850889329

Comment:
Can you update `python3-neovim` to 0.4.3 in this PR too?


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

* Re: [PR PATCH] [Closed]: python3-greenlet: update to 1.1.0.
  2021-05-10 19:09 [PR PATCH] python3-greenlet: update to 1.1.0 pfpulux
                   ` (6 preceding siblings ...)
  2021-05-29 19:47 ` FollieHiyuki
@ 2021-06-17 11:27 ` Piraty
  7 siblings, 0 replies; 12+ messages in thread
From: Piraty @ 2021-06-17 11:27 UTC (permalink / raw)
  To: ml

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

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

python3-greenlet: update to 1.1.0.
https://github.com/void-linux/void-packages/pull/30787

Description:


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

* Re: python3-greenlet: update to 1.1.0.
  2021-06-15 13:36 [PR PATCH] " Piraty
  2021-06-15 13:39 ` ericonr
  2021-06-15 18:15 ` Piraty
@ 2021-06-17  2:35 ` ericonr
  2 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-06-17  2:35 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31514#issuecomment-862869759

Comment:
Overall LGTM, despite weird tests.

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

* Re: python3-greenlet: update to 1.1.0.
  2021-06-15 13:36 [PR PATCH] " Piraty
  2021-06-15 13:39 ` ericonr
@ 2021-06-15 18:15 ` Piraty
  2021-06-17  2:35 ` ericonr
  2 siblings, 0 replies; 12+ messages in thread
From: Piraty @ 2021-06-15 18:15 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/31514#issuecomment-861727782

Comment:
I incorporated python3-gevenv and python3-neovim,
tests for gevenv are somewhat flaky

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

* Re: python3-greenlet: update to 1.1.0.
  2021-06-15 13:36 [PR PATCH] " Piraty
@ 2021-06-15 13:39 ` ericonr
  2021-06-15 18:15 ` Piraty
  2021-06-17  2:35 ` ericonr
  2 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-06-15 13:39 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31514#issuecomment-861506878

Comment:
This is a duplicate of #30787, which needs to update a few packages simultaneously.

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

end of thread, other threads:[~2021-06-17 11:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 19:09 [PR PATCH] python3-greenlet: update to 1.1.0 pfpulux
2021-05-10 19:13 ` ericonr
2021-05-10 19:24 ` [PR REVIEW] " ericonr
2021-05-10 19:24 ` ericonr
2021-05-10 19:24 ` ericonr
2021-05-10 19:24 ` ericonr
2021-05-11  8:01 ` [PR PATCH] [Updated] " pfpulux
2021-05-29 19:47 ` FollieHiyuki
2021-06-17 11:27 ` [PR PATCH] [Closed]: " Piraty
2021-06-15 13:36 [PR PATCH] " Piraty
2021-06-15 13:39 ` ericonr
2021-06-15 18:15 ` Piraty
2021-06-17  2:35 ` 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).