15
0

Compare commits

6 Commits

Author SHA256 Message Date
fc70e03c91 Accepting request 1331498 from devel:languages:python
- Explicitly BuildRequires on pytz.

OBS-URL: https://build.opensuse.org/request/show/1331498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certomancer?expand=0&rev=5
2026-02-06 18:09:40 +00:00
01d99f2864 - Explicitly BuildRequires on pytz.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certomancer?expand=0&rev=9
2026-02-06 01:17:14 +00:00
428260a53d Accepting request 1298725 from devel:languages:python
- Add missing BuildRequires on pytest-asyncio and pyhanko-certvalidator.

OBS-URL: https://build.opensuse.org/request/show/1298725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certomancer?expand=0&rev=4
2025-08-11 11:53:51 +00:00
3aac96955e - Add missing BuildRequires on pytest-asyncio and pyhanko-certvalidator.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certomancer?expand=0&rev=7
2025-08-11 06:24:53 +00:00
48533984ab Accepting request 1288474 from devel:languages:python
Forwarded request #1288451 from 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

OBS-URL: https://build.opensuse.org/request/show/1288474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certomancer?expand=0&rev=3
2025-06-26 09:38:42 +00:00
2a9d53d2e1 - 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/package/show/devel:languages:python/python-certomancer?expand=0&rev=5
2025-06-25 08:59:17 +00:00
4 changed files with 42 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b76d225d6e7e7ef8db305ef2b8ada89801c594312464cb01f9944d63244a8e10
size 139272

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:654bbaac312ccc51356079e655d127974316193c9c7e67b150ad05d1d1e0c0e9
size 141567

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Fri Feb 6 01:16:34 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Explicitly BuildRequires on pytz.
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-certomancer
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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
@@ -41,8 +42,11 @@ BuildRequires: %{python_module Werkzeug}
BuildRequires: %{python_module click >= 7.1.2}
BuildRequires: %{python_module cryptography >= 3.4.7}
BuildRequires: %{python_module freezegun >= 1.1.0}
BuildRequires: %{python_module pyhanko-certvalidator}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil >= 2.8.1}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module requests-mock}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module tzlocal >= 2.1}
@@ -59,7 +63,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