dev-python/xunitparser
Read JUnit/XUnit XML files and map them to Python objects
ChangeLog
commit bb0aae8ad3292e932111cb0c52be559a6740b4b8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500
*/*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit b2232f0b3bdc6281264433180b67e331858b01d8
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Wed Jun 5 21:50:56 2024 +0200
*/*: fix BetterCompressionCheck
pkgcheck scan -c BetterCompressionCheck -R FormatReporter --format \
'{category}/{package}/{package}-{version}.ebuild' | xargs sed -i \
'/https:\/\/gitlab/s/tar.gz/tar.bz2/g'
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
commit 067734900994f7036fb959d7363168d5d21286cf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun Mar 10 23:31:24 2024 +0100
dev-python/xunitparser: enable py3.12
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
commit 68460592f27760598adf78843724191f8848e4d2
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Tue Jun 27 04:21:11 2023 +0200
*/*: fix MissingRemoteId in metadata.xml
* Manually checked, I hope I caught most errors
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
commit 12088906c597f38640e866db39c7ba6dea3f5ec0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue May 2 00:45:35 2023 +0500
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 41008d715cc7b84056a64933f14288647f14b6fa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sun Mar 12 17:53:56 2023 +0500
*/*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 35ef4d84b96a348a5315bd02ef777f5f9ed07fd0
Author: Joe Kappus <joe@wt.gd>
Date: Fri Feb 10 01:34:45 2023 -0500
dev-python/xunitparser: update HOMEPAGE
Signed-off-by: Joe Kappus <joe@wt.gd>
commit b5161e08ab238830ead0eb77e9c9ba3f47cef55a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue Dec 13 22:21:44 2022 +0100
dev-python/xunitparser: Switch SRC_URI from PyPI to gitlab
git-tag auto-generated archives are more trustworthy as on PyPI, even normal
developer-uploaded tarballs tends to modify code and add/remove some files.
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
commit d089b2a9c3a9b7002972600f9c6561cb217a14c5
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Jul 7 05:27:41 2022 +0500
dev-python/xunitparser: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 588e174c81f52aba6167b4486718be9b66ea3301
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu Jun 23 21:51:41 2022 +0200
dev-python/xunitparser: add 1.3.4, drop 1.3.3
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
commit 02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6
Author: James Beddek <telans@posteo.de>
Date: Sat Oct 9 22:01:27 2021 +1300
*/*: drop dead python impls
Signed-off-by: James Beddek <telans@posteo.de>
commit 47125681b99745bbebc5d608b10ec6034bd337f9
Author: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Date: Mon Mar 15 02:17:14 2021 +0100
dev-python/xunitparser: next time don't blindly copypaste
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
commit 2900533ab03d265336a177cbd2bdf6620712dda8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun Mar 14 11:54:43 2021 +0100
dev-python/xunitparser: New Package (test-dep of www-client/woob)
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500
*/*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit b2232f0b3bdc6281264433180b67e331858b01d8
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Wed Jun 5 21:50:56 2024 +0200
*/*: fix BetterCompressionCheck
pkgcheck scan -c BetterCompressionCheck -R FormatReporter --format \
'{category}/{package}/{package}-{version}.ebuild' | xargs sed -i \
'/https:\/\/gitlab/s/tar.gz/tar.bz2/g'
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
commit 067734900994f7036fb959d7363168d5d21286cf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun Mar 10 23:31:24 2024 +0100
dev-python/xunitparser: enable py3.12
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
commit 68460592f27760598adf78843724191f8848e4d2
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Tue Jun 27 04:21:11 2023 +0200
*/*: fix MissingRemoteId in metadata.xml
* Manually checked, I hope I caught most errors
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
commit 12088906c597f38640e866db39c7ba6dea3f5ec0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue May 2 00:45:35 2023 +0500
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 41008d715cc7b84056a64933f14288647f14b6fa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sun Mar 12 17:53:56 2023 +0500
*/*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 35ef4d84b96a348a5315bd02ef777f5f9ed07fd0
Author: Joe Kappus <joe@wt.gd>
Date: Fri Feb 10 01:34:45 2023 -0500
dev-python/xunitparser: update HOMEPAGE
Signed-off-by: Joe Kappus <joe@wt.gd>
commit b5161e08ab238830ead0eb77e9c9ba3f47cef55a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue Dec 13 22:21:44 2022 +0100
dev-python/xunitparser: Switch SRC_URI from PyPI to gitlab
git-tag auto-generated archives are more trustworthy as on PyPI, even normal
developer-uploaded tarballs tends to modify code and add/remove some files.
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
commit d089b2a9c3a9b7002972600f9c6561cb217a14c5
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Jul 7 05:27:41 2022 +0500
dev-python/xunitparser: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 588e174c81f52aba6167b4486718be9b66ea3301
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu Jun 23 21:51:41 2022 +0200
dev-python/xunitparser: add 1.3.4, drop 1.3.3
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
commit 02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6
Author: James Beddek <telans@posteo.de>
Date: Sat Oct 9 22:01:27 2021 +1300
*/*: drop dead python impls
Signed-off-by: James Beddek <telans@posteo.de>
commit 47125681b99745bbebc5d608b10ec6034bd337f9
Author: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Date: Mon Mar 15 02:17:14 2021 +0100
dev-python/xunitparser: next time don't blindly copypaste
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
commit 2900533ab03d265336a177cbd2bdf6620712dda8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun Mar 14 11:54:43 2021 +0100
dev-python/xunitparser: New Package (test-dep of www-client/woob)
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>