details:   https://code.tryton.org/gentoo-overlay/commit/1b592fd13732
branch:    default
user:      Cédric Krier <[email protected]>
date:      Wed Aug 05 07:32:21 2026 +0200
description:
        dev-python/pysaml2: version bumps
diffstat:

 dev-python/pysaml2/Manifest             |   4 ++--
 dev-python/pysaml2/pysaml2-7.4.2.ebuild |  28 ----------------------------
 dev-python/pysaml2/pysaml2-7.5.4.ebuild |  26 ++++++++++++++++++++++++++
 3 files changed, 28 insertions(+), 30 deletions(-)

diffs (71 lines):

diff -r 9de2c08bc7c2 -r 1b592fd13732 dev-python/pysaml2/Manifest
--- a/dev-python/pysaml2/Manifest       Wed Aug 05 07:28:52 2026 +0200
+++ b/dev-python/pysaml2/Manifest       Wed Aug 05 07:32:21 2026 +0200
@@ -1,3 +1,3 @@
-DIST pysaml2-7.4.2.tar.gz 341425 BLAKE2B 
f4ec0cce4bdad78aa87177754b0a51faf9a5bc9a13a1f996984f434ab4d0b0c9a0980b217e73203f07bd1ee7fb6ffa712b20ec20f344a5d498d5740d8cfa4350
 SHA512 
9c6065204af6215ffc2ffb26b3831c61e0416e066e9422093e09c945fe08d944392d492f4725aa69832efd3f757ed055cb0b4ed009173439fbfb83772cfbba45
-EBUILD pysaml2-7.4.2.ebuild 705 BLAKE2B 
97ef94a1fa7754b7109c9565938fe5cc66b60dfda72529f9434c6fb21fe2122f757aa007a8166005fe4cc005e965c71a47da27897059c2feeb725d9fdb1659e4
 SHA512 
6325dc0d6460ff855490402e9cbf6851cdbf4636b2054a84d9689d94177af6d1efcf03123a58da940b3e0ffbb5de791fd2bd1e9bd4fcdb55e04320e61cde0fd2
+DIST pysaml2-7.5.4.tar.gz 334172 BLAKE2B 
38eba21f8435d39341d69a029d4e812505b862d5a64dbe30d517e4616c37f705b050cab876c99550417e068f535de6a816638816d28684a908dad7e54405baec
 SHA512 
7475db8b6aafa3cd7f9fd69b32c5c3b00d87d236adf501c77eada3cc8ee87ff90c53b751c2bee121a3268a660e0b1440ec281983690d5c1e717a3bf042d3539e
+EBUILD pysaml2-7.5.4.ebuild 636 BLAKE2B 
9bb616f43e2d8386660eaf37158e67fae64d7fe502e29ed8bd8b2a18e4807cb698d1f4c6f9287f457addd513ec6a68cf6f87cf25ba25f48a926d603cefdf1d2f
 SHA512 
78989140eaf4ea408b15d76b52f876338ae69d88d2c19f3e6dcee83727bbcfdc6b50209c5d7df7bd5b0af8bc4b3f0f8bfae3756e24687cc527aed66c43b5a9de
 MISC metadata.xml 314 BLAKE2B 
2c9acf1cf9259195bb03de6a8343260263677252bb2cf911a246e4aa479f8f65746e03895d1c86de128a04e39cab8c05ab23254f3a3e67b4b10883ee6633b841
 SHA512 
4fdb660e4058d1614b7b8502272a0e4e0bd63f133c4da4359b83e5955b901a4cb8756e98ad987eeb0cf2de84010c14bfd71d049279ac4415f57ea42e52173297
diff -r 9de2c08bc7c2 -r 1b592fd13732 dev-python/pysaml2/pysaml2-7.4.2.ebuild
--- a/dev-python/pysaml2/pysaml2-7.4.2.ebuild   Wed Aug 05 07:28:52 2026 +0200
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python implementation of SAML Version 2 Standard"
-HOMEPAGE="https://idpy.org/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       >=dev-python/cryptography-3.1[${PYTHON_USEDEP}]
-       dev-python/defusedxml[${PYTHON_USEDEP}]
-       dev-python/pyopenssl[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/pytz[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/xmlschema[${PYTHON_USEDEP}]"
-
-DOCS=( README.md )
diff -r 9de2c08bc7c2 -r 1b592fd13732 dev-python/pysaml2/pysaml2-7.5.4.ebuild
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-python/pysaml2/pysaml2-7.5.4.ebuild   Wed Aug 05 07:32:21 2026 +0200
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{9..15} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python implementation of SAML Version 2 Standard"
+HOMEPAGE="https://idpy.org/";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       >=dev-python/cryptography-3.1[${PYTHON_USEDEP}]
+       dev-python/defusedxml[${PYTHON_USEDEP}]
+       dev-python/pyopenssl[${PYTHON_USEDEP}]
+       dev-python/python-dateutil[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]
+       dev-python/xmlschema[${PYTHON_USEDEP}]"
+
+DOCS=( README.md )

Reply via email to