Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-requests-kerberos for
openSUSE:Leap:16.0 checked in at 2025-07-24 08:31:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/python-requests-kerberos (Old)
and /work/SRC/openSUSE:Leap:16.0/.python-requests-kerberos.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests-kerberos"
Thu Jul 24 08:31:18 2025 rev:2 rq:1293743 version:0.15.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:16.0/python-requests-kerberos/python-requests-kerberos.changes
2025-03-19 11:55:46.004482642 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.python-requests-kerberos.new.8875/python-requests-kerberos.changes
2025-07-24 08:31:43.351606411 +0200
@@ -1,0 +2,7 @@
+Sun Nov 10 22:23:51 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 0.15.0:
+ * Make Channel Binding data per-host
+ * Added support for explicit passwords using the password kwarg
+
+-------------------------------------------------------------------
Old:
----
requests-kerberos-0.14.0.tar.gz
New:
----
requests_kerberos-0.15.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests-kerberos.spec ++++++
--- /var/tmp/diff_new_pack.z7dL9M/_old 2025-07-24 08:31:44.995674766 +0200
+++ /var/tmp/diff_new_pack.z7dL9M/_new 2025-07-24 08:31:45.007675265 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-requests-kerberos
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,17 @@
%{?sle15_python_module_pythons}
Name: python-requests-kerberos
-Version: 0.14.0
+Version: 0.15.0
Release: 0
Summary: A Kerberos authentication handler for python-requests
License: ISC
Group: Development/Languages/Python
URL: https://github.com/requests/requests-kerberos
-Source:
https://files.pythonhosted.org/packages/source/r/requests-kerberos/requests-kerberos-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/r/requests-kerberos/requests_kerberos-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
Requires: python-pyspnego
Requires: python-requests >= 1.1.0
@@ -39,13 +41,13 @@
authentication. Basic GET usage:
%prep
-%setup -q -n requests-kerberos-%{version}
+%setup -q -n requests_kerberos-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%files %{python_files}
%license LICENSE