17
0

Compare commits

4 Commits

Author SHA256 Message Date
70953b5487 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
f2782313b6 - 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
87f6018e95 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
cbf9e992d5 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
2025-06-25 08:59:17 +00:00
2 changed files with 1 additions and 7 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-certomancer
#
# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2025 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
@@ -46,7 +46,6 @@ 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}