Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-requests-kerberos for 
openSUSE:Factory checked in at 2024-11-11 13:45:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests-kerberos (Old)
 and      /work/SRC/openSUSE:Factory/.python-requests-kerberos.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-requests-kerberos"

Mon Nov 11 13:45:32 2024 rev:8 rq:1223211 version:0.15.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-requests-kerberos/python-requests-kerberos.changes
        2023-07-27 16:53:28.390717600 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-requests-kerberos.new.2017/python-requests-kerberos.changes
      2024-11-11 13:45:44.804870821 +0100
@@ -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.zDFM9D/_old  2024-11-11 13:45:45.424896789 +0100
+++ /var/tmp/diff_new_pack.zDFM9D/_new  2024-11-11 13:45:45.428896956 +0100
@@ -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

Reply via email to