Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyrad for openSUSE:Factory checked in at 2026-02-12 17:27:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyrad (Old) and /work/SRC/openSUSE:Factory/.python-pyrad.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyrad" Thu Feb 12 17:27:12 2026 rev:10 rq:1332602 version:2.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyrad/python-pyrad.changes 2025-01-12 12:25:49.599686444 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyrad.new.1977/python-pyrad.changes 2026-02-12 17:28:22.377851044 +0100 @@ -1,0 +2,21 @@ +Thu Feb 12 04:43:50 UTC 2026 - Steve Kowalik <[email protected]> + +- Update to 2.5.4: + * remove python2 leftovers + * add support for Ascend-Data-Filter "delete" keyword + * Drop support of Python 2.x + * Add salt decryption of encrypted attributes + * Fix #194 salt-encryption + * Fix #213 EncodeIPv6Prefix + * Fix for UTF-8 + * Migrate packaging to PEP 621 / PEP 517 (setuptools) + * Fix fix usage of socket.getaddrinfo + * Fix #197 KeyError when handling CoA packet for 0.0.0.0 + * Fix create CoA packet in client_async + * Fix #152 and add corresponding unittests + * Fixed unittests +- Drop patch use-correct-assertion-methods.patch, merged upstream. +- Drop patch support-poetry-core-2.patch, no longer required. +- Ship README.rst as documentation in the binary packages. + +------------------------------------------------------------------- Old: ---- 2.4.tar.gz support-poetry-core-2.patch use-correct-assertion-methods.patch New: ---- 2.5.4.tar.gz ----------(Old B)---------- Old:- Drop patch use-correct-assertion-methods.patch, merged upstream. - Drop patch support-poetry-core-2.patch, no longer required. - Ship README.rst as documentation in the binary packages. Old: * Fixed unittests - Drop patch use-correct-assertion-methods.patch, merged upstream. - Drop patch support-poetry-core-2.patch, no longer required. ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyrad.spec ++++++ --- /var/tmp/diff_new_pack.zqJ5AZ/_old 2026-02-12 17:28:23.133883118 +0100 +++ /var/tmp/diff_new_pack.zqJ5AZ/_new 2026-02-12 17:28:23.133883118 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyrad # -# Copyright (c) 2025 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 @@ -18,26 +18,20 @@ %{?sle15_python_module_pythons} Name: python-pyrad -Version: 2.4 +Version: 2.5.4 Release: 0 Summary: RADIUS tools License: BSD-3-Clause URL: https://github.com/pyradius/pyrad Source0: https://github.com/pyradius/pyrad/archive/%{version}.tar.gz -# PATCH-FIX-UPSTREAM gh#pyradius/pyrad#162 -Patch0: use-correct-assertion-methods.patch -# PATCH-FIX-UPSTREAM Based on gh#pyradius/pyrad#208 -Patch1: support-poetry-core-2.patch BuildRequires: %{python_module netaddr} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry} -BuildRequires: %{python_module six} +BuildRequires: %{python_module setuptools >= 68} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: netcfg BuildRequires: python-rpm-macros Requires: python-netaddr -Requires: python-six BuildArch: noarch %python_subpackages @@ -54,12 +48,16 @@ %install %pyproject_install +# Do not ship docs and examples under sitelib +%python_expand rm -r %{buildroot}%{$python_sitelib}/docs +%python_expand rm -r %{buildroot}%{$python_sitelib}/example %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pyunittest discover -v %files %{python_files} +%doc README.rst %license LICENSE.txt %{python_sitelib}/pyrad %{python_sitelib}/pyrad-%{version}.dist-info ++++++ 2.4.tar.gz -> 2.5.4.tar.gz ++++++ ++++ 6889 lines of diff (skipped)
