Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cepces for openSUSE:Factory checked in at 2026-01-29 17:45:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cepces (Old) and /work/SRC/openSUSE:Factory/.cepces.new.1995 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cepces" Thu Jan 29 17:45:36 2026 rev:12 rq:1329690 version:0.3.16 Changes: -------- --- /work/SRC/openSUSE:Factory/cepces/cepces.changes 2024-06-28 15:47:33.691132465 +0200 +++ /work/SRC/openSUSE:Factory/.cepces.new.1995/cepces.changes 2026-01-29 17:48:13.805683668 +0100 @@ -1,0 +2,15 @@ +Fri Jan 16 18:22:41 UTC 2026 - David Mulder <[email protected]> + +- Update to version 0.3.16: + * Bump version to 0.3.16 + * feat(cepces-submit): Add an --install mode + * Bump version to 0.3.15 + * fix(certmonger): Skip authentication for operations that don't need it + * Bump version to 0.3.14 + * fix(github-ci): Fix branch pattern + * fix(certmonger): Handle None result in Submit operation + * fix(core): Handle nil policies and CAs in Service properties + * feat(scripts): Add a script to verify version numbers are in sync + * fix(xml:binding): Handle xsi:nil="true" in XMLElementList + +------------------------------------------------------------------- Old: ---- cepces-0.3.9.tar.bz2 New: ---- cepces-0.3.16.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cepces.spec ++++++ --- /var/tmp/diff_new_pack.xSe3tk/_old 2026-01-29 17:48:15.857771574 +0100 +++ /var/tmp/diff_new_pack.xSe3tk/_new 2026-01-29 17:48:15.869772089 +0100 @@ -1,7 +1,7 @@ # # spec file for package cepces # -# Copyright (c) 2024 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 @@ -16,12 +16,14 @@ # +%define pythons %{primary_python} + %global app_name cepces %global selinux_variants targeted %global logdir %{_localstatedir}/log/%{app_name} Name: %{app_name} -Version: 0.3.9 +Version: 0.3.16 Release: 0%{?dist} Summary: Certificate Enrollment through CEP/CES @@ -44,15 +46,19 @@ %package -n python3-%{app_name} Summary: Python part of %{app_name} +BuildRequires: python-rpm-macros BuildRequires: python3-cryptography >= 1.2 BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-pytest BuildRequires: python3-requests -BuildRequires: python3-requests-gssapi +BuildRequires: python3-requests-gssapi >= 1.4.0 BuildRequires: python3-setuptools +BuildRequires: python3-wheel Requires: python3-cryptography >= 1.2 Requires: python3-requests -Requires: python3-requests-gssapi +Requires: python3-requests-gssapi >= 1.4.0 %description -n python3-%{app_name} %{app_name} is an application for enrolling certificates through CEP and CES. @@ -85,7 +91,7 @@ %setup -q -n %{app_name}-%{version} %build -%py3_build +%pyproject_wheel %if 0%{?sle_version} > 150600 || 0%{?suse_version} > 1500 # Build the SELinux module(s). @@ -96,7 +102,7 @@ %endif %install -%py3_install +%pyproject_install install -d -m 0700 %{buildroot}%{logdir} @@ -171,9 +177,7 @@ fi %check -pushd tests -%{__python3} ./runner.py -popd +%pytest %files %doc README.rst @@ -185,7 +189,7 @@ %files -n python3-%{app_name} %license LICENSE %{python3_sitelib}/%{app_name} -%{python3_sitelib}/%{app_name}-%{version}-py*.egg-info +%{python3_sitelib}/%{app_name}-%{version}.dist-info %files certmonger %dir %{_libexecdir}/certmonger ++++++ _service ++++++ --- /var/tmp/diff_new_pack.xSe3tk/_old 2026-01-29 17:48:16.129783227 +0100 +++ /var/tmp/diff_new_pack.xSe3tk/_new 2026-01-29 17:48:16.149784084 +0100 @@ -2,7 +2,7 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/openSUSE/cepces.git</param> <param name="scm">git</param> - <param name="revision">master</param> + <param name="revision">0.3.16</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.xSe3tk/_old 2026-01-29 17:48:16.369793509 +0100 +++ /var/tmp/diff_new_pack.xSe3tk/_new 2026-01-29 17:48:16.421795736 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/cepces.git</param> - <param name="changesrevision">6abc53e7edff33cd07204c7cd10ac658c9f4db4c</param></service></servicedata> + <param name="changesrevision">fba12b1a9777eb240e0d7a6a33e05827bc8d9e39</param></service></servicedata> (No newline at EOF) ++++++ cepces-0.3.9.tar.bz2 -> cepces-0.3.16.tar.bz2 ++++++ ++++ 14263 lines of diff (skipped)
