Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-igwn-auth-utils for
openSUSE:Factory checked in at 2026-08-20 16:15:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-igwn-auth-utils (Old)
and /work/SRC/openSUSE:Factory/.python-igwn-auth-utils.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-igwn-auth-utils"
Thu Aug 20 16:15:15 2026 rev:6 rq:1372104 version:1.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-igwn-auth-utils/python-igwn-auth-utils.changes
2024-02-27 22:49:55.525946772 +0100
+++
/work/SRC/openSUSE:Factory/.python-igwn-auth-utils.new.1258/python-igwn-auth-utils.changes
2026-08-20 16:15:22.040401917 +0200
@@ -1,0 +2,29 @@
+Wed Aug 19 19:15:47 UTC 2026 - Atri Bhattacharya <[email protected]>
+
+- Update to version 1.4.0:
+ * Add support for disabling/enabling auth credentials from the
+ environment [!107]
+ * Reduce default token timeleft to 60 [!108]
+- Changes from version 1.3.1:
+ * Make gssapi and htgettoken optional requirements [!105]
+- Changes from version 1.3.0:
+ * Add kinit function to support getting Kerberos credentials
+ [!98]
+ * Add get_scitoken wrapper around htgettoken [!102]
+ * Update minimum requirements for Pip install [!103]
+- Changes from version 1.2.1:
+ * Add deprecation warning for users of X.509 [!27]
+- Changes from version 1.2.0:
+ * [!85] Validate all candidate X.509 credentials in
+ find_credentials
+ * [!88] Support multiple issuers in is_valid_token
+ * [!91] Update requirements versions
+ * [!72] Add support for Python 3.12
+ * [!92] Add support for Python 3.13
+- Drop upstreamed or otherwise fixed patches:
+ * igwn-auth-utils-mr73-utznow.patch
+ * igwn-auth-utils-mr76-mock_called_once.patch
+ * igwn-auth-utils-cryptography-utc-deprecation.patch
+- Don't test optional features with missing packages for openSUSE.
+
+-------------------------------------------------------------------
Old:
----
igwn-auth-utils-1.1.0.tar.gz
igwn-auth-utils-cryptography-utc-deprecation.patch
igwn-auth-utils-mr73-utznow.patch
igwn-auth-utils-mr76-mock_called_once.patch
New:
----
igwn_auth_utils-1.4.0.tar.gz
----------(Old B)----------
Old: * igwn-auth-utils-mr76-mock_called_once.patch
* igwn-auth-utils-cryptography-utc-deprecation.patch
- Don't test optional features with missing packages for openSUSE.
Old:- Drop upstreamed or otherwise fixed patches:
* igwn-auth-utils-mr73-utznow.patch
* igwn-auth-utils-mr76-mock_called_once.patch
Old: * igwn-auth-utils-mr73-utznow.patch
* igwn-auth-utils-mr76-mock_called_once.patch
* igwn-auth-utils-cryptography-utc-deprecation.patch
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-igwn-auth-utils.spec ++++++
--- /var/tmp/diff_new_pack.RTVE2K/_old 2026-08-20 16:15:23.450451802 +0200
+++ /var/tmp/diff_new_pack.RTVE2K/_new 2026-08-20 16:15:23.453451908 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-igwn-auth-utils
#
-# 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,20 +16,14 @@
#
-%global srcname igwn-auth-utils
+%global srcname igwn_auth_utils
Name: python-igwn-auth-utils
-Version: 1.1.0
+Version: 1.4.0
Release: 0
Summary: Auth Utils for International Gravitational-Wave Observatory
Network (IGWN)
License: BSD-3-Clause
URL: https://git.ligo.org/computing/igwn-auth-utils
Source:
https://files.pythonhosted.org/packages/source/i/%{srcname}/%{srcname}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM igwn-auth-utils-mr73-utznow.patch
https://git.ligo.org/computing/igwn-auth-utils/-/merge_requests/73
-Patch0:
https://git.ligo.org/computing/igwn-auth-utils/-/merge_requests/73.patch#/igwn-auth-utils-mr73-utznow.patch
-# PATCH-FIX-UPSTREAM igwn-auth-utils-mr76-mock_called_once.patch
https://git.ligo.org/computing/igwn-auth-utils/-/merge_requests/76
-Patch1:
https://git.ligo.org/computing/igwn-auth-utils/-/merge_requests/76.patch#/igwn-auth-utils-mr76-mock_called_once.patch
-# PATCH-FIX-UPSTREAM igwn-auth-utils-cryptography-utc-deprecation.patch sent
to [email protected]
-Patch2: igwn-auth-utils-cryptography-utc-deprecation.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm >= 3.4.3}
BuildRequires: %{python_module setuptools}
@@ -73,7 +67,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+%pytest -k 'not (test_get_netrc_auth_permissions or test_get_token)'
%files %{python_files}
%doc README.md