summaryrefslogtreecommitdiff
path: root/textproc/py-xmlschema
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-xmlschema')
-rw-r--r--textproc/py-xmlschema/Makefile2
-rw-r--r--textproc/py-xmlschema/distinfo6
-rw-r--r--textproc/py-xmlschema/files/patch-pyproject.toml20
3 files changed, 24 insertions, 4 deletions
diff --git a/textproc/py-xmlschema/Makefile b/textproc/py-xmlschema/Makefile
index c22ff15c33d9..9d8780ac32d6 100644
--- a/textproc/py-xmlschema/Makefile
+++ b/textproc/py-xmlschema/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xmlschema
-DISTVERSION= 3.4.5
+DISTVERSION= 4.1.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-xmlschema/distinfo b/textproc/py-xmlschema/distinfo
index 96ef8849c2a3..7fee1f157a37 100644
--- a/textproc/py-xmlschema/distinfo
+++ b/textproc/py-xmlschema/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1743857480
-SHA256 (xmlschema-3.4.5.tar.gz) = 243244743f151ec859ec0bbf1368fa3f70e5f29e977b77f72e1c9b8f8ae670f6
-SIZE (xmlschema-3.4.5.tar.gz) = 592281
+TIMESTAMP = 1751337448
+SHA256 (xmlschema-4.1.0.tar.gz) = 88ac771cf94d5fc6bbd1a763db8c157f3d683ad23120b0d0b8c46fe4537f2adf
+SIZE (xmlschema-4.1.0.tar.gz) = 633811
diff --git a/textproc/py-xmlschema/files/patch-pyproject.toml b/textproc/py-xmlschema/files/patch-pyproject.toml
new file mode 100644
index 000000000000..b4dfda07df35
--- /dev/null
+++ b/textproc/py-xmlschema/files/patch-pyproject.toml
@@ -0,0 +1,20 @@
+--- pyproject.toml.orig 2025-07-01 02:41:45 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools >= 77.0"]
++requires = ["setuptools >= 63.0"]
+ build-backend = "setuptools.build_meta"
+
+ [project]
+@@ -7,8 +7,8 @@ readme = "README.rst"
+ version = "4.1.0"
+ description = "An XML Schema validator and decoder"
+ readme = "README.rst"
+-license = "MIT"
+-license-files = ["LICENSE"]
++license = {text="MIT"}
++#license-files = ["LICENSE"]
+ requires-python = ">=3.9"
+ authors = [
+ { name = "Davide Brunato", email = "brunato@sissa.it" },