forked from pool/python-certomancer
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b76d225d6e7e7ef8db305ef2b8ada89801c594312464cb01f9944d63244a8e10
|
||||
size 139272
|
||||
3
certomancer-0.13.0.tar.gz
Normal file
3
certomancer-0.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:654bbaac312ccc51356079e655d127974316193c9c7e67b150ad05d1d1e0c0e9
|
||||
size 141567
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 25 06:57:29 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user