Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-k5test for openSUSE:Factory checked in at 2022-09-19 16:03:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-k5test (Old) and /work/SRC/openSUSE:Factory/.python-k5test.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-k5test" Mon Sep 19 16:03:29 2022 rev:2 rq:1004585 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-k5test/python-k5test.changes 2019-03-22 15:03:23.613700811 +0100 +++ /work/SRC/openSUSE:Factory/.python-k5test.new.2083/python-k5test.changes 2022-09-19 16:03:35.626191557 +0200 @@ -1,0 +2,7 @@ +Sat Sep 17 12:57:07 UTC 2022 - John Vandenberg <jay...@gmail.com> + +- Update to v0.10.1 +- Add dependency krb5-server to be able to invoke /usr/sbin/kdb5_util + and krb5-client to be able to invoke /usr/bin/kinit + +------------------------------------------------------------------- Old: ---- k5test-0.9.2.tar.gz New: ---- k5test-0.10.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-k5test.spec ++++++ --- /var/tmp/diff_new_pack.rYhvk3/_old 2022-09-19 16:03:36.094192808 +0200 +++ /var/tmp/diff_new_pack.rYhvk3/_new 2022-09-19 16:03:36.098192818 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-k5test # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-k5test -Version: 0.9.2 +Version: 0.10.1 Release: 0 Summary: A library for testing Python applications in krb5 environments License: MIT @@ -26,10 +26,10 @@ URL: https://github.com/pythongssapi/k5test Source: https://files.pythonhosted.org/packages/source/k/k5test/k5test-%{version}.tar.gz BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-six +Requires: krb5-client +Requires: krb5-server BuildArch: noarch %python_subpackages @@ -53,6 +53,6 @@ %files %{python_files} %license *LICENSE* %doc README.md -%{python_sitelib}/* +%{python_sitelib}/k5test* %changelog ++++++ k5test-0.9.2.tar.gz -> k5test-0.10.1.tar.gz ++++++ ++++ 1685 lines of diff (skipped)