From cbf9e992d5bed973096eb60d710d1fa77eff336808b18c0195d4180f5049357a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 25 Jun 2025 08:59:17 +0000 Subject: [PATCH] Accepting request 1288451 from home:glaubitz:branches:devel:languages:python - Update to 0.13.0 * Add workflow-dispatch to CI pipeline * Improve CRL generation capabilities * Fixup * Drop EOL Python versions - from version 0.12.3 * Bump one more instance of setup-python * Some more forgotten action bumps * Fix broken sigstore release process - from version 0.12.2 * Advertise support for 3.13, adjust CI accordingly * Upgrade workflow dependencies * Resolve conflicts with upload strategy * Bump checkout & setup-python actions - from version 0.12.1 * Address breaking API change in asn1crypto - Update Suggests from pyproject.toml - Use Python 3.11 on SLE-15 by default OBS-URL: https://build.opensuse.org/request/show/1288451 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certomancer?expand=0&rev=5 --- certomancer-0.12.0.tar.gz | 3 --- certomancer-0.13.0.tar.gz | 3 +++ python-certomancer.changes | 22 ++++++++++++++++++++++ python-certomancer.spec | 5 +++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 certomancer-0.12.0.tar.gz create mode 100644 certomancer-0.13.0.tar.gz diff --git a/certomancer-0.12.0.tar.gz b/certomancer-0.12.0.tar.gz deleted file mode 100644 index 1b737ed..0000000 --- a/certomancer-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b76d225d6e7e7ef8db305ef2b8ada89801c594312464cb01f9944d63244a8e10 -size 139272 diff --git a/certomancer-0.13.0.tar.gz b/certomancer-0.13.0.tar.gz new file mode 100644 index 0000000..0626f99 --- /dev/null +++ b/certomancer-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654bbaac312ccc51356079e655d127974316193c9c7e67b150ad05d1d1e0c0e9 +size 141567 diff --git a/python-certomancer.changes b/python-certomancer.changes index 9a96d89..cadf1ec 100644 --- a/python-certomancer.changes +++ b/python-certomancer.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Jun 25 06:57:29 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.13.0 + * Add workflow-dispatch to CI pipeline + * Improve CRL generation capabilities + * Fixup + * Drop EOL Python versions +- from version 0.12.3 + * Bump one more instance of setup-python + * Some more forgotten action bumps + * Fix broken sigstore release process +- from version 0.12.2 + * Advertise support for 3.13, adjust CI accordingly + * Upgrade workflow dependencies + * Resolve conflicts with upload strategy + * Bump checkout & setup-python actions +- from version 0.12.1 + * Address breaking API change in asn1crypto +- Update Suggests from pyproject.toml +- Use Python 3.11 on SLE-15 by default + ------------------------------------------------------------------- Mon May 12 12:03:26 UTC 2025 - Daniel Garcia diff --git a/python-certomancer.spec b/python-certomancer.spec index d4b0a5f..123a5cf 100644 --- a/python-certomancer.spec +++ b/python-certomancer.spec @@ -22,8 +22,9 @@ %bcond_with libalternatives %endif +%{?sle15_python_module_pythons} Name: python-certomancer -Version: 0.12.0 +Version: 0.13.0 Release: 0 Summary: PKI testing tool License: MIT @@ -59,7 +60,7 @@ Suggests: python-Jinja2 >= 2.11.3 Suggests: python-python-pkcs11 >= 0.7.0 Suggests: python-pytz >= 2020.1 Suggests: python-freezegun >= 1.1.0 -Suggests: python-pyhanko-certvalidator >= 0.23.0 +Suggests: python-pyhanko-certvalidator >= 0.26.5 %if %{with libalternatives} BuildRequires: alts Requires: alts