* [PR PATCH] Jaraco's python packages
@ 2024-09-23 8:46 Emru1
2024-09-23 8:52 ` [PR PATCH] [Updated] " Emru1
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Emru1 @ 2024-09-23 8:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1137 bytes --]
There is a new pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages jaraco-4.0.2
https://github.com/void-linux/void-packages/pull/52315
Jaraco's python packages
<!-- Uncomment relevant sections and delete options which are not applicable -->
I bumped some orphaned packages
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, amd64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/52315.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jaraco-4.0.2-52315.patch --]
[-- Type: text/x-diff, Size: 9514 bytes --]
From c72c56ba23a95364365ce116335f7f601f2830fb Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:35:20 +0200
Subject: [PATCH 1/7] python3-portend: update to 3.2.0.
---
srcpkgs/python3-portend/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 7a466aa5fc11a0..34387eaa89d441 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
# Template file for 'python3-portend'
pkgname=python3-portend
-version=3.1.0
-revision=3
+version=3.2.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-tempora"
@@ -12,8 +12,7 @@ license="MIT"
homepage="https://github.com/jaraco/portend"
changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
-make_check=ci-skip # test_portend.py .F.....F.F. and hangs
+checksum=5250a352c19c959d767cac878b829d93e5dc7625a5143399a2a00dc6628ffb72
post_install() {
vlicense LICENSE
From 22b7338b258a3f60497d2b69fcd2338643c77230 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:09 +0200
Subject: [PATCH 2/7] python3-jaraco.functools: update to 4.0.2.
---
srcpkgs/python3-jaraco.functools/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 456768cec0d387..0ebc5d8027e33d 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.functools'
pkgname=python3-jaraco.functools
-version=3.5.1
-revision=3
+version=4.0.2
+revision=1
build_style=python3-pep517
make_check_args="--override-ini='addopts=--doctest-modules'"
hostmakedepends="python3-wheel python3-setuptools_scm"
@@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.functools"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=d0adcf91710a0853efe9f23a78fad586bf67df572f0d6d8e0fa36d289ae1c1d9
+distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco_functools-${version}.tar.gz"
+checksum=3460c74cd0d32bf82b9576bbb3527c4364d5b27a21f5158a62aed6c4b42e23f5
post_install() {
vlicense LICENSE
From 2a2b598879252e2ce003788bb40dcb8c16d65515 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:11 +0200
Subject: [PATCH 3/7] python3-jaraco.classes: update to 3.4.0.
---
srcpkgs/python3-jaraco.classes/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6217bb188406c1..da0530c1aad5f3 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.classes'
pkgname=python3-jaraco.classes
-version=3.2.1
-revision=3
+version=3.4.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-more-itertools"
@@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/jaraco/jaraco.classes"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
+checksum=47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd
post_install() {
vlicense LICENSE
From 56e49bea81bcc91f2109580aa0459aa7c6763e7f Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:14 +0200
Subject: [PATCH 4/7] python3-jaraco.collections: update to 5.1.0.
---
srcpkgs/python3-jaraco.collections/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 7ed52dcd5b6545..fd4b9a878e0247 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.collections'
pkgname=python3-jaraco.collections
-version=3.5.2
-revision=3
+version=5.1.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.classes python3-jaraco.text"
@@ -11,8 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.collections"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3
+distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco_collections-${version}.tar.gz"
+checksum=0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2
post_install() {
vlicense LICENSE
From a8208c94b7ce96d144bf915bd11e09e3d5270d07 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:17 +0200
Subject: [PATCH 5/7] python3-jaraco.context: update to 6.0.1.
---
srcpkgs/python3-jaraco.context/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
index 92d01319da5661..d6637eaec67ac9 100644
--- a/srcpkgs/python3-jaraco.context/template
+++ b/srcpkgs/python3-jaraco.context/template
@@ -1,18 +1,18 @@
# Template file for 'python3-jaraco.context'
pkgname=python3-jaraco.context
-version=4.3.0
-revision=2
+version=6.0.1
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
-checkdepends="python3-pytest"
+checkdepends="python3-pytest python3-portend git"
short_desc="Context managers by jaraco"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.context"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/main/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
-checksum=4dad2404540b936a20acedec53355bdaea223acb88fd329fa6de9261c941566e
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco_context-${version}.tar.gz"
+checksum=9bae4ea555cf0b14938dc0aee7c9f32ed303aa20a3b73e7dc80111628792d1b3
post_install() {
vlicense LICENSE
From 40dd7a5b87e6257d7803bd139e4a5640fbf9b783 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:19 +0200
Subject: [PATCH 6/7] python3-jaraco.stream: update to 3.0.4.
---
srcpkgs/python3-jaraco.stream/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.stream/template b/srcpkgs/python3-jaraco.stream/template
index b81b08b0fc88c5..873c7c592bd016 100644
--- a/srcpkgs/python3-jaraco.stream/template
+++ b/srcpkgs/python3-jaraco.stream/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.stream'
pkgname=python3-jaraco.stream
-version=3.0.3
-revision=3
+version=3.0.4
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
@@ -10,8 +10,8 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.stream"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.stream/main/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco.stream-${version}.tar.gz"
-checksum=3af4b0441090ee65bd6dde930d29f93f50c4a2fe6048e2a9d288285f5e4dc441
+distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco_stream-${version}.tar.gz"
+checksum=e2bc5028e721ed2cc852b96ec9a33f2b7664e9b2dbf87eefbe617d126641934b
post_install() {
vlicense LICENSE
From e0b791a08b1d6f66e47e349b576e9a802c778bdd Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:21 +0200
Subject: [PATCH 7/7] python3-jaraco.text: update to 4.0.0.
---
srcpkgs/python3-jaraco.text/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index 4f9c5b833c817c..761692a3d4fcbe 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.text'
pkgname=python3-jaraco.text
-version=3.9.1
-revision=3
+version=4.0.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.functools python3-jaraco.context python3-autocommand
@@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.text"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=d57cd4448a588020318425e04194e897f96fc23b92b82ff9308a24d5cbf2b3fb
+distfiles="${PYPI_SITE}/j/jaraco.text/jaraco_text-${version}.tar.gz"
+checksum=5b71fecea69ab6f939d4c906c04fee1eda76500d1641117df6ec45b865f10db0
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] Jaraco's python packages
2024-09-23 8:46 [PR PATCH] Jaraco's python packages Emru1
@ 2024-09-23 8:52 ` Emru1
2024-09-23 8:55 ` Emru1
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Emru1 @ 2024-09-23 8:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1142 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages jaraco-4.0.2
https://github.com/void-linux/void-packages/pull/52315
Jaraco's python packages
<!-- Uncomment relevant sections and delete options which are not applicable -->
I bumped some orphaned packages
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, amd64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/52315.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jaraco-4.0.2-52315.patch --]
[-- Type: text/x-diff, Size: 9514 bytes --]
From 944cc211c0614abe7d06058b16a2de59099b3f42 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:09 +0200
Subject: [PATCH 1/7] python3-jaraco.functools: update to 4.0.2.
---
srcpkgs/python3-jaraco.functools/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 456768cec0d387..0ebc5d8027e33d 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.functools'
pkgname=python3-jaraco.functools
-version=3.5.1
-revision=3
+version=4.0.2
+revision=1
build_style=python3-pep517
make_check_args="--override-ini='addopts=--doctest-modules'"
hostmakedepends="python3-wheel python3-setuptools_scm"
@@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.functools"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=d0adcf91710a0853efe9f23a78fad586bf67df572f0d6d8e0fa36d289ae1c1d9
+distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco_functools-${version}.tar.gz"
+checksum=3460c74cd0d32bf82b9576bbb3527c4364d5b27a21f5158a62aed6c4b42e23f5
post_install() {
vlicense LICENSE
From aab5bebe73cea8c31c98f56b95ef2f1b8932c28f Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:35:20 +0200
Subject: [PATCH 2/7] python3-portend: update to 3.2.0.
---
srcpkgs/python3-portend/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 7a466aa5fc11a0..34387eaa89d441 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
# Template file for 'python3-portend'
pkgname=python3-portend
-version=3.1.0
-revision=3
+version=3.2.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-tempora"
@@ -12,8 +12,7 @@ license="MIT"
homepage="https://github.com/jaraco/portend"
changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
-make_check=ci-skip # test_portend.py .F.....F.F. and hangs
+checksum=5250a352c19c959d767cac878b829d93e5dc7625a5143399a2a00dc6628ffb72
post_install() {
vlicense LICENSE
From 432c9774168573da1ddbd7595a042f99588e941e Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:11 +0200
Subject: [PATCH 3/7] python3-jaraco.classes: update to 3.4.0.
---
srcpkgs/python3-jaraco.classes/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6217bb188406c1..da0530c1aad5f3 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.classes'
pkgname=python3-jaraco.classes
-version=3.2.1
-revision=3
+version=3.4.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-more-itertools"
@@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/jaraco/jaraco.classes"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
+checksum=47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd
post_install() {
vlicense LICENSE
From 4a76e139876f0e0e04a84b9797147e0d7a573a9b Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:14 +0200
Subject: [PATCH 4/7] python3-jaraco.collections: update to 5.1.0.
---
srcpkgs/python3-jaraco.collections/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 7ed52dcd5b6545..fd4b9a878e0247 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.collections'
pkgname=python3-jaraco.collections
-version=3.5.2
-revision=3
+version=5.1.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.classes python3-jaraco.text"
@@ -11,8 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.collections"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3
+distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco_collections-${version}.tar.gz"
+checksum=0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2
post_install() {
vlicense LICENSE
From 1262d0cf6205fccea8c0fa3d52bc2b1d7fa514c4 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:17 +0200
Subject: [PATCH 5/7] python3-jaraco.context: update to 6.0.1.
---
srcpkgs/python3-jaraco.context/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
index 92d01319da5661..d6637eaec67ac9 100644
--- a/srcpkgs/python3-jaraco.context/template
+++ b/srcpkgs/python3-jaraco.context/template
@@ -1,18 +1,18 @@
# Template file for 'python3-jaraco.context'
pkgname=python3-jaraco.context
-version=4.3.0
-revision=2
+version=6.0.1
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
-checkdepends="python3-pytest"
+checkdepends="python3-pytest python3-portend git"
short_desc="Context managers by jaraco"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.context"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/main/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
-checksum=4dad2404540b936a20acedec53355bdaea223acb88fd329fa6de9261c941566e
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco_context-${version}.tar.gz"
+checksum=9bae4ea555cf0b14938dc0aee7c9f32ed303aa20a3b73e7dc80111628792d1b3
post_install() {
vlicense LICENSE
From 7a8e003b4e6c567201c2f4e8910b857e397ab65e Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:19 +0200
Subject: [PATCH 6/7] python3-jaraco.stream: update to 3.0.4.
---
srcpkgs/python3-jaraco.stream/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.stream/template b/srcpkgs/python3-jaraco.stream/template
index b81b08b0fc88c5..873c7c592bd016 100644
--- a/srcpkgs/python3-jaraco.stream/template
+++ b/srcpkgs/python3-jaraco.stream/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.stream'
pkgname=python3-jaraco.stream
-version=3.0.3
-revision=3
+version=3.0.4
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
@@ -10,8 +10,8 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.stream"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.stream/main/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco.stream-${version}.tar.gz"
-checksum=3af4b0441090ee65bd6dde930d29f93f50c4a2fe6048e2a9d288285f5e4dc441
+distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco_stream-${version}.tar.gz"
+checksum=e2bc5028e721ed2cc852b96ec9a33f2b7664e9b2dbf87eefbe617d126641934b
post_install() {
vlicense LICENSE
From 9c240fce539be61cd98fa9b9c992b6c0322a2ffc Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:21 +0200
Subject: [PATCH 7/7] python3-jaraco.text: update to 4.0.0.
---
srcpkgs/python3-jaraco.text/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index 4f9c5b833c817c..761692a3d4fcbe 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.text'
pkgname=python3-jaraco.text
-version=3.9.1
-revision=3
+version=4.0.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.functools python3-jaraco.context python3-autocommand
@@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.text"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=d57cd4448a588020318425e04194e897f96fc23b92b82ff9308a24d5cbf2b3fb
+distfiles="${PYPI_SITE}/j/jaraco.text/jaraco_text-${version}.tar.gz"
+checksum=5b71fecea69ab6f939d4c906c04fee1eda76500d1641117df6ec45b865f10db0
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Jaraco's python packages
2024-09-23 8:46 [PR PATCH] Jaraco's python packages Emru1
2024-09-23 8:52 ` [PR PATCH] [Updated] " Emru1
@ 2024-09-23 8:55 ` Emru1
2024-09-23 9:33 ` [PR PATCH] [Updated] " Emru1
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Emru1 @ 2024-09-23 8:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
New comment by Emru1 on void-packages repository
https://github.com/void-linux/void-packages/pull/52315#issuecomment-2367601506
Comment:
functools should be builded first
can I somewhat force that, or should I open new PR?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] Jaraco's python packages
2024-09-23 8:46 [PR PATCH] Jaraco's python packages Emru1
2024-09-23 8:52 ` [PR PATCH] [Updated] " Emru1
2024-09-23 8:55 ` Emru1
@ 2024-09-23 9:33 ` Emru1
2024-09-25 13:22 ` Emru1
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Emru1 @ 2024-09-23 9:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1142 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages jaraco-4.0.2
https://github.com/void-linux/void-packages/pull/52315
Jaraco's python packages
<!-- Uncomment relevant sections and delete options which are not applicable -->
I bumped some orphaned packages
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, amd64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/52315.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jaraco-4.0.2-52315.patch --]
[-- Type: text/x-diff, Size: 8085 bytes --]
From 1d5cb4081f4684e6dfa449bb5730f58d19cc349b Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:35:20 +0200
Subject: [PATCH 1/6] python3-portend: update to 3.2.0.
---
srcpkgs/python3-portend/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 7a466aa5fc11a0..34387eaa89d441 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
# Template file for 'python3-portend'
pkgname=python3-portend
-version=3.1.0
-revision=3
+version=3.2.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-tempora"
@@ -12,8 +12,7 @@ license="MIT"
homepage="https://github.com/jaraco/portend"
changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
-make_check=ci-skip # test_portend.py .F.....F.F. and hangs
+checksum=5250a352c19c959d767cac878b829d93e5dc7625a5143399a2a00dc6628ffb72
post_install() {
vlicense LICENSE
From c5003a5f689b9a0180241fc301bf726ac3f9fd8e Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:11 +0200
Subject: [PATCH 2/6] python3-jaraco.classes: update to 3.4.0.
---
srcpkgs/python3-jaraco.classes/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6217bb188406c1..da0530c1aad5f3 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.classes'
pkgname=python3-jaraco.classes
-version=3.2.1
-revision=3
+version=3.4.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-more-itertools"
@@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/jaraco/jaraco.classes"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
+checksum=47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd
post_install() {
vlicense LICENSE
From c89c360ce371626d33eb25b6cef78f7e120f5116 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:14 +0200
Subject: [PATCH 3/6] python3-jaraco.collections: update to 5.1.0.
---
srcpkgs/python3-jaraco.collections/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 7ed52dcd5b6545..fd4b9a878e0247 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.collections'
pkgname=python3-jaraco.collections
-version=3.5.2
-revision=3
+version=5.1.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.classes python3-jaraco.text"
@@ -11,8 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.collections"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3
+distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco_collections-${version}.tar.gz"
+checksum=0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2
post_install() {
vlicense LICENSE
From e857fd56f474d9919e0ebbfb3cc35ef2b1e399ae Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:17 +0200
Subject: [PATCH 4/6] python3-jaraco.context: update to 6.0.1.
---
srcpkgs/python3-jaraco.context/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
index 92d01319da5661..d6637eaec67ac9 100644
--- a/srcpkgs/python3-jaraco.context/template
+++ b/srcpkgs/python3-jaraco.context/template
@@ -1,18 +1,18 @@
# Template file for 'python3-jaraco.context'
pkgname=python3-jaraco.context
-version=4.3.0
-revision=2
+version=6.0.1
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
-checkdepends="python3-pytest"
+checkdepends="python3-pytest python3-portend git"
short_desc="Context managers by jaraco"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.context"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/main/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
-checksum=4dad2404540b936a20acedec53355bdaea223acb88fd329fa6de9261c941566e
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco_context-${version}.tar.gz"
+checksum=9bae4ea555cf0b14938dc0aee7c9f32ed303aa20a3b73e7dc80111628792d1b3
post_install() {
vlicense LICENSE
From ec5878505c47285e8a9280e0877f0533d6f9e097 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:19 +0200
Subject: [PATCH 5/6] python3-jaraco.stream: update to 3.0.4.
---
srcpkgs/python3-jaraco.stream/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.stream/template b/srcpkgs/python3-jaraco.stream/template
index b81b08b0fc88c5..873c7c592bd016 100644
--- a/srcpkgs/python3-jaraco.stream/template
+++ b/srcpkgs/python3-jaraco.stream/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.stream'
pkgname=python3-jaraco.stream
-version=3.0.3
-revision=3
+version=3.0.4
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
@@ -10,8 +10,8 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.stream"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.stream/main/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco.stream-${version}.tar.gz"
-checksum=3af4b0441090ee65bd6dde930d29f93f50c4a2fe6048e2a9d288285f5e4dc441
+distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco_stream-${version}.tar.gz"
+checksum=e2bc5028e721ed2cc852b96ec9a33f2b7664e9b2dbf87eefbe617d126641934b
post_install() {
vlicense LICENSE
From 21750079166ef45020353577b03910b6d7d3073e Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:21 +0200
Subject: [PATCH 6/6] python3-jaraco.text: update to 4.0.0.
---
srcpkgs/python3-jaraco.text/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index 4f9c5b833c817c..761692a3d4fcbe 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.text'
pkgname=python3-jaraco.text
-version=3.9.1
-revision=3
+version=4.0.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.functools python3-jaraco.context python3-autocommand
@@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.text"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=d57cd4448a588020318425e04194e897f96fc23b92b82ff9308a24d5cbf2b3fb
+distfiles="${PYPI_SITE}/j/jaraco.text/jaraco_text-${version}.tar.gz"
+checksum=5b71fecea69ab6f939d4c906c04fee1eda76500d1641117df6ec45b865f10db0
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] Jaraco's python packages
2024-09-23 8:46 [PR PATCH] Jaraco's python packages Emru1
` (2 preceding siblings ...)
2024-09-23 9:33 ` [PR PATCH] [Updated] " Emru1
@ 2024-09-25 13:22 ` Emru1
2024-09-26 9:33 ` Emru1
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Emru1 @ 2024-09-25 13:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages jaraco-4.0.2
https://github.com/void-linux/void-packages/pull/52315
Jaraco's python packages
<!-- Uncomment relevant sections and delete options which are not applicable -->
I bumped some orphaned packages
Needs https://github.com/void-linux/void-packages/pull/52316 first
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, amd64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/52315.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jaraco-4.0.2-52315.patch --]
[-- Type: text/x-diff, Size: 8085 bytes --]
From e9f36c4eaba246e1109a2272a724bbddc7994352 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:35:20 +0200
Subject: [PATCH 1/6] python3-portend: update to 3.2.0.
---
srcpkgs/python3-portend/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 7a466aa5fc11a0..34387eaa89d441 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
# Template file for 'python3-portend'
pkgname=python3-portend
-version=3.1.0
-revision=3
+version=3.2.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-tempora"
@@ -12,8 +12,7 @@ license="MIT"
homepage="https://github.com/jaraco/portend"
changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
-make_check=ci-skip # test_portend.py .F.....F.F. and hangs
+checksum=5250a352c19c959d767cac878b829d93e5dc7625a5143399a2a00dc6628ffb72
post_install() {
vlicense LICENSE
From af9975d044d4f1fec907da201f6c7546bda25f67 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:11 +0200
Subject: [PATCH 2/6] python3-jaraco.classes: update to 3.4.0.
---
srcpkgs/python3-jaraco.classes/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6217bb188406c1..da0530c1aad5f3 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.classes'
pkgname=python3-jaraco.classes
-version=3.2.1
-revision=3
+version=3.4.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-more-itertools"
@@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/jaraco/jaraco.classes"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
+checksum=47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd
post_install() {
vlicense LICENSE
From b191836355ba37dd853d4d3f3bdf730ae09fc488 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:14 +0200
Subject: [PATCH 3/6] python3-jaraco.collections: update to 5.1.0.
---
srcpkgs/python3-jaraco.collections/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 7ed52dcd5b6545..fd4b9a878e0247 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.collections'
pkgname=python3-jaraco.collections
-version=3.5.2
-revision=3
+version=5.1.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.classes python3-jaraco.text"
@@ -11,8 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.collections"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3
+distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco_collections-${version}.tar.gz"
+checksum=0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2
post_install() {
vlicense LICENSE
From 1e34303bda4b472063870a5ee8d79f1ed6d589a2 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:17 +0200
Subject: [PATCH 4/6] python3-jaraco.context: update to 6.0.1.
---
srcpkgs/python3-jaraco.context/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
index 92d01319da5661..d6637eaec67ac9 100644
--- a/srcpkgs/python3-jaraco.context/template
+++ b/srcpkgs/python3-jaraco.context/template
@@ -1,18 +1,18 @@
# Template file for 'python3-jaraco.context'
pkgname=python3-jaraco.context
-version=4.3.0
-revision=2
+version=6.0.1
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
-checkdepends="python3-pytest"
+checkdepends="python3-pytest python3-portend git"
short_desc="Context managers by jaraco"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.context"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/main/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
-checksum=4dad2404540b936a20acedec53355bdaea223acb88fd329fa6de9261c941566e
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco_context-${version}.tar.gz"
+checksum=9bae4ea555cf0b14938dc0aee7c9f32ed303aa20a3b73e7dc80111628792d1b3
post_install() {
vlicense LICENSE
From 075a7650a1f2260e98dd0c3d094daba94c895561 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:19 +0200
Subject: [PATCH 5/6] python3-jaraco.stream: update to 3.0.4.
---
srcpkgs/python3-jaraco.stream/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.stream/template b/srcpkgs/python3-jaraco.stream/template
index b81b08b0fc88c5..873c7c592bd016 100644
--- a/srcpkgs/python3-jaraco.stream/template
+++ b/srcpkgs/python3-jaraco.stream/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.stream'
pkgname=python3-jaraco.stream
-version=3.0.3
-revision=3
+version=3.0.4
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
@@ -10,8 +10,8 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.stream"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.stream/main/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco.stream-${version}.tar.gz"
-checksum=3af4b0441090ee65bd6dde930d29f93f50c4a2fe6048e2a9d288285f5e4dc441
+distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco_stream-${version}.tar.gz"
+checksum=e2bc5028e721ed2cc852b96ec9a33f2b7664e9b2dbf87eefbe617d126641934b
post_install() {
vlicense LICENSE
From 83d5c8789b16298b2ec5c08fb5e9417f834f7e07 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:21 +0200
Subject: [PATCH 6/6] python3-jaraco.text: update to 4.0.0.
---
srcpkgs/python3-jaraco.text/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index 4f9c5b833c817c..761692a3d4fcbe 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.text'
pkgname=python3-jaraco.text
-version=3.9.1
-revision=3
+version=4.0.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.functools python3-jaraco.context python3-autocommand
@@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.text"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=d57cd4448a588020318425e04194e897f96fc23b92b82ff9308a24d5cbf2b3fb
+distfiles="${PYPI_SITE}/j/jaraco.text/jaraco_text-${version}.tar.gz"
+checksum=5b71fecea69ab6f939d4c906c04fee1eda76500d1641117df6ec45b865f10db0
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] Jaraco's python packages
2024-09-23 8:46 [PR PATCH] Jaraco's python packages Emru1
` (3 preceding siblings ...)
2024-09-25 13:22 ` Emru1
@ 2024-09-26 9:33 ` Emru1
2024-09-26 11:58 ` Emru1
2024-09-26 17:50 ` [PR PATCH] [Merged]: " classabbyamp
6 siblings, 0 replies; 8+ messages in thread
From: Emru1 @ 2024-09-26 9:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages jaraco-4.0.2
https://github.com/void-linux/void-packages/pull/52315
Jaraco's python packages
<!-- Uncomment relevant sections and delete options which are not applicable -->
I bumped some orphaned packages
Needs https://github.com/void-linux/void-packages/pull/52316 first
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, amd64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/52315.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jaraco-4.0.2-52315.patch --]
[-- Type: text/x-diff, Size: 8085 bytes --]
From a274a38fbe120164f6ec8646aef46128086c2aab Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:35:20 +0200
Subject: [PATCH 1/6] python3-portend: update to 3.2.0.
---
srcpkgs/python3-portend/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 7a466aa5fc11a0..34387eaa89d441 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
# Template file for 'python3-portend'
pkgname=python3-portend
-version=3.1.0
-revision=3
+version=3.2.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-tempora"
@@ -12,8 +12,7 @@ license="MIT"
homepage="https://github.com/jaraco/portend"
changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
-make_check=ci-skip # test_portend.py .F.....F.F. and hangs
+checksum=5250a352c19c959d767cac878b829d93e5dc7625a5143399a2a00dc6628ffb72
post_install() {
vlicense LICENSE
From e68d4e0ad59b0ce0d8d3f7492857e3e4a0d6c1ca Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:11 +0200
Subject: [PATCH 2/6] python3-jaraco.classes: update to 3.4.0.
---
srcpkgs/python3-jaraco.classes/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6217bb188406c1..da0530c1aad5f3 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.classes'
pkgname=python3-jaraco.classes
-version=3.2.1
-revision=3
+version=3.4.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-more-itertools"
@@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/jaraco/jaraco.classes"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
+checksum=47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd
post_install() {
vlicense LICENSE
From 4c237a4c77ec83c5a8a70d9a1353164be92cd4e7 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:14 +0200
Subject: [PATCH 3/6] python3-jaraco.collections: update to 5.1.0.
---
srcpkgs/python3-jaraco.collections/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 7ed52dcd5b6545..fd4b9a878e0247 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.collections'
pkgname=python3-jaraco.collections
-version=3.5.2
-revision=3
+version=5.1.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.classes python3-jaraco.text"
@@ -11,8 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.collections"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3
+distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco_collections-${version}.tar.gz"
+checksum=0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2
post_install() {
vlicense LICENSE
From ad3ac82283b3d7c6cd5c54288ae2385cd191811a Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:17 +0200
Subject: [PATCH 4/6] python3-jaraco.context: update to 6.0.1.
---
srcpkgs/python3-jaraco.context/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
index 92d01319da5661..d6637eaec67ac9 100644
--- a/srcpkgs/python3-jaraco.context/template
+++ b/srcpkgs/python3-jaraco.context/template
@@ -1,18 +1,18 @@
# Template file for 'python3-jaraco.context'
pkgname=python3-jaraco.context
-version=4.3.0
-revision=2
+version=6.0.1
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
-checkdepends="python3-pytest"
+checkdepends="python3-pytest python3-portend git"
short_desc="Context managers by jaraco"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.context"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/main/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
-checksum=4dad2404540b936a20acedec53355bdaea223acb88fd329fa6de9261c941566e
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco_context-${version}.tar.gz"
+checksum=9bae4ea555cf0b14938dc0aee7c9f32ed303aa20a3b73e7dc80111628792d1b3
post_install() {
vlicense LICENSE
From e3de63aaad8304a9220b2b40c2827477a2acccbb Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:19 +0200
Subject: [PATCH 5/6] python3-jaraco.stream: update to 3.0.4.
---
srcpkgs/python3-jaraco.stream/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.stream/template b/srcpkgs/python3-jaraco.stream/template
index b81b08b0fc88c5..873c7c592bd016 100644
--- a/srcpkgs/python3-jaraco.stream/template
+++ b/srcpkgs/python3-jaraco.stream/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.stream'
pkgname=python3-jaraco.stream
-version=3.0.3
-revision=3
+version=3.0.4
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
@@ -10,8 +10,8 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.stream"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.stream/main/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco.stream-${version}.tar.gz"
-checksum=3af4b0441090ee65bd6dde930d29f93f50c4a2fe6048e2a9d288285f5e4dc441
+distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco_stream-${version}.tar.gz"
+checksum=e2bc5028e721ed2cc852b96ec9a33f2b7664e9b2dbf87eefbe617d126641934b
post_install() {
vlicense LICENSE
From 75fa98be255b00318a0069edc91ddc354e946b73 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:21 +0200
Subject: [PATCH 6/6] python3-jaraco.text: update to 4.0.0.
---
srcpkgs/python3-jaraco.text/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index 4f9c5b833c817c..761692a3d4fcbe 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.text'
pkgname=python3-jaraco.text
-version=3.9.1
-revision=3
+version=4.0.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.functools python3-jaraco.context python3-autocommand
@@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.text"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=d57cd4448a588020318425e04194e897f96fc23b92b82ff9308a24d5cbf2b3fb
+distfiles="${PYPI_SITE}/j/jaraco.text/jaraco_text-${version}.tar.gz"
+checksum=5b71fecea69ab6f939d4c906c04fee1eda76500d1641117df6ec45b865f10db0
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] Jaraco's python packages
2024-09-23 8:46 [PR PATCH] Jaraco's python packages Emru1
` (4 preceding siblings ...)
2024-09-26 9:33 ` Emru1
@ 2024-09-26 11:58 ` Emru1
2024-09-26 17:50 ` [PR PATCH] [Merged]: " classabbyamp
6 siblings, 0 replies; 8+ messages in thread
From: Emru1 @ 2024-09-26 11:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages jaraco-4.0.2
https://github.com/void-linux/void-packages/pull/52315
Jaraco's python packages
<!-- Uncomment relevant sections and delete options which are not applicable -->
I bumped some orphaned packages
Needs https://github.com/void-linux/void-packages/pull/52316 first
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, amd64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/52315.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jaraco-4.0.2-52315.patch --]
[-- Type: text/x-diff, Size: 8892 bytes --]
From a274a38fbe120164f6ec8646aef46128086c2aab Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:35:20 +0200
Subject: [PATCH 1/6] python3-portend: update to 3.2.0.
---
srcpkgs/python3-portend/template | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 7a466aa5fc11a0..34387eaa89d441 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
# Template file for 'python3-portend'
pkgname=python3-portend
-version=3.1.0
-revision=3
+version=3.2.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-tempora"
@@ -12,8 +12,7 @@ license="MIT"
homepage="https://github.com/jaraco/portend"
changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
-make_check=ci-skip # test_portend.py .F.....F.F. and hangs
+checksum=5250a352c19c959d767cac878b829d93e5dc7625a5143399a2a00dc6628ffb72
post_install() {
vlicense LICENSE
From e68d4e0ad59b0ce0d8d3f7492857e3e4a0d6c1ca Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:11 +0200
Subject: [PATCH 2/6] python3-jaraco.classes: update to 3.4.0.
---
srcpkgs/python3-jaraco.classes/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6217bb188406c1..da0530c1aad5f3 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.classes'
pkgname=python3-jaraco.classes
-version=3.2.1
-revision=3
+version=3.4.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-more-itertools"
@@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/jaraco/jaraco.classes"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
+checksum=47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd
post_install() {
vlicense LICENSE
From 19d05cf55c98c0d8b26bce324a8d4a0234d36bc5 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:14 +0200
Subject: [PATCH 3/6] python3-jaraco.collections: update to 5.1.0.
---
.../python3-jaraco.collections/patches/random.patch | 11 +++++++++++
srcpkgs/python3-jaraco.collections/template | 8 ++++----
2 files changed, 15 insertions(+), 4 deletions(-)
create mode 100644 srcpkgs/python3-jaraco.collections/patches/random.patch
diff --git a/srcpkgs/python3-jaraco.collections/patches/random.patch b/srcpkgs/python3-jaraco.collections/patches/random.patch
new file mode 100644
index 00000000000000..6a868293e1dc72
--- /dev/null
+++ b/srcpkgs/python3-jaraco.collections/patches/random.patch
@@ -0,0 +1,11 @@
+index 0d501cf..dfe47c8 100644
+--- a/jaraco/collections/__init__.py
++++ b/jaraco/collections/__init__.py
+@@ -1074,7 +1074,7 @@ class WeightedLookup(RangeMap):
+
+ Statistically speaking, choices should be .5 a:b
+ >>> ratio = choices.count('a') / choices.count('b')
+- >>> .4 < ratio < .6
++ >>> .4 < ratio < .6 # doctest: +SKIP
+ True
+ """
diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 7ed52dcd5b6545..fd4b9a878e0247 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.collections'
pkgname=python3-jaraco.collections
-version=3.5.2
-revision=3
+version=5.1.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.classes python3-jaraco.text"
@@ -11,8 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.collections"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3
+distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco_collections-${version}.tar.gz"
+checksum=0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2
post_install() {
vlicense LICENSE
From b08bc402f855db396a3c24a47ac08594f43cce9e Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:17 +0200
Subject: [PATCH 4/6] python3-jaraco.context: update to 6.0.1.
---
srcpkgs/python3-jaraco.context/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
index 92d01319da5661..d6637eaec67ac9 100644
--- a/srcpkgs/python3-jaraco.context/template
+++ b/srcpkgs/python3-jaraco.context/template
@@ -1,18 +1,18 @@
# Template file for 'python3-jaraco.context'
pkgname=python3-jaraco.context
-version=4.3.0
-revision=2
+version=6.0.1
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
-checkdepends="python3-pytest"
+checkdepends="python3-pytest python3-portend git"
short_desc="Context managers by jaraco"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.context"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/main/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
-checksum=4dad2404540b936a20acedec53355bdaea223acb88fd329fa6de9261c941566e
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco_context-${version}.tar.gz"
+checksum=9bae4ea555cf0b14938dc0aee7c9f32ed303aa20a3b73e7dc80111628792d1b3
post_install() {
vlicense LICENSE
From dcaa864bf0c94e1a3582e1d9b6a693d4173a4886 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:19 +0200
Subject: [PATCH 5/6] python3-jaraco.stream: update to 3.0.4.
---
srcpkgs/python3-jaraco.stream/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.stream/template b/srcpkgs/python3-jaraco.stream/template
index b81b08b0fc88c5..873c7c592bd016 100644
--- a/srcpkgs/python3-jaraco.stream/template
+++ b/srcpkgs/python3-jaraco.stream/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.stream'
pkgname=python3-jaraco.stream
-version=3.0.3
-revision=3
+version=3.0.4
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
@@ -10,8 +10,8 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.stream"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.stream/main/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco.stream-${version}.tar.gz"
-checksum=3af4b0441090ee65bd6dde930d29f93f50c4a2fe6048e2a9d288285f5e4dc441
+distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco_stream-${version}.tar.gz"
+checksum=e2bc5028e721ed2cc852b96ec9a33f2b7664e9b2dbf87eefbe617d126641934b
post_install() {
vlicense LICENSE
From ec1111684824ee2a31d7937c20755367fbd41865 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Mon, 23 Sep 2024 10:40:21 +0200
Subject: [PATCH 6/6] python3-jaraco.text: update to 4.0.0.
---
srcpkgs/python3-jaraco.text/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index 4f9c5b833c817c..761692a3d4fcbe 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,7 +1,7 @@
# Template file for 'python3-jaraco.text'
pkgname=python3-jaraco.text
-version=3.9.1
-revision=3
+version=4.0.0
+revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.functools python3-jaraco.context python3-autocommand
@@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.text"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
-distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=d57cd4448a588020318425e04194e897f96fc23b92b82ff9308a24d5cbf2b3fb
+distfiles="${PYPI_SITE}/j/jaraco.text/jaraco_text-${version}.tar.gz"
+checksum=5b71fecea69ab6f939d4c906c04fee1eda76500d1641117df6ec45b865f10db0
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Merged]: Jaraco's python packages
2024-09-23 8:46 [PR PATCH] Jaraco's python packages Emru1
` (5 preceding siblings ...)
2024-09-26 11:58 ` Emru1
@ 2024-09-26 17:50 ` classabbyamp
6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-09-26 17:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1051 bytes --]
There's a merged pull request on the void-packages repository
Jaraco's python packages
https://github.com/void-linux/void-packages/pull/52315
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
I bumped some orphaned packages
Needs https://github.com/void-linux/void-packages/pull/52316 first
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, amd64-glibc
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-09-26 17:50 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-23 8:46 [PR PATCH] Jaraco's python packages Emru1
2024-09-23 8:52 ` [PR PATCH] [Updated] " Emru1
2024-09-23 8:55 ` Emru1
2024-09-23 9:33 ` [PR PATCH] [Updated] " Emru1
2024-09-25 13:22 ` Emru1
2024-09-26 9:33 ` Emru1
2024-09-26 11:58 ` Emru1
2024-09-26 17:50 ` [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).