Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 18:24:18 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2679b2314a63 - main - devel/py-xmltodict: Update to 1.0.3
Message-ID:  <69af1052.1d64d.797d4f8f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2679b2314a636a87a5f2ccb6ed96fa1cbd4a1939

commit 2679b2314a636a87a5f2ccb6ed96fa1cbd4a1939
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:58:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:19:03 +0000

    devel/py-xmltodict: Update to 1.0.3
    
    - Add GitHub to MASTER_SITES
    
    Changes:        https://github.com/martinblech/xmltodict/releases
---
 devel/py-xmltodict/Makefile                   |  5 +++--
 devel/py-xmltodict/distinfo                   |  6 +++---
 devel/py-xmltodict/files/patch-pyproject.toml | 19 +++++++++++++++++++
 3 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/devel/py-xmltodict/Makefile b/devel/py-xmltodict/Makefile
index c5513f904e13..1a64da09038e 100644
--- a/devel/py-xmltodict/Makefile
+++ b/devel/py-xmltodict/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	xmltodict
-PORTVERSION=	1.0.2
+PORTVERSION=	1.0.3
 CATEGORIES=	devel python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/martinblech/xmltodict/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
diff --git a/devel/py-xmltodict/distinfo b/devel/py-xmltodict/distinfo
index 8bd91c35f967..6f7359ec38ef 100644
--- a/devel/py-xmltodict/distinfo
+++ b/devel/py-xmltodict/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759816692
-SHA256 (xmltodict-1.0.2.tar.gz) = 54306780b7c2175a3967cad1db92f218207e5bc1aba697d887807c0fb68b7649
-SIZE (xmltodict-1.0.2.tar.gz) = 25725
+TIMESTAMP = 1771421676
+SHA256 (xmltodict-1.0.3.tar.gz) = 3bf1f49c7836df34cf6d9cc7e690c4351f7dfff2ab0b8a1988bba4a9b9474909
+SIZE (xmltodict-1.0.3.tar.gz) = 25170
diff --git a/devel/py-xmltodict/files/patch-pyproject.toml b/devel/py-xmltodict/files/patch-pyproject.toml
new file mode 100644
index 000000000000..899870d980af
--- /dev/null
+++ b/devel/py-xmltodict/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig	2026-02-15 04:04:43 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=77.0.3"]
++requires = ["setuptools>=61"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]
+@@ -8,8 +8,7 @@ requires-python = ">=3.9"
+ description = "Makes working with XML feel like you are working with JSON"
+ readme = "README.md"
+ requires-python = ">=3.9"
+-license = "MIT"
+-license-files = ["LICENSE"]
++license = { file = "LICENSE" }
+ authors = [{ name = "Martin Blech" }]
+ classifiers = [
+     "Intended Audience :: Developers",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af1052.1d64d.797d4f8f>