Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-jsonschema: update to 4.12.1.
@ 2022-08-18 16:17 jcgruenhage
  2022-08-19 10:37 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jcgruenhage @ 2022-08-18 16:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-jsonschema-4.12.1_1
https://github.com/void-linux/void-packages/pull/38764

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

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

<!--
#### 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/38764.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-jsonschema-4.12.1_1-38764.patch --]
[-- Type: text/x-diff, Size: 3227 bytes --]

From a3633dfcde59e8b8c3e6bd747529051258e31b70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 18 Aug 2022 18:12:22 +0200
Subject: [PATCH 1/2] New package: hatch-fancy-pypi-readme-22.3.0

---
 srcpkgs/hatch-fancy-pypi-readme/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/hatch-fancy-pypi-readme/template

diff --git a/srcpkgs/hatch-fancy-pypi-readme/template b/srcpkgs/hatch-fancy-pypi-readme/template
new file mode 100644
index 000000000000..af24ece91eae
--- /dev/null
+++ b/srcpkgs/hatch-fancy-pypi-readme/template
@@ -0,0 +1,21 @@
+# Template file for 'hatch-fancy-pypi-readme'
+pkgname=hatch-fancy-pypi-readme
+version=22.3.0
+revision=1
+wrksrc="${pkgname//-/_}-${version}"
+build_style=python3-pep517
+hostmakedepends="hatchling"
+depends="hatchling python3-tomli"
+short_desc="Hatch plugin for generating PyPI README files"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/hynek/hatch-fancy-pypi-readme"
+changelog="https://github.com/hynek/hatch-fancy-pypi-readme/raw/main/CHANGELOG.md"
+distfiles="${PYPI_SITE}/h/${pkgname//-/_}/${pkgname//-/_}-${version}.tar.gz"
+checksum=7d4651f8f07825931c92873cb51137214a938badb7a759b85c1d95bf74f86efa
+# Checks require https://github.com/pypa/build, which isn't packaged yet
+make_check="no"
+
+post_install() {
+	vlicense LICENSE
+}

From 55eb43a2cfae894c0758cdcd7bff9aaef5c5f664 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 18 Aug 2022 18:12:31 +0200
Subject: [PATCH 2/2] python3-jsonschema: update to 4.12.1.

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

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 24b7c5080099..073d4d333aec 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-jsonschema'
 pkgname=python3-jsonschema
-version=4.9.1
+version=4.12.1
 revision=1
 wrksrc="jsonschema-${version}"
 build_style=python3-pep517
-hostmakedepends="hatchling hatch-vcs"
+hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
 depends="python3-attrs python3-pyrsistent"
 checkdepends="${depends} python3-pytest"
 short_desc="Implementation of JSON Schema for Python3"
@@ -13,14 +13,14 @@ license="MIT"
 homepage="https://github.com/Julian/jsonschema"
 changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz"
-checksum=408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f
+checksum=c7dd96a88c4ea60bdc8478589ee2d4ea5d73ab235e24d17641ad733dde4e3eb1
 
 do_check() {
 	rm -rf *.dist-info tmp # remove artifacts from previous unsuccessful check run
 	pip install --no-deps --target tmp ./jsonschema-$version-py3-none-any.whl
 	rm tmp/jsonschema/tests -rf
 	mv tmp/*.dist-info .
-	PYTHONPATH=. pytest
+	PYTHONPATH=. pytest --deselect jsonschema/tests/test_jsonschema_test_suite.py::test_suite_bug
 	rm -rf *.dist-info tmp
 }
 

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

* Re: [PR PATCH] [Updated] python3-jsonschema: update to 4.12.1.
  2022-08-18 16:17 [PR PATCH] python3-jsonschema: update to 4.12.1 jcgruenhage
@ 2022-08-19 10:37 ` jcgruenhage
  2022-08-19 22:15 ` [PR REVIEW] " paper42
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jcgruenhage @ 2022-08-19 10:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-jsonschema-4.12.1_1
https://github.com/void-linux/void-packages/pull/38764

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

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

<!--
#### 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/38764.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-jsonschema-4.12.1_1-38764.patch --]
[-- Type: text/x-diff, Size: 3231 bytes --]

From 74aeb9b2b002e1102113929097465e8ece29dc2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 18 Aug 2022 18:12:22 +0200
Subject: [PATCH 1/2] New package: hatch-fancy-pypi-readme-22.3.0

---
 srcpkgs/hatch-fancy-pypi-readme/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/hatch-fancy-pypi-readme/template

diff --git a/srcpkgs/hatch-fancy-pypi-readme/template b/srcpkgs/hatch-fancy-pypi-readme/template
new file mode 100644
index 000000000000..dc3dd3e9e475
--- /dev/null
+++ b/srcpkgs/hatch-fancy-pypi-readme/template
@@ -0,0 +1,21 @@
+# Template file for 'hatch-fancy-pypi-readme'
+pkgname=hatch-fancy-pypi-readme
+version=22.3.0
+revision=1
+wrksrc="${pkgname//-/_}-${version}"
+build_style=python3-pep517
+hostmakedepends="hatchling"
+depends="hatchling python3-tomli"
+short_desc="Hatch plugin for generating PyPI README files"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/hynek/hatch-fancy-pypi-readme"
+changelog="https://github.com/hynek/hatch-fancy-pypi-readme/raw/main/CHANGELOG.md"
+distfiles="${PYPI_SITE}/h/${pkgname//-/_}/${pkgname//-/_}-${version}.tar.gz"
+checksum=7d4651f8f07825931c92873cb51137214a938badb7a759b85c1d95bf74f86efa
+# Checks require https://github.com/pypa/build, which isn't packaged yet
+make_check="no"
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 981a12b59e66b72599ca470276a263011d251998 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 18 Aug 2022 18:12:31 +0200
Subject: [PATCH 2/2] python3-jsonschema: update to 4.12.1.

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

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 24b7c5080099..073d4d333aec 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-jsonschema'
 pkgname=python3-jsonschema
-version=4.9.1
+version=4.12.1
 revision=1
 wrksrc="jsonschema-${version}"
 build_style=python3-pep517
-hostmakedepends="hatchling hatch-vcs"
+hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
 depends="python3-attrs python3-pyrsistent"
 checkdepends="${depends} python3-pytest"
 short_desc="Implementation of JSON Schema for Python3"
@@ -13,14 +13,14 @@ license="MIT"
 homepage="https://github.com/Julian/jsonschema"
 changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz"
-checksum=408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f
+checksum=c7dd96a88c4ea60bdc8478589ee2d4ea5d73ab235e24d17641ad733dde4e3eb1
 
 do_check() {
 	rm -rf *.dist-info tmp # remove artifacts from previous unsuccessful check run
 	pip install --no-deps --target tmp ./jsonschema-$version-py3-none-any.whl
 	rm tmp/jsonschema/tests -rf
 	mv tmp/*.dist-info .
-	PYTHONPATH=. pytest
+	PYTHONPATH=. pytest --deselect jsonschema/tests/test_jsonschema_test_suite.py::test_suite_bug
 	rm -rf *.dist-info tmp
 }
 

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

* Re: [PR REVIEW] python3-jsonschema: update to 4.12.1.
  2022-08-18 16:17 [PR PATCH] python3-jsonschema: update to 4.12.1 jcgruenhage
  2022-08-19 10:37 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-08-19 22:15 ` paper42
  2022-08-20  6:33 ` jcgruenhage
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-08-19 22:15 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38764#discussion_r950586413

Comment:
If this is just generating a pypi readme (that we don't even install), can we just patch this out?

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

* Re: [PR REVIEW] python3-jsonschema: update to 4.12.1.
  2022-08-18 16:17 [PR PATCH] python3-jsonschema: update to 4.12.1 jcgruenhage
  2022-08-19 10:37 ` [PR PATCH] [Updated] " jcgruenhage
  2022-08-19 22:15 ` [PR REVIEW] " paper42
@ 2022-08-20  6:33 ` jcgruenhage
  2022-08-20 22:12 ` paper42
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jcgruenhage @ 2022-08-20  6:33 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/38764#discussion_r950657504

Comment:
We could, but I don't see where that would be better. Maintaining this additional small package is probably less effort than regularly having to rebase a patch, and if others want to use this package it's now available, both for other void packages and for users directly.

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

* Re: [PR REVIEW] python3-jsonschema: update to 4.12.1.
  2022-08-18 16:17 [PR PATCH] python3-jsonschema: update to 4.12.1 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-08-20  6:33 ` jcgruenhage
@ 2022-08-20 22:12 ` paper42
  2022-08-20 22:20 ` classabbyamp
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-08-20 22:12 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38764#discussion_r950748571

Comment:
I still think that maintaining a whole package with this specific usecase is not nice and we should just use a simple patch/vsed, but I will leave this to other maintainers.

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

* Re: [PR REVIEW] python3-jsonschema: update to 4.12.1.
  2022-08-18 16:17 [PR PATCH] python3-jsonschema: update to 4.12.1 jcgruenhage
                   ` (3 preceding siblings ...)
  2022-08-20 22:12 ` paper42
@ 2022-08-20 22:20 ` classabbyamp
  2022-08-21 12:12 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-08-20 22:20 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38764#discussion_r950749059

Comment:
I say patch or vsed, the package doesn't provide much value to the distro

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

* Re: [PR PATCH] [Updated] python3-jsonschema: update to 4.12.1.
  2022-08-18 16:17 [PR PATCH] python3-jsonschema: update to 4.12.1 jcgruenhage
                   ` (4 preceding siblings ...)
  2022-08-20 22:20 ` classabbyamp
@ 2022-08-21 12:12 ` jcgruenhage
  2022-08-21 12:21 ` [PR REVIEW] python3-jsonschema: update to 4.14.0 jcgruenhage
  2022-08-21 18:26 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: jcgruenhage @ 2022-08-21 12:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-jsonschema-4.12.1_1
https://github.com/void-linux/void-packages/pull/38764

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

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

<!--
#### 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/38764.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-jsonschema-4.12.1_1-38764.patch --]
[-- Type: text/x-diff, Size: 3633 bytes --]

From feffbd48437da49f94f4f09f05c09ad85205af02 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 18 Aug 2022 18:12:31 +0200
Subject: [PATCH] python3-jsonschema: update to 4.14.0.

---
 ...01-patch-out-hatch-fancy-pypi-readme.patch | 55 +++++++++++++++++++
 srcpkgs/python3-jsonschema/template           |  6 +-
 2 files changed, 58 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/python3-jsonschema/patches/0001-patch-out-hatch-fancy-pypi-readme.patch

diff --git a/srcpkgs/python3-jsonschema/patches/0001-patch-out-hatch-fancy-pypi-readme.patch b/srcpkgs/python3-jsonschema/patches/0001-patch-out-hatch-fancy-pypi-readme.patch
new file mode 100644
index 000000000000..611e3bbbada9
--- /dev/null
+++ b/srcpkgs/python3-jsonschema/patches/0001-patch-out-hatch-fancy-pypi-readme.patch
@@ -0,0 +1,55 @@
+From 51aaa505d9963b6424d567f1fc704194fa890a67 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
+ <jan.christian@gruenhage.xyz>
+Date: Sun, 21 Aug 2022 13:53:37 +0200
+Subject: [PATCH] patch out hatch-fancy-pypi-readme
+
+---
+ pyproject.toml | 26 +-------------------------
+ 1 file changed, 1 insertion(+), 25 deletions(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index f5fe8db..7ae8318 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["hatchling", "hatch-vcs", "hatch-fancy-pypi-readme"]
++requires = ["hatchling", "hatch-vcs"]
+ build-backend = "hatchling.build"
+ 
+ [tool.hatch.version]
+@@ -76,30 +76,6 @@ Tidelift = "https://tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pyp
+ Changelog = "https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst"
+ Source = "https://github.com/python-jsonschema/jsonschema"
+ 
+-[tool.hatch.metadata.hooks.fancy-pypi-readme]
+-content-type = "text/x-rst"
+-
+-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
+-path = "README.rst"
+-end-before = ".. start cut from PyPI"
+-
+-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
+-path = "README.rst"
+-start-after = ".. end cut from PyPI\n\n\n"
+-
+-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
+-text = """
+-
+-
+-Release Information
+--------------------
+-
+-"""
+-
+-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
+-path = "CHANGELOG.rst"
+-pattern = "(^v.+?)\nv"
+-
+ [tool.isort]
+ from_first = true
+ include_trailing_comma = true
+-- 
+2.37.2
+
diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 24b7c5080099..72e143e63ac5 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-jsonschema'
 pkgname=python3-jsonschema
-version=4.9.1
+version=4.14.0
 revision=1
 wrksrc="jsonschema-${version}"
 build_style=python3-pep517
@@ -13,14 +13,14 @@ license="MIT"
 homepage="https://github.com/Julian/jsonschema"
 changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz"
-checksum=408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f
+checksum=15062f4cc6f591400cd528d2c355f2cfa6a57e44c820dc783aee5e23d36a831f
 
 do_check() {
 	rm -rf *.dist-info tmp # remove artifacts from previous unsuccessful check run
 	pip install --no-deps --target tmp ./jsonschema-$version-py3-none-any.whl
 	rm tmp/jsonschema/tests -rf
 	mv tmp/*.dist-info .
-	PYTHONPATH=. pytest
+	PYTHONPATH=. pytest --deselect jsonschema/tests/test_jsonschema_test_suite.py::test_suite_bug
 	rm -rf *.dist-info tmp
 }
 

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

* Re: [PR REVIEW] python3-jsonschema: update to 4.14.0.
  2022-08-18 16:17 [PR PATCH] python3-jsonschema: update to 4.12.1 jcgruenhage
                   ` (5 preceding siblings ...)
  2022-08-21 12:12 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-08-21 12:21 ` jcgruenhage
  2022-08-21 18:26 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: jcgruenhage @ 2022-08-21 12:21 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/38764#discussion_r950837022

Comment:
patched it out, because it's too big for vsed IMO. Also: 9 releases in 5 days :/


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

* Re: [PR PATCH] [Merged]: python3-jsonschema: update to 4.14.0.
  2022-08-18 16:17 [PR PATCH] python3-jsonschema: update to 4.12.1 jcgruenhage
                   ` (6 preceding siblings ...)
  2022-08-21 12:21 ` [PR REVIEW] python3-jsonschema: update to 4.14.0 jcgruenhage
@ 2022-08-21 18:26 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-08-21 18:26 UTC (permalink / raw)
  To: ml

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

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

python3-jsonschema: update to 4.14.0.
https://github.com/void-linux/void-packages/pull/38764

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

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

<!--
#### 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] 9+ messages in thread

end of thread, other threads:[~2022-08-21 18:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18 16:17 [PR PATCH] python3-jsonschema: update to 4.12.1 jcgruenhage
2022-08-19 10:37 ` [PR PATCH] [Updated] " jcgruenhage
2022-08-19 22:15 ` [PR REVIEW] " paper42
2022-08-20  6:33 ` jcgruenhage
2022-08-20 22:12 ` paper42
2022-08-20 22:20 ` classabbyamp
2022-08-21 12:12 ` [PR PATCH] [Updated] " jcgruenhage
2022-08-21 12:21 ` [PR REVIEW] python3-jsonschema: update to 4.14.0 jcgruenhage
2022-08-21 18:26 ` [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).