Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-fastjsonschema: update to 2.17.1.
@ 2023-05-23 15:57 tornaria
  2023-06-07  0:21 ` tornaria
  2023-06-07  0:21 ` [PR PATCH] [Closed]: " tornaria
  0 siblings, 2 replies; 3+ messages in thread
From: tornaria @ 2023-05-23 15:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages fastjson
https://github.com/void-linux/void-packages/pull/44047

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

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

The jupyter notebook seems to work ok (only pkg depending on this) although I'm not sure what action would really test it.

I tried to `./xbps-src check python3-jupyter_nbformat` but this is currently broken for a different reason.

I'm inclined to push this, in case someone finds a problem we'll at least know how to test in the future.

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

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

From 8cecd33a93b83df2a1edb87c489e0b2a4acddbd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 23 May 2023 10:28:43 -0300
Subject: [PATCH] python3-fastjsonschema: update to 2.17.1.

---
 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 7e4495b9456b..dc536f8b835d 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.3
+version=2.17.1
 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/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=f9834e4994830942d58949043820024261dc22e2640bcf787391deb607cc91c6
+checksum=9295090b468152cea7a53c651a46d6a1afb83f0124f86c9a64da43fd3453a9f4
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-fastjsonschema: update to 2.17.1.
  2023-05-23 15:57 [PR PATCH] python3-fastjsonschema: update to 2.17.1 tornaria
@ 2023-06-07  0:21 ` tornaria
  2023-06-07  0:21 ` [PR PATCH] [Closed]: " tornaria
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2023-06-07  0:21 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/44047#issuecomment-1579642023

Comment:
I'm preparing a PR with a few more updates of jupyter notebook dependencies and I will include this one with some changes there (e.g. move to pep517).

I'm also in the process of updating all jupyter packages and making all of them testable, so updates of dependencies can be checked (see #44160, which currently doesn't work in CI because of cycles but works locally).

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

* Re: [PR PATCH] [Closed]: python3-fastjsonschema: update to 2.17.1.
  2023-05-23 15:57 [PR PATCH] python3-fastjsonschema: update to 2.17.1 tornaria
  2023-06-07  0:21 ` tornaria
@ 2023-06-07  0:21 ` tornaria
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2023-06-07  0:21 UTC (permalink / raw)
  To: ml

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

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

python3-fastjsonschema: update to 2.17.1.
https://github.com/void-linux/void-packages/pull/44047

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

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

The jupyter notebook seems to work ok (only pkg depending on this) although I'm not sure what action would really test it.

I tried to `./xbps-src check python3-jupyter_nbformat` but this is currently broken for a different reason.

I'm inclined to push this, in case someone finds a problem we'll at least know how to test in the future.

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-23 15:57 [PR PATCH] python3-fastjsonschema: update to 2.17.1 tornaria
2023-06-07  0:21 ` tornaria
2023-06-07  0:21 ` [PR PATCH] [Closed]: " tornaria

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