Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-fastjsonschema: update to 2.16.3.
@ 2023-03-06 18:01 tornaria
  2023-03-06 20:17 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tornaria @ 2023-03-06 18:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages fastjsonschema
https://github.com/void-linux/void-packages/pull/42623

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

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

I tested this with sagemath.

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

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

From 9305b432d24c97c387e7276003fe698cd42d75ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 5 Mar 2023 23:35:19 -0300
Subject: [PATCH] python3-fastjsonschema: update to 2.16.3.

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

diff --git a/srcpkgs/python3-fastjsonschema/template b/srcpkgs/python3-fastjsonschema/template
index ab5f04f4fb55..26b6752598d0 100644
--- a/srcpkgs/python3-fastjsonschema/template
+++ b/srcpkgs/python3-fastjsonschema/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-fastjsonschema'
 pkgname=python3-fastjsonschema
-version=2.16.2
+version=2.16.3
 revision=1
 build_style=python3-module
 make_check_args="--deselect tests/benchmarks/test_benchmark.py"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/seznam/python-fastjsonschema"
 changelog="https://raw.githubusercontent.com/horejsek/python-fastjsonschema/master/CHANGELOG.txt"
 distfiles="https://github.com/horejsek/python-fastjsonschema/archive/refs/tags/v${version}.tar.gz"
-checksum=552e8b07a076f4628e9a3c78f040ed673bed9b5b860d3cb51b323da50e2e3d47
+checksum=f9834e4994830942d58949043820024261dc22e2640bcf787391deb607cc91c6
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-fastjsonschema: update to 2.16.3.
  2023-03-06 18:01 [PR PATCH] python3-fastjsonschema: update to 2.16.3 tornaria
@ 2023-03-06 20:17 ` paper42
  2023-03-06 21:04 ` [PR PATCH] [Updated] " tornaria
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-03-06 20:17 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42623#discussion_r1126988743

Comment:
```suggestion
homepage="https://github.com/horejsek/python-fastjsonschema"
```

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

* Re: [PR PATCH] [Updated] python3-fastjsonschema: update to 2.16.3.
  2023-03-06 18:01 [PR PATCH] python3-fastjsonschema: update to 2.16.3 tornaria
  2023-03-06 20:17 ` [PR REVIEW] " paper42
@ 2023-03-06 21:04 ` tornaria
  2023-03-06 21:06 ` [PR REVIEW] " tornaria
  2023-03-06 21:14 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tornaria @ 2023-03-06 21:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages fastjsonschema
https://github.com/void-linux/void-packages/pull/42623

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

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

I tested this with sagemath.

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

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

From c5d6115d5fe218e05decbdb6af8ef5d8da8172ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 5 Mar 2023 23:35:19 -0300
Subject: [PATCH] python3-fastjsonschema: update to 2.16.3.

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

diff --git a/srcpkgs/python3-fastjsonschema/template b/srcpkgs/python3-fastjsonschema/template
index ab5f04f4fb55..7e4495b9456b 100644
--- a/srcpkgs/python3-fastjsonschema/template
+++ b/srcpkgs/python3-fastjsonschema/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-fastjsonschema'
 pkgname=python3-fastjsonschema
-version=2.16.2
+version=2.16.3
 revision=1
 build_style=python3-module
 make_check_args="--deselect tests/benchmarks/test_benchmark.py"
@@ -10,10 +10,10 @@ checkdepends="python3-pytest"
 short_desc="Fastest Python implementation of JSON schema"
 maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="BSD-3-Clause"
-homepage="https://github.com/seznam/python-fastjsonschema"
+homepage="https://github.com/horejsek/python-fastjsonschema"
 changelog="https://raw.githubusercontent.com/horejsek/python-fastjsonschema/master/CHANGELOG.txt"
 distfiles="https://github.com/horejsek/python-fastjsonschema/archive/refs/tags/v${version}.tar.gz"
-checksum=552e8b07a076f4628e9a3c78f040ed673bed9b5b860d3cb51b323da50e2e3d47
+checksum=f9834e4994830942d58949043820024261dc22e2640bcf787391deb607cc91c6
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-fastjsonschema: update to 2.16.3.
  2023-03-06 18:01 [PR PATCH] python3-fastjsonschema: update to 2.16.3 tornaria
  2023-03-06 20:17 ` [PR REVIEW] " paper42
  2023-03-06 21:04 ` [PR PATCH] [Updated] " tornaria
@ 2023-03-06 21:06 ` tornaria
  2023-03-06 21:14 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tornaria @ 2023-03-06 21:06 UTC (permalink / raw)
  To: ml

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

New review comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/42623#discussion_r1127032993

Comment:
Thanks for spotting this, I missed this. Fixed.

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

* Re: [PR PATCH] [Merged]: python3-fastjsonschema: update to 2.16.3.
  2023-03-06 18:01 [PR PATCH] python3-fastjsonschema: update to 2.16.3 tornaria
                   ` (2 preceding siblings ...)
  2023-03-06 21:06 ` [PR REVIEW] " tornaria
@ 2023-03-06 21:14 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-03-06 21:14 UTC (permalink / raw)
  To: ml

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

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

python3-fastjsonschema: update to 2.16.3.
https://github.com/void-linux/void-packages/pull/42623

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

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

I tested this with sagemath.

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

end of thread, other threads:[~2023-03-06 21:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-06 18:01 [PR PATCH] python3-fastjsonschema: update to 2.16.3 tornaria
2023-03-06 20:17 ` [PR REVIEW] " paper42
2023-03-06 21:04 ` [PR PATCH] [Updated] " tornaria
2023-03-06 21:06 ` [PR REVIEW] " tornaria
2023-03-06 21:14 ` [PR PATCH] [Merged]: " paper42

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