Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-wcmatch: update to 8.5.
@ 2023-12-11 15:58 jcgruenhage
  2023-12-15 12:01 ` [PR PATCH] [Updated] " jcgruenhage
  0 siblings, 1 reply; 2+ messages in thread
From: jcgruenhage @ 2023-12-11 15:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-wcmatch-8.5_1
https://github.com/void-linux/void-packages/pull/47688

python3-wcmatch: update to 8.5.
<!-- 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/47688.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-wcmatch-8.5_1-47688.patch --]
[-- Type: text/x-diff, Size: 1524 bytes --]

From ab9a7b530cc266c051df59d211c3a2b88c111018 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 11 Dec 2023 16:57:30 +0100
Subject: [PATCH] python3-wcmatch: update to 8.5.

---
 srcpkgs/python3-wcmatch/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-wcmatch/template b/srcpkgs/python3-wcmatch/template
index ffb7c88a84833..9c9c5c4be1784 100644
--- a/srcpkgs/python3-wcmatch/template
+++ b/srcpkgs/python3-wcmatch/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-wcmatch'
 pkgname=python3-wcmatch
-version=8.4.1
-revision=3
+version=8.5
+revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling"
 depends="python3-bracex"
 checkdepends="python3-pytest ${depends}"
+make_check_args="--deselect tests/test_globmatch.py::TestTilde::test_tilde_globmatch_no_realpath --deselect tests/test_globmatch.py::TestTilde::test_tilde_globmatch_no_tilde"
 short_desc="Wilcard File Name matching library"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://github.com/facelessuser/wcmatch"
 changelog="https://raw.githubusercontent.com/facelessuser/wcmatch/main/docs/src/markdown/about/changelog.md"
 distfiles="${PYPI_SITE}/w/wcmatch/wcmatch-${version}.tar.gz"
-checksum=b1f042a899ea4c458b7321da1b5e3331e3e0ec781583434de1301946ceadb943
+checksum=86c17572d0f75cbf3bcb1a18f3bf2f9e72b39a9c08c9b4a74e991e1882a8efb3
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR PATCH] [Updated] python3-wcmatch: update to 8.5.
  2023-12-11 15:58 [PR PATCH] python3-wcmatch: update to 8.5 jcgruenhage
@ 2023-12-15 12:01 ` jcgruenhage
  0 siblings, 0 replies; 2+ messages in thread
From: jcgruenhage @ 2023-12-15 12:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-wcmatch-8.5_1
https://github.com/void-linux/void-packages/pull/47688

python3-wcmatch: update to 8.5.
<!-- 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/47688.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-wcmatch-8.5_1-47688.patch --]
[-- Type: text/x-diff, Size: 1422 bytes --]

From c52378d58e53d834c9d82a5e5542bfddcd89dc82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 11 Dec 2023 16:57:30 +0100
Subject: [PATCH] python3-wcmatch: update to 8.5.

---
 srcpkgs/python3-wcmatch/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-wcmatch/template b/srcpkgs/python3-wcmatch/template
index ffb7c88a84833..e0ade383d08bf 100644
--- a/srcpkgs/python3-wcmatch/template
+++ b/srcpkgs/python3-wcmatch/template
@@ -1,8 +1,9 @@
 # Template file for 'python3-wcmatch'
 pkgname=python3-wcmatch
-version=8.4.1
-revision=3
+version=8.5
+revision=1
 build_style=python3-pep517
+make_check_args="--deselect tests/test_globmatch.py::TestTilde::test_tilde_globmatch_no_realpath --deselect tests/test_globmatch.py::TestTilde::test_tilde_globmatch_no_tilde"
 hostmakedepends="hatchling"
 depends="python3-bracex"
 checkdepends="python3-pytest ${depends}"
@@ -12,7 +13,7 @@ license="MIT"
 homepage="https://github.com/facelessuser/wcmatch"
 changelog="https://raw.githubusercontent.com/facelessuser/wcmatch/main/docs/src/markdown/about/changelog.md"
 distfiles="${PYPI_SITE}/w/wcmatch/wcmatch-${version}.tar.gz"
-checksum=b1f042a899ea4c458b7321da1b5e3331e3e0ec781583434de1301946ceadb943
+checksum=86c17572d0f75cbf3bcb1a18f3bf2f9e72b39a9c08c9b4a74e991e1882a8efb3
 
 post_install() {
 	vlicense LICENSE.md

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

end of thread, other threads:[~2023-12-15 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11 15:58 [PR PATCH] python3-wcmatch: update to 8.5 jcgruenhage
2023-12-15 12:01 ` [PR PATCH] [Updated] " jcgruenhage

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