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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ messages in thread

* [PR PATCH] python3-greenlet: update to 1.1.0.
@ 2021-06-15 13:36 Piraty
  0 siblings, 0 replies; 10+ messages in thread
From: Piraty @ 2021-06-15 13:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages python3-greenlet-1.1.0
https://github.com/void-linux/void-packages/pull/31514

python3-greenlet: update to 1.1.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 9c45773d6eb0ecd3e6b574643fdfb965e1f8a732 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Tue, 15 Jun 2021 15:34:54 +0200
Subject: [PATCH] python3-greenlet: update to 1.1.0.

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

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 182cada6bedd..700f8771301f 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,10 +12,10 @@ 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
+	PYTHONPATH="$(cd build/lib* && pwd)" python3 -m unittest discover -v greenlet.tests
 }
 
 post_install() {

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

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

Thread overview: 10+ 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

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