Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: "Joseph Kogut" <joseph.kogut@gmail.com>,
	"Christophe Vu-Brugier" <cvubrugier@fastmail.fm>,
	"Raphaël Mélotte" <raphael.melotte@mind.be>,
	"Flávio Tapajós" <flavio.tapajos@newtesc.com.br>,
	"Martin Hundebøll" <martin@geanix.com>,
	"Grzegorz Blach" <grzegorz@blach.pl>,
	"Marcin Niestroj" <m.niestroj@grinn-global.com>,
	"Guillaume William Brs" <guillaume.bressaix@gmail.com>,
	"James Hilliard" <james.hilliard1@gmail.com>,
	"Ludovic Desroches" <ludovic.desroches@microchip.com>,
	"Jagan Teki" <jagan@amarulasolutions.com>,
	"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
	"Falco Hyfing" <hyfinglists@gmail.com>,
	"Mauro Condarelli" <mc5686@mclink.it>,
	"Fiona Klute" <fiona.klute@gmx.de>
Subject: [Buildroot] [PATCH 66/75] package/python-unittest-xml-reporting: bump version to 4.0.0
Date: Fri,  1 May 2026 14:30:51 +0200	[thread overview]
Message-ID: <20260501123100.1918951-66-bernd@kuhls.net> (raw)
In-Reply-To: <20260501123100.1918951-1-bernd@kuhls.net>

https://github.com/xmlrunner/unittest-xml-reporting/releases/tag/4.0.0

Added dependency to host-python-setuptools-scm and removed patch which
is not needed anymore due to the removal of setup.py in upstream commit
https://github.com/xmlrunner/unittest-xml-reporting/commit/63519096e5fec64b888831bce60dbdb02a66a910

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 ...ta_files-installs-LICENSE-to-incorre.patch | 40 -------------------
 .../python-unittest-xml-reporting.hash        |  4 +-
 .../python-unittest-xml-reporting.mk          |  7 ++--
 3 files changed, 6 insertions(+), 45 deletions(-)
 delete mode 100644 package/python-unittest-xml-reporting/0001-setup.py-drop-data_files-installs-LICENSE-to-incorre.patch

diff --git a/package/python-unittest-xml-reporting/0001-setup.py-drop-data_files-installs-LICENSE-to-incorre.patch b/package/python-unittest-xml-reporting/0001-setup.py-drop-data_files-installs-LICENSE-to-incorre.patch
deleted file mode 100644
index 4bc005f448..0000000000
--- a/package/python-unittest-xml-reporting/0001-setup.py-drop-data_files-installs-LICENSE-to-incorre.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 662cd67695c31126d72035a818b0f5f1da5a31ca Mon Sep 17 00:00:00 2001
-From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-Date: Sat, 17 Aug 2024 12:24:28 +0200
-Subject: [PATCH] setup.py: drop data_files, installs LICENSE to incorrect
- place
-
-As reported in issue
-https://github.com/xmlrunner/unittest-xml-reporting/issues/284, the
-data_files statement in the setup() calls installs the LICENSE file in
-the wrong place: in /usr/LICENSE, or even /LICENSE depending on the
-configuration.
-
-So let's drop this, and let setuptools install the LICENSE file
-automatically: since setuptools v56, the license_files attribute is
-automatically assigned to a default value, which includes "LICENSE",
-so there is in fact nothing to do to the get the LICENSE file
-installed at the correct location. See
-https://setuptools.pypa.io/en/latest/history.html#v56-0-0.
-
-Upstream: https://github.com/xmlrunner/unittest-xml-reporting/pull/287
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
----
- setup.py | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index c524ed4..afa5925 100755
---- a/setup.py
-+++ b/setup.py
-@@ -27,7 +27,6 @@ setup(
-     description = 'unittest-based test runner with Ant/JUnit like XML reporting.',
-     long_description = long_description,
-     long_description_content_type = 'text/markdown',
--    data_files = [('', ['LICENSE'])],
-     install_requires = ['lxml'],
-     license = 'BSD',
-     platforms = ['Any'],
--- 
-2.46.0
-
diff --git a/package/python-unittest-xml-reporting/python-unittest-xml-reporting.hash b/package/python-unittest-xml-reporting/python-unittest-xml-reporting.hash
index 674a533e6a..753c5ef0cb 100644
--- a/package/python-unittest-xml-reporting/python-unittest-xml-reporting.hash
+++ b/package/python-unittest-xml-reporting/python-unittest-xml-reporting.hash
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/unittest-xml-reporting/json
-md5  f12aeab63ff44e295526e103313d66c8  unittest-xml-reporting-3.2.0.tar.gz
-sha256  edd8d3170b40c3a81b8cf910f46c6a304ae2847ec01036d02e9c0f9b85762d28  unittest-xml-reporting-3.2.0.tar.gz
+md5  fe1f9cceab8940e22d8d2bc968098597  unittest_xml_reporting-4.0.0.tar.gz
+sha256  bfa1ed65e9e6f33c161d04470d89050458cfb65a5a5d0358834ef7ce037d9136  unittest_xml_reporting-4.0.0.tar.gz
 # Locally computed sha256 checksums
 sha256  0596648105bee470f9cafd62753b931efe52392096439d88e2564cf7d7cf0e68  LICENSE
diff --git a/package/python-unittest-xml-reporting/python-unittest-xml-reporting.mk b/package/python-unittest-xml-reporting/python-unittest-xml-reporting.mk
index 05bbed79a8..364099f707 100644
--- a/package/python-unittest-xml-reporting/python-unittest-xml-reporting.mk
+++ b/package/python-unittest-xml-reporting/python-unittest-xml-reporting.mk
@@ -4,9 +4,10 @@
 #
 ################################################################################
 
-PYTHON_UNITTEST_XML_REPORTING_VERSION = 3.2.0
-PYTHON_UNITTEST_XML_REPORTING_SOURCE = unittest-xml-reporting-$(PYTHON_UNITTEST_XML_REPORTING_VERSION).tar.gz
-PYTHON_UNITTEST_XML_REPORTING_SITE = https://files.pythonhosted.org/packages/ed/40/3bf1afc96e93c7322520981ac4593cbb29daa21b48d32746f05ab5563dca
+PYTHON_UNITTEST_XML_REPORTING_VERSION = 4.0.0
+PYTHON_UNITTEST_XML_REPORTING_SOURCE = unittest_xml_reporting-$(PYTHON_UNITTEST_XML_REPORTING_VERSION).tar.gz
+PYTHON_UNITTEST_XML_REPORTING_SITE = https://files.pythonhosted.org/packages/42/6b/5847d0e6e95d08e056f23b3f8cd95bede2d3ade10a1c1a9d5b50916454e1
+PYTHON_UNITTEST_XML_REPORTING_DEPENDENCIES = host-python-setuptools-scm
 PYTHON_UNITTEST_XML_REPORTING_SETUP_TYPE = setuptools
 PYTHON_UNITTEST_XML_REPORTING_LICENSE = BSD-2-Clause
 PYTHON_UNITTEST_XML_REPORTING_LICENSE_FILES = LICENSE
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2026-05-01 12:44 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-01 12:29 [Buildroot] [PATCH 01/75] package/python-aiohttp: bump version to 3.13.5 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 02/75] package/python-anyio: bump to 4.13.0 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 03/75] package/python-async-lru: bump version to 2.3.0 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 04/75] package/python-attrs: bump version to 26.1.0 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 05/75] package/python-bitarray: bump version to 3.8.1 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 06/75] package/python-bleak: bump version to 3.0.1 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 07/75] package/python-boto3: bump version to 1.43.1 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 08/75] package/python-botocore: " Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 09/75] package/python-cbor2: security bump version to 5.9.0 Bernd Kuhls
2026-05-15 13:33   ` Thomas Perale via buildroot
2026-05-01 12:29 ` [Buildroot] [PATCH 10/75] package/python-certifi: bump version to 2026.4.22 Bernd Kuhls
2026-05-15 13:34   ` Thomas Perale via buildroot
2026-05-01 12:29 ` [Buildroot] [PATCH 11/75] package/python-click: bump version to 8.3.3 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 12/75] package/python-cryptography: bump to version 47.0.0 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 13/75] package/python-dbus-fast: bump version to 4.0.4 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 14/75] package/python-dtschema: bump version to 2026.4 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 15/75] package/python-editables: bump version to 0.6 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 16/75] package/python-fastapi: bump to version 0.136.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 17/75] package/python-filelock: bump version to 3.29.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 18/75] package/python-flask-smorest: bump version to 0.47.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 19/75] package/python-flask-wtf: bump version to 1.3.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 20/75] package/python-google-api-core: bump version to 2.30.3 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 21/75] package/python-googleapis-common-protos: bump version to 1.74.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 22/75] package/python-greenlet: bump version to 3.5.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 23/75] package/python-hiredis: bump version to 3.3.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 24/75] package/python-installer: bump version to 1.0.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 25/75] package/python-librt: bump version to 0.9.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 26/75] package/python-lmdb: security bump version to 2.2.0 Bernd Kuhls
2026-05-15 13:33   ` Thomas Perale via buildroot
2026-05-01 12:30 ` [Buildroot] [PATCH 27/75] package/python-mako: bump version to 1.3.12 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 28/75] package/python-marshmallow-sqlalchemy: bump version to 1.5.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 29/75] package/python-marshmallow: bump version to 4.3.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 30/75] package/python-matplotlib: security bump version to 3.10.9 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 31/75] package/python-more-itertools: bump version to 11.0.2 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 32/75] package/python-mypy: bump to version 1.20.2 Bernd Kuhls
2026-05-03 14:53   ` Julien Olivain via buildroot
2026-05-01 12:30 ` [Buildroot] [PATCH 33/75] package/python-packaging: bump version to 26.2 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 34/75] package/python-patch-ng: bump version to 1.19.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 35/75] package/python-pathspec: bump version to 1.1.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 36/75] package/python-pdm-backend: bump version to 2.4.8 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 37/75] package/python-pip: bump version to 26.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 38/75] package/python-platformdirs: bump version to 4.9.6 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 39/75] package/python-poetry-core: bump version to 2.3.2 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 40/75] package/python-proto-plus: bump version to 1.27.2 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 41/75] package/python-pyasn1: security bump version to 0.6.3 Bernd Kuhls
2026-05-15 13:34   ` Thomas Perale via buildroot
2026-05-01 12:30 ` [Buildroot] [PATCH 42/75] package/python-pygments: bump version to 2.20.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 43/75] package/python-pyicu: bump version to 2.16.2 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 44/75] package/python-pymodbus: bump version to 3.13.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 45/75] package/python-pyopenssl: security bump version to 26.1.0 Bernd Kuhls
2026-05-15 13:33   ` Thomas Perale via buildroot
2026-05-01 12:30 ` [Buildroot] [PATCH 46/75] package/python-pyroute2: bump version to 0.9.6 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 47/75] package/python-pytest: security bump version to 9.0.3 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 48/75] package/python-redis: bump version to 7.4.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 49/75] package/python-regex: bump version to 2026.4.4 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 50/75] package/python-requests: security bump version to 2.33.1 Bernd Kuhls
2026-05-15 13:34   ` Thomas Perale via buildroot
2026-05-01 12:30 ` [Buildroot] [PATCH 51/75] package/python-rich: bump to version 15.0.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 52/75] package/python-s3transfer: bump version to 0.17.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 53/75] package/python-scipy: bump version to 1.17.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 54/75] package/python-sentry-sdk: bump version to 2.58.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 55/75] package/python-setuptools-rust: bump version to 1.12.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 56/75] package/python-simplejson: bump version to 4.1.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 57/75] package/python-smbprotocol: bump version to 1.16.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 58/75] package/python-smbus2: bump to version 0.6.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 59/75] package/python-sqlalchemy: bump version to 2.0.49 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 60/75] package/python-starlette: bump version to 1.0.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 61/75] package/python-telnetlib3: bump version to 4.0.2 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 62/75] package/python-textual: bump version to 8.2.5 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 63/75] package/python-tomli: bump version to 2.4.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 64/75] package/python-tortoise-orm: bump version to 1.1.7 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 65/75] package/python-trove-classifiers: bump version to 2026.4.28.13 Bernd Kuhls
2026-05-01 12:30 ` Bernd Kuhls [this message]
2026-05-01 12:30 ` [Buildroot] [PATCH 67/75] package/python-urwid: bump version to 4.0.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 68/75] package/python-uswid: bump version to 0.6.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 69/75] package/python-uvicorn: bump version to 0.46.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 70/75] package/python-werkzeug: bump version to 3.1.8 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 71/75] package/python-wheel: security bump version to 0.47.0 Bernd Kuhls
2026-05-02 12:05   ` Julien Olivain via buildroot
2026-05-01 12:30 ` [Buildroot] [PATCH 72/75] package/python-xmodem: bump version to 0.5.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 73/75] package/python-zope-interface: bump version to 8.4 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 74/75] package/python-pylru: bump version to 1.3.1 Bernd Kuhls
2026-05-01 12:31 ` [Buildroot] [PATCH 75/75] package/python-cssutils: bump version to 2.15.0 Bernd Kuhls
2026-05-03 14:51 ` [Buildroot] [PATCH 01/75] package/python-aiohttp: bump version to 3.13.5 Julien Olivain via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260501123100.1918951-66-bernd@kuhls.net \
    --to=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    --cc=cvubrugier@fastmail.fm \
    --cc=fiona.klute@gmx.de \
    --cc=flavio.tapajos@newtesc.com.br \
    --cc=grzegorz@blach.pl \
    --cc=guillaume.bressaix@gmail.com \
    --cc=hyfinglists@gmail.com \
    --cc=jagan@amarulasolutions.com \
    --cc=james.hilliard1@gmail.com \
    --cc=joseph.kogut@gmail.com \
    --cc=ludovic.desroches@microchip.com \
    --cc=m.niestroj@grinn-global.com \
    --cc=martin@geanix.com \
    --cc=mc5686@mclink.it \
    --cc=raphael.melotte@mind.be \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox