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
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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) 2025 SUSE LLC and contributors
# 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
@@ -46,6 +46,7 @@ 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}