Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-curio: update to 1.6.
@ 2023-04-16 23:15 ar-jan
  2023-04-30  7:19 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ar-jan @ 2023-04-16 23:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages python3-curio
https://github.com/void-linux/void-packages/pull/43490

python3-curio: update to 1.6.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/43490.patch is attached

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

From b5e3d6bf258c93d204d547e5160c1922fcb712f1 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 17 Apr 2023 01:12:32 +0200
Subject: [PATCH] python3-curio: update to 1.6.

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

diff --git a/srcpkgs/python3-curio/template b/srcpkgs/python3-curio/template
index 585a4fb1b1f2..a768a3df6571 100644
--- a/srcpkgs/python3-curio/template
+++ b/srcpkgs/python3-curio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curio'
 pkgname=python3-curio
-version=1.5
-revision=3
+version=1.6
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -11,7 +11,7 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/dabeaz/curio"
 distfiles="${PYPI_SITE}/c/curio/curio-${version}.tar.gz"
-checksum=af08212e590bb7da8e4cc39c42012711494dc20d622f162155ba296cc2e3bc10
+checksum=562a586db20216ba7d2be8263deb9eb079e56048f9b8906d11d5f45aa81c5247
 
 do_check() {
 	# CI container has different privileges than expected in test_errors()

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

* Re: [PR REVIEW] python3-curio: update to 1.6.
  2023-04-16 23:15 [PR PATCH] python3-curio: update to 1.6 ar-jan
@ 2023-04-30  7:19 ` classabbyamp
  2023-04-30  7:21 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-04-30  7:19 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43490#discussion_r1181178993

Comment:
```suggestion
homepage="https://github.com/dabeaz/curio"
changelog="https://raw.githubusercontent.com/dabeaz/curio/master/CHANGES"
```

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

* Re: [PR REVIEW] python3-curio: update to 1.6.
  2023-04-16 23:15 [PR PATCH] python3-curio: update to 1.6 ar-jan
  2023-04-30  7:19 ` [PR REVIEW] " classabbyamp
@ 2023-04-30  7:21 ` classabbyamp
  2023-04-30 11:27 ` [PR PATCH] [Updated] " ar-jan
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-04-30  7:21 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43490#discussion_r1181179159

Comment:
> 10/25/2022 ***IMPORTANT NOTE*** This is the last release on pypi.  Curio
>            will no longer be making package releases.  The most recent
> 	   version can be obtained at https://github.com/dabeaz/curio.

probably want to switch the distfile to github?

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

* Re: [PR PATCH] [Updated] python3-curio: update to 1.6.
  2023-04-16 23:15 [PR PATCH] python3-curio: update to 1.6 ar-jan
  2023-04-30  7:19 ` [PR REVIEW] " classabbyamp
  2023-04-30  7:21 ` classabbyamp
@ 2023-04-30 11:27 ` ar-jan
  2023-04-30 11:28 ` [PR REVIEW] " ar-jan
  2023-04-30 15:03 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: ar-jan @ 2023-04-30 11:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages python3-curio
https://github.com/void-linux/void-packages/pull/43490

python3-curio: update to 1.6.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/43490.patch is attached

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

From 1499e8d15ea981d896d05eb33a184d699c734edd Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 17 Apr 2023 01:12:32 +0200
Subject: [PATCH] python3-curio: update to 1.6.

---
 srcpkgs/python3-curio/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-curio/template b/srcpkgs/python3-curio/template
index 585a4fb1b1f2..a712cbd3ad2d 100644
--- a/srcpkgs/python3-curio/template
+++ b/srcpkgs/python3-curio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curio'
 pkgname=python3-curio
-version=1.5
-revision=3
+version=1.6
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -10,8 +10,9 @@ short_desc="Coroutine-based library for concurrent programming using async/await
 maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/dabeaz/curio"
-distfiles="${PYPI_SITE}/c/curio/curio-${version}.tar.gz"
-checksum=af08212e590bb7da8e4cc39c42012711494dc20d622f162155ba296cc2e3bc10
+changelog="https://raw.githubusercontent.com/dabeaz/curio/master/CHANGES"
+distfiles="https://github.com/dabeaz/curio/archive/${version}.tar.gz"
+checksum=8bf9f1fa8b16f8f9f202c9c7d7189f3757ecc38e3823a0afa363b59acb087123
 
 do_check() {
 	# CI container has different privileges than expected in test_errors()

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

* Re: [PR REVIEW] python3-curio: update to 1.6.
  2023-04-16 23:15 [PR PATCH] python3-curio: update to 1.6 ar-jan
                   ` (2 preceding siblings ...)
  2023-04-30 11:27 ` [PR PATCH] [Updated] " ar-jan
@ 2023-04-30 11:28 ` ar-jan
  2023-04-30 15:03 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: ar-jan @ 2023-04-30 11:28 UTC (permalink / raw)
  To: ml

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

New review comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/43490#discussion_r1181214218

Comment:
yeah, done now (I was just being lazy and postponing).

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

* Re: [PR PATCH] [Merged]: python3-curio: update to 1.6.
  2023-04-16 23:15 [PR PATCH] python3-curio: update to 1.6 ar-jan
                   ` (3 preceding siblings ...)
  2023-04-30 11:28 ` [PR REVIEW] " ar-jan
@ 2023-04-30 15:03 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-04-30 15:03 UTC (permalink / raw)
  To: ml

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

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

python3-curio: update to 1.6.
https://github.com/void-linux/void-packages/pull/43490

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

end of thread, other threads:[~2023-04-30 15:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-16 23:15 [PR PATCH] python3-curio: update to 1.6 ar-jan
2023-04-30  7:19 ` [PR REVIEW] " classabbyamp
2023-04-30  7:21 ` classabbyamp
2023-04-30 11:27 ` [PR PATCH] [Updated] " ar-jan
2023-04-30 11:28 ` [PR REVIEW] " ar-jan
2023-04-30 15:03 ` [PR PATCH] [Merged]: " classabbyamp

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