Skip to content

Commit 07e76f0

Browse files
committed
Talk about GraalPy patches, not "our" patches
1 parent 5487e11 commit 07e76f0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ version = '0.4.13'
204204
url = 'https://github.com/google/jax/archive/refs/tags/jaxlib-v0.4.13.tar.gz'
205205

206206
[[jiter.rules]]
207-
note = "Our patch was accepted upstream and should not be needed in the next release."
207+
note = "GraalPy patch was accepted upstream and should not be needed in the next release."
208208
version = '<= 0.5.0'
209209
install-priority = 0
210210
patch = 'jiter.patch'
@@ -293,15 +293,15 @@ patch = 'lxml-4.9.patch'
293293
license = 'BSD-3-Clause'
294294

295295
[[MarkupSafe.rules]]
296-
note = "Our patch is upstreamed."
296+
note = "GraalPy patch is upstreamed."
297297
version = "< 2.1.0"
298298
patch = "MarkupSafe.patch"
299299
license = "BSD-3-Clause"
300300
install-priority = 0 # Don't make pip install prefer this version
301301
dist-type = "sdist"
302302

303303
[[meson-python.rules]]
304-
note = "Our patch is upstreamed."
304+
note = "GraalPy patch is upstreamed."
305305
version = '<= 0.16.0'
306306
install-priority = 0
307307
patch = 'meson-python.patch'
@@ -564,7 +564,7 @@ license = 'MIT'
564564
[[PyDriller.rules]]
565565
version = '< 2.4'
566566
patch = 'PyDriller.patch'
567-
note = "Our patch was accepted upstream."
567+
note = "GraalPy patch was accepted upstream."
568568
install-priority = 0
569569
license = 'Apache-2.0'
570570

@@ -587,7 +587,7 @@ license = 'Apache-2.0'
587587
[[pymongo.rules]]
588588
version = ">= 4.8.0, <= 4.13.0"
589589
patch = 'pymongo-4.8.0.patch'
590-
note = "Our patch was accepted upstream."
590+
note = "GraalPy patch was accepted upstream."
591591
install-priority = 0
592592
license = 'Apache-2.0'
593593

@@ -689,14 +689,14 @@ version = '2.9.1'
689689
url = 'https://github.com/ray-project/ray/archive/refs/tags/ray-2.9.1.tar.gz'
690690

691691
[[rpds_py.rules]]
692-
note = "Our patch is not needed anymore in recent version since PyO3 now supports GraalPy."
692+
note = "GraalPy patch is not needed anymore in recent version since PyO3 now supports GraalPy."
693693
install-priority = 0
694694
version = '== 0.10.3'
695695
patch = 'rpds_py-0.10.3.patch'
696696
license = 'MIT'
697697

698698
[[safetensors.rules]]
699-
note = "Our patch is not needed anymore in recent version since PyO3 now supports GraalPy."
699+
note = "GraalPy patch is not needed anymore in recent version since PyO3 now supports GraalPy."
700700
install-priority = 0
701701
version = '== 0.3.3'
702702
patch = 'safetensors-0.3.3.patch'

0 commit comments

Comments
 (0)