Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-rapidfuzz: update 3.6.0
@ 2023-12-27  0:27 chrysos349
  2023-12-29  2:29 ` chrysos349
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: chrysos349 @ 2023-12-27  0:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-rapidfuzz
https://github.com/void-linux/void-packages/pull/47916

python3-rapidfuzz: update 3.6.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

A patch file from https://github.com/void-linux/void-packages/pull/47916.patch is attached

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

From 0c0c836aa44db022832cd6ac9c1eff12fedb5644 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:07 +0300
Subject: [PATCH 1/2] rapidfuzz-cpp: update to 3.0.0

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

diff --git a/srcpkgs/rapidfuzz-cpp/template b/srcpkgs/rapidfuzz-cpp/template
index 6f2c0ddec7613..e7fb25f419b59 100644
--- a/srcpkgs/rapidfuzz-cpp/template
+++ b/srcpkgs/rapidfuzz-cpp/template
@@ -1,6 +1,6 @@
 # Template file for 'rapidfuzz-cpp'
 pkgname=rapidfuzz-cpp
-version=2.2.3
+version=3.0.0
 revision=1
 build_style=cmake
 short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
@@ -8,7 +8,7 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
 distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
-checksum=df4412e9593945782de2212095bd4b70a8f8e63ae8f313976c616809be124d2c
+checksum=26a76c5a881c07638567557c1d73f6601f0d444816de03f297d731b1e019f21b
 
 post_install() {
 	vlicense LICENSE

From 25196aa134ff8eb70cf6917c76f13736872df1d1 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:57 +0300
Subject: [PATCH 2/2] python3-rapidfuzz: update to 3.6.0

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

diff --git a/srcpkgs/python3-rapidfuzz/template b/srcpkgs/python3-rapidfuzz/template
index fe68e08bd968b..446b765bfd70e 100644
--- a/srcpkgs/python3-rapidfuzz/template
+++ b/srcpkgs/python3-rapidfuzz/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-rapidfuzz'
 pkgname=python3-rapidfuzz
-version=3.5.2
+version=3.6.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="cmake python3-scikit-build"
@@ -12,7 +12,7 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz"
 distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
-checksum=9e9b395743e12c36a3167a3a9fd1b4e11d92fb0aa21ec98017ee6df639ed385e
+checksum=4cdf564c3eeb2d95148bd7199e7869fa927f47cc3aea42f299aa836cfb2b6cfd
 
 export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
 

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

* Re: python3-rapidfuzz: update 3.6.0
  2023-12-27  0:27 [PR PATCH] python3-rapidfuzz: update 3.6.0 chrysos349
@ 2023-12-29  2:29 ` chrysos349
  2023-12-29 11:00 ` [PR PATCH] [Updated] " chrysos349
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2023-12-29  2:29 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/47916#issuecomment-1871683665

Comment:
Tests failed for i686. [The issue](https://github.com/rapidfuzz/RapidFuzz/issues/356) was reported to upstream. The author fixed the issue in 3.6.1.

The template will be updated when pypi will have 3.6.1.

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

* Re: [PR PATCH] [Updated] python3-rapidfuzz: update 3.6.0
  2023-12-27  0:27 [PR PATCH] python3-rapidfuzz: update 3.6.0 chrysos349
  2023-12-29  2:29 ` chrysos349
@ 2023-12-29 11:00 ` chrysos349
  2023-12-29 11:29 ` python3-rapidfuzz: update to 3.6.1 chrysos349
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2023-12-29 11:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-rapidfuzz
https://github.com/void-linux/void-packages/pull/47916

python3-rapidfuzz: update 3.6.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

A patch file from https://github.com/void-linux/void-packages/pull/47916.patch is attached

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

From 0c0c836aa44db022832cd6ac9c1eff12fedb5644 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:07 +0300
Subject: [PATCH 1/2] rapidfuzz-cpp: update to 3.0.0

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

diff --git a/srcpkgs/rapidfuzz-cpp/template b/srcpkgs/rapidfuzz-cpp/template
index 6f2c0ddec7613..e7fb25f419b59 100644
--- a/srcpkgs/rapidfuzz-cpp/template
+++ b/srcpkgs/rapidfuzz-cpp/template
@@ -1,6 +1,6 @@
 # Template file for 'rapidfuzz-cpp'
 pkgname=rapidfuzz-cpp
-version=2.2.3
+version=3.0.0
 revision=1
 build_style=cmake
 short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
@@ -8,7 +8,7 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
 distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
-checksum=df4412e9593945782de2212095bd4b70a8f8e63ae8f313976c616809be124d2c
+checksum=26a76c5a881c07638567557c1d73f6601f0d444816de03f297d731b1e019f21b
 
 post_install() {
 	vlicense LICENSE

From af8207f850a878d49c91527b11e81133f3d47cd1 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:57 +0300
Subject: [PATCH 2/2] python3-rapidfuzz: update to 3.6.1

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

diff --git a/srcpkgs/python3-rapidfuzz/template b/srcpkgs/python3-rapidfuzz/template
index fe68e08bd968b..5b35a22d42af0 100644
--- a/srcpkgs/python3-rapidfuzz/template
+++ b/srcpkgs/python3-rapidfuzz/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-rapidfuzz'
 pkgname=python3-rapidfuzz
-version=3.5.2
+version=3.6.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="cmake python3-scikit-build"
@@ -12,7 +12,7 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz"
 distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
-checksum=9e9b395743e12c36a3167a3a9fd1b4e11d92fb0aa21ec98017ee6df639ed385e
+checksum=35660bee3ce1204872574fa041c7ad7ec5175b3053a4cb6e181463fc07013de7
 
 export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
 

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

* Re: python3-rapidfuzz: update to 3.6.1
  2023-12-27  0:27 [PR PATCH] python3-rapidfuzz: update 3.6.0 chrysos349
  2023-12-29  2:29 ` chrysos349
  2023-12-29 11:00 ` [PR PATCH] [Updated] " chrysos349
@ 2023-12-29 11:29 ` chrysos349
  2024-03-15 11:07 ` [PR PATCH] [Updated] " chrysos349
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2023-12-29 11:29 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/47916#issuecomment-1871971538

Comment:
Updated to 3.6.1

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

* Re: [PR PATCH] [Updated] python3-rapidfuzz: update to 3.6.1
  2023-12-27  0:27 [PR PATCH] python3-rapidfuzz: update 3.6.0 chrysos349
                   ` (2 preceding siblings ...)
  2023-12-29 11:29 ` python3-rapidfuzz: update to 3.6.1 chrysos349
@ 2024-03-15 11:07 ` chrysos349
  2024-03-15 11:08 ` chrysos349
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-03-15 11:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-rapidfuzz
https://github.com/void-linux/void-packages/pull/47916

python3-rapidfuzz: update to 3.6.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

A patch file from https://github.com/void-linux/void-packages/pull/47916.patch is attached

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

From 277b3f2dd8e2debaf293962f30e143a980f2d1af Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:07 +0300
Subject: [PATCH 1/2] rapidfuzz-cpp: update to 3.0.2

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

diff --git a/srcpkgs/rapidfuzz-cpp/template b/srcpkgs/rapidfuzz-cpp/template
index 6f2c0ddec76135..1dffdd67936b78 100644
--- a/srcpkgs/rapidfuzz-cpp/template
+++ b/srcpkgs/rapidfuzz-cpp/template
@@ -1,6 +1,6 @@
 # Template file for 'rapidfuzz-cpp'
 pkgname=rapidfuzz-cpp
-version=2.2.3
+version=3.0.2
 revision=1
 build_style=cmake
 short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
@@ -8,7 +8,7 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
 distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
-checksum=df4412e9593945782de2212095bd4b70a8f8e63ae8f313976c616809be124d2c
+checksum=4fddce5c0368e78bd604c6b820e6be248d669754715e39b4a8a281bda4c06de1
 
 post_install() {
 	vlicense LICENSE

From 9cbb42b593c9624e132b0a724f19d2587450705c Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:57 +0300
Subject: [PATCH 2/2] python3-rapidfuzz: update to 3.6.1

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

diff --git a/srcpkgs/python3-rapidfuzz/template b/srcpkgs/python3-rapidfuzz/template
index fe68e08bd968ba..5b35a22d42af0e 100644
--- a/srcpkgs/python3-rapidfuzz/template
+++ b/srcpkgs/python3-rapidfuzz/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-rapidfuzz'
 pkgname=python3-rapidfuzz
-version=3.5.2
+version=3.6.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="cmake python3-scikit-build"
@@ -12,7 +12,7 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz"
 distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
-checksum=9e9b395743e12c36a3167a3a9fd1b4e11d92fb0aa21ec98017ee6df639ed385e
+checksum=35660bee3ce1204872574fa041c7ad7ec5175b3053a4cb6e181463fc07013de7
 
 export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
 

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

* Re: python3-rapidfuzz: update to 3.6.1
  2023-12-27  0:27 [PR PATCH] python3-rapidfuzz: update 3.6.0 chrysos349
                   ` (3 preceding siblings ...)
  2024-03-15 11:07 ` [PR PATCH] [Updated] " chrysos349
@ 2024-03-15 11:08 ` chrysos349
  2024-03-15 11:18 ` [PR PATCH] [Updated] python3-rapidfuzz: update to 3.6.2 chrysos349
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-03-15 11:08 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/47916#issuecomment-1999428155

Comment:
updated to `3.6.2`

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

* Re: [PR PATCH] [Updated] python3-rapidfuzz: update to 3.6.2
  2023-12-27  0:27 [PR PATCH] python3-rapidfuzz: update 3.6.0 chrysos349
                   ` (4 preceding siblings ...)
  2024-03-15 11:08 ` chrysos349
@ 2024-03-15 11:18 ` chrysos349
  2024-03-30 10:15 ` chrysos349
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-03-15 11:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-rapidfuzz
https://github.com/void-linux/void-packages/pull/47916

python3-rapidfuzz: update to 3.6.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

A patch file from https://github.com/void-linux/void-packages/pull/47916.patch is attached

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

From 277b3f2dd8e2debaf293962f30e143a980f2d1af Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:07 +0300
Subject: [PATCH 1/2] rapidfuzz-cpp: update to 3.0.2

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

diff --git a/srcpkgs/rapidfuzz-cpp/template b/srcpkgs/rapidfuzz-cpp/template
index 6f2c0ddec76135..1dffdd67936b78 100644
--- a/srcpkgs/rapidfuzz-cpp/template
+++ b/srcpkgs/rapidfuzz-cpp/template
@@ -1,6 +1,6 @@
 # Template file for 'rapidfuzz-cpp'
 pkgname=rapidfuzz-cpp
-version=2.2.3
+version=3.0.2
 revision=1
 build_style=cmake
 short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
@@ -8,7 +8,7 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
 distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
-checksum=df4412e9593945782de2212095bd4b70a8f8e63ae8f313976c616809be124d2c
+checksum=4fddce5c0368e78bd604c6b820e6be248d669754715e39b4a8a281bda4c06de1
 
 post_install() {
 	vlicense LICENSE

From cd3d745890bd45da727c61e3ffe4ea2a32c4d78c Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:57 +0300
Subject: [PATCH 2/2] python3-rapidfuzz: update to 3.6.2

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

diff --git a/srcpkgs/python3-rapidfuzz/template b/srcpkgs/python3-rapidfuzz/template
index fe68e08bd968ba..778c61cd3c534d 100644
--- a/srcpkgs/python3-rapidfuzz/template
+++ b/srcpkgs/python3-rapidfuzz/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-rapidfuzz'
 pkgname=python3-rapidfuzz
-version=3.5.2
+version=3.6.2
 revision=1
 build_style=python3-pep517
 hostmakedepends="cmake python3-scikit-build"
@@ -12,7 +12,7 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz"
 distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
-checksum=9e9b395743e12c36a3167a3a9fd1b4e11d92fb0aa21ec98017ee6df639ed385e
+checksum=cf911e792ab0c431694c9bf2648afabfd92099103f2e31492893e078ddca5e1a
 
 export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
 

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

* Re: [PR PATCH] [Updated] python3-rapidfuzz: update to 3.6.2
  2023-12-27  0:27 [PR PATCH] python3-rapidfuzz: update 3.6.0 chrysos349
                   ` (5 preceding siblings ...)
  2024-03-15 11:18 ` [PR PATCH] [Updated] python3-rapidfuzz: update to 3.6.2 chrysos349
@ 2024-03-30 10:15 ` chrysos349
  2024-03-30 10:16 ` chrysos349
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-03-30 10:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-rapidfuzz
https://github.com/void-linux/void-packages/pull/47916

python3-rapidfuzz: update to 3.6.2
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

A patch file from https://github.com/void-linux/void-packages/pull/47916.patch is attached

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

From 44807cdd640227aab4655e81a71b2ebbb2a10fc5 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:07 +0300
Subject: [PATCH 1/2] rapidfuzz-cpp: update to 3.0.2

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

diff --git a/srcpkgs/rapidfuzz-cpp/template b/srcpkgs/rapidfuzz-cpp/template
index 6f2c0ddec76135..1dffdd67936b78 100644
--- a/srcpkgs/rapidfuzz-cpp/template
+++ b/srcpkgs/rapidfuzz-cpp/template
@@ -1,6 +1,6 @@
 # Template file for 'rapidfuzz-cpp'
 pkgname=rapidfuzz-cpp
-version=2.2.3
+version=3.0.2
 revision=1
 build_style=cmake
 short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
@@ -8,7 +8,7 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
 distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
-checksum=df4412e9593945782de2212095bd4b70a8f8e63ae8f313976c616809be124d2c
+checksum=4fddce5c0368e78bd604c6b820e6be248d669754715e39b4a8a281bda4c06de1
 
 post_install() {
 	vlicense LICENSE

From 9742a0d3cf954781169bbcc96caf1d8bcfbb2880 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:57 +0300
Subject: [PATCH 2/2] python3-rapidfuzz: update to 3.7.0

---
 srcpkgs/python3-rapidfuzz/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rapidfuzz/template b/srcpkgs/python3-rapidfuzz/template
index fe68e08bd968ba..a468ab75e83ebc 100644
--- a/srcpkgs/python3-rapidfuzz/template
+++ b/srcpkgs/python3-rapidfuzz/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-rapidfuzz'
 pkgname=python3-rapidfuzz
-version=3.5.2
+version=3.7.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="cmake python3-scikit-build"
@@ -11,8 +11,9 @@ short_desc="Rapid fuzzy string matching in Python using various string metrics"
 maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz"
+changelog="https://github.com/rapidfuzz/RapidFuzz/releases"
 distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
-checksum=9e9b395743e12c36a3167a3a9fd1b4e11d92fb0aa21ec98017ee6df639ed385e
+checksum=620df112c39c6d27316dc1e22046dc0382d6d91fd60d7c51bd41ca0333d867e9
 
 export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
 

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

* Re: python3-rapidfuzz: update to 3.6.2
  2023-12-27  0:27 [PR PATCH] python3-rapidfuzz: update 3.6.0 chrysos349
                   ` (6 preceding siblings ...)
  2024-03-30 10:15 ` chrysos349
@ 2024-03-30 10:16 ` chrysos349
  2024-04-07 19:29 ` [PR PATCH] [Updated] python3-rapidfuzz: update to 3.7.0 chrysos349
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-03-30 10:16 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/47916#issuecomment-2028002748

Comment:
updated to `3.7.0`

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

* Re: [PR PATCH] [Updated] python3-rapidfuzz: update to 3.7.0
  2023-12-27  0:27 [PR PATCH] python3-rapidfuzz: update 3.6.0 chrysos349
                   ` (7 preceding siblings ...)
  2024-03-30 10:16 ` chrysos349
@ 2024-04-07 19:29 ` chrysos349
  2024-04-08 21:43 ` [PR PATCH] [Updated] python3-rapidfuzz: update to 3.8.0 chrysos349
  2024-04-12 22:59 ` [PR PATCH] [Merged]: " cinerea0
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-04-07 19:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-rapidfuzz
https://github.com/void-linux/void-packages/pull/47916

python3-rapidfuzz: update to 3.7.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

A patch file from https://github.com/void-linux/void-packages/pull/47916.patch is attached

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

From f9d8bda05ba2d130cc1307180055104da65613ad Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:07 +0300
Subject: [PATCH 1/2] rapidfuzz-cpp: update to 3.0.3

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

diff --git a/srcpkgs/rapidfuzz-cpp/template b/srcpkgs/rapidfuzz-cpp/template
index 6f2c0ddec76135..ed8dc58e79ce2b 100644
--- a/srcpkgs/rapidfuzz-cpp/template
+++ b/srcpkgs/rapidfuzz-cpp/template
@@ -1,6 +1,6 @@
 # Template file for 'rapidfuzz-cpp'
 pkgname=rapidfuzz-cpp
-version=2.2.3
+version=3.0.3
 revision=1
 build_style=cmake
 short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
@@ -8,7 +8,7 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
 distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
-checksum=df4412e9593945782de2212095bd4b70a8f8e63ae8f313976c616809be124d2c
+checksum=8697e195de796bf0308895691368685a8f36495f89078158ad0c1bffd618e81d
 
 post_install() {
 	vlicense LICENSE

From 260b8fc70f821433e7ff462ab13cc04dddbd4583 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:57 +0300
Subject: [PATCH 2/2] python3-rapidfuzz: update to 3.8.0

---
 srcpkgs/python3-rapidfuzz/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rapidfuzz/template b/srcpkgs/python3-rapidfuzz/template
index fe68e08bd968ba..688aca6ecab6f7 100644
--- a/srcpkgs/python3-rapidfuzz/template
+++ b/srcpkgs/python3-rapidfuzz/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-rapidfuzz'
 pkgname=python3-rapidfuzz
-version=3.5.2
+version=3.8.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="cmake python3-scikit-build"
@@ -11,8 +11,9 @@ short_desc="Rapid fuzzy string matching in Python using various string metrics"
 maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz"
+changelog="https://github.com/rapidfuzz/RapidFuzz/releases"
 distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
-checksum=9e9b395743e12c36a3167a3a9fd1b4e11d92fb0aa21ec98017ee6df639ed385e
+checksum=08dae251048dea15609e0a9331bac90d3e6d1d183af2a455b80c7bbf2bb0750e
 
 export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
 

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

* Re: [PR PATCH] [Updated] python3-rapidfuzz: update to 3.8.0
  2023-12-27  0:27 [PR PATCH] python3-rapidfuzz: update 3.6.0 chrysos349
                   ` (8 preceding siblings ...)
  2024-04-07 19:29 ` [PR PATCH] [Updated] python3-rapidfuzz: update to 3.7.0 chrysos349
@ 2024-04-08 21:43 ` chrysos349
  2024-04-12 22:59 ` [PR PATCH] [Merged]: " cinerea0
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-04-08 21:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-rapidfuzz
https://github.com/void-linux/void-packages/pull/47916

python3-rapidfuzz: update to 3.8.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

A patch file from https://github.com/void-linux/void-packages/pull/47916.patch is attached

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

From 64ca448e8dfc5303a7a1580fb12112ab373f449f Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:07 +0300
Subject: [PATCH 1/2] rapidfuzz-cpp: update to 3.0.4

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

diff --git a/srcpkgs/rapidfuzz-cpp/template b/srcpkgs/rapidfuzz-cpp/template
index 6f2c0ddec76135..7cd8c22bdddec0 100644
--- a/srcpkgs/rapidfuzz-cpp/template
+++ b/srcpkgs/rapidfuzz-cpp/template
@@ -1,6 +1,6 @@
 # Template file for 'rapidfuzz-cpp'
 pkgname=rapidfuzz-cpp
-version=2.2.3
+version=3.0.4
 revision=1
 build_style=cmake
 short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
@@ -8,7 +8,7 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
 distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
-checksum=df4412e9593945782de2212095bd4b70a8f8e63ae8f313976c616809be124d2c
+checksum=18d1c41575ceddd6308587da8befc98c85d3b5bc2179d418daffed6d46b8cb0a
 
 post_install() {
 	vlicense LICENSE

From 95e78e879d1e4448947d35812826a0ebc26acb29 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Wed, 27 Dec 2023 03:25:57 +0300
Subject: [PATCH 2/2] python3-rapidfuzz: update to 3.8.1

---
 srcpkgs/python3-rapidfuzz/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rapidfuzz/template b/srcpkgs/python3-rapidfuzz/template
index fe68e08bd968ba..d203a6b4870f38 100644
--- a/srcpkgs/python3-rapidfuzz/template
+++ b/srcpkgs/python3-rapidfuzz/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-rapidfuzz'
 pkgname=python3-rapidfuzz
-version=3.5.2
+version=3.8.1
 revision=1
 build_style=python3-pep517
 hostmakedepends="cmake python3-scikit-build"
@@ -11,8 +11,9 @@ short_desc="Rapid fuzzy string matching in Python using various string metrics"
 maintainer="chrysos349 <chrysostom349@gmail.com>"
 license="MIT"
 homepage="https://github.com/maxbachmann/rapidfuzz"
+changelog="https://github.com/rapidfuzz/RapidFuzz/releases"
 distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
-checksum=9e9b395743e12c36a3167a3a9fd1b4e11d92fb0aa21ec98017ee6df639ed385e
+checksum=a357aae6791118011ad3ab4f2a4aa7bd7a487e5f9981b390e9f3c2c5137ecadf
 
 export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
 

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

* Re: [PR PATCH] [Merged]: python3-rapidfuzz: update to 3.8.0
  2023-12-27  0:27 [PR PATCH] python3-rapidfuzz: update 3.6.0 chrysos349
                   ` (9 preceding siblings ...)
  2024-04-08 21:43 ` [PR PATCH] [Updated] python3-rapidfuzz: update to 3.8.0 chrysos349
@ 2024-04-12 22:59 ` cinerea0
  10 siblings, 0 replies; 12+ messages in thread
From: cinerea0 @ 2024-04-12 22:59 UTC (permalink / raw)
  To: ml

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

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

python3-rapidfuzz: update to 3.8.0
https://github.com/void-linux/void-packages/pull/47916

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

end of thread, other threads:[~2024-04-12 22:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-27  0:27 [PR PATCH] python3-rapidfuzz: update 3.6.0 chrysos349
2023-12-29  2:29 ` chrysos349
2023-12-29 11:00 ` [PR PATCH] [Updated] " chrysos349
2023-12-29 11:29 ` python3-rapidfuzz: update to 3.6.1 chrysos349
2024-03-15 11:07 ` [PR PATCH] [Updated] " chrysos349
2024-03-15 11:08 ` chrysos349
2024-03-15 11:18 ` [PR PATCH] [Updated] python3-rapidfuzz: update to 3.6.2 chrysos349
2024-03-30 10:15 ` chrysos349
2024-03-30 10:16 ` chrysos349
2024-04-07 19:29 ` [PR PATCH] [Updated] python3-rapidfuzz: update to 3.7.0 chrysos349
2024-04-08 21:43 ` [PR PATCH] [Updated] python3-rapidfuzz: update to 3.8.0 chrysos349
2024-04-12 22:59 ` [PR PATCH] [Merged]: " cinerea0

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