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

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