Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 70953b5487 | |||
| f2782313b6 | |||
| 87f6018e95 | |||
| cbf9e992d5 |
@@ -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,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 11 06:24:15 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Add missing BuildRequires on pytest-asyncio and pyhanko-certvalidator.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon May 12 12:03:26 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-certomancer
|
# spec file for package python-certomancer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -22,8 +22,9 @@
|
|||||||
%bcond_with libalternatives
|
%bcond_with libalternatives
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-certomancer
|
Name: python-certomancer
|
||||||
Version: 0.12.0
|
Version: 0.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PKI testing tool
|
Summary: PKI testing tool
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -41,6 +42,8 @@ BuildRequires: %{python_module Werkzeug}
|
|||||||
BuildRequires: %{python_module click >= 7.1.2}
|
BuildRequires: %{python_module click >= 7.1.2}
|
||||||
BuildRequires: %{python_module cryptography >= 3.4.7}
|
BuildRequires: %{python_module cryptography >= 3.4.7}
|
||||||
BuildRequires: %{python_module freezegun >= 1.1.0}
|
BuildRequires: %{python_module freezegun >= 1.1.0}
|
||||||
|
BuildRequires: %{python_module pyhanko-certvalidator}
|
||||||
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module python-dateutil >= 2.8.1}
|
BuildRequires: %{python_module python-dateutil >= 2.8.1}
|
||||||
BuildRequires: %{python_module requests-mock}
|
BuildRequires: %{python_module requests-mock}
|
||||||
@@ -59,7 +62,7 @@ Suggests: python-Jinja2 >= 2.11.3
|
|||||||
Suggests: python-python-pkcs11 >= 0.7.0
|
Suggests: python-python-pkcs11 >= 0.7.0
|
||||||
Suggests: python-pytz >= 2020.1
|
Suggests: python-pytz >= 2020.1
|
||||||
Suggests: python-freezegun >= 1.1.0
|
Suggests: python-freezegun >= 1.1.0
|
||||||
Suggests: python-pyhanko-certvalidator >= 0.23.0
|
Suggests: python-pyhanko-certvalidator >= 0.26.5
|
||||||
%if %{with libalternatives}
|
%if %{with libalternatives}
|
||||||
BuildRequires: alts
|
BuildRequires: alts
|
||||||
Requires: alts
|
Requires: alts
|
||||||
|
|||||||
Reference in New Issue
Block a user