Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-certomancer for openSUSE:Factory checked in at 2026-04-25 21:36:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-certomancer (Old) and /work/SRC/openSUSE:Factory/.python-certomancer.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-certomancer" Sat Apr 25 21:36:50 2026 rev:6 rq:1349066 version:0.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-certomancer/python-certomancer.changes 2026-02-06 19:15:12.364362300 +0100 +++ /work/SRC/openSUSE:Factory/.python-certomancer.new.11940/python-certomancer.changes 2026-04-25 21:37:35.514312130 +0200 @@ -1,0 +2,11 @@ +Wed Apr 22 14:42:52 UTC 2026 - John Paul Adrian Glaubitz <[email protected]> + +- Update to 0.14.0 + * Integrate uv + * Fix ruff linting issues + * Clean up release workflow +- Set SETUPTOOLS_SCM_PRETEND_VERSION=%{version} to + fix version of installed dist-info directory +- Update BuildRequires and Requires from pyproject.toml + +------------------------------------------------------------------- Old: ---- certomancer-0.13.0.tar.gz New: ---- certomancer-0.14.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-certomancer.spec ++++++ --- /var/tmp/diff_new_pack.SkD7uH/_old 2026-04-25 21:37:36.002332037 +0200 +++ /var/tmp/diff_new_pack.SkD7uH/_new 2026-04-25 21:37:36.006332201 +0200 @@ -24,7 +24,7 @@ %{?sle15_python_module_pythons} Name: python-certomancer -Version: 0.13.0 +Version: 0.14.0 Release: 0 Summary: PKI testing tool License: MIT @@ -32,6 +32,7 @@ Source: https://github.com/MatthiasValvekens/certomancer/archive/refs/tags/v%{version}.tar.gz#/certomancer-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 67.4} +BuildRequires: %{python_module setuptools-scm} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements @@ -42,12 +43,12 @@ 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 pyhanko-certvalidator >= 0.26.5} +BuildRequires: %{python_module pytest-asyncio >= 0.26.0} 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-mock >= 1.8.0} BuildRequires: %{python_module requests} BuildRequires: %{python_module tzlocal >= 2.1} # /SECTION @@ -81,6 +82,7 @@ %autosetup -p1 -n certomancer-%{version} %build +export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} %pyproject_wheel %install ++++++ certomancer-0.13.0.tar.gz -> certomancer-0.14.0.tar.gz ++++++ ++++ 2182 lines of diff (skipped)
