Changelog for
python311-pyrad-2.4-22.13.noarch.rpm :
* Mon Nov 08 2021 Dirk Müller
- add missing six dependency declaration
* Wed Jun 16 2021 Michael Ströder - use %{python_expand $python -m unittest discover -v} for also building on Leap and SLE where %pyunittest macro is missing
* Sun Jun 13 2021 Michael Ströder - Use %pyunittest, dropped build dependency on pytest
* Wed Dec 16 2020 Michael Ströder - Fixed glob-pattern for tests- Update to version 2.4
* Support poetry for building this project
* Use secrets.SysRandom instead of random.SystemRandom if possible
* .get on Packets has an optional default parameter (to mimic dict.get())
* Fix: digestmod is not optional in python3.8 anymore
* Fix: authenticator was refreshed before the packet was generated
* Fix bug causing Message-Authenticator verification to fail if multiple instances of an attribute do not appear sequentially in the attributes list
* Fixed #140 VerifyReply broken when multiple instances of same attribute are not adjacent on reply
* Fixed #135 Missing send_packet for async Client
* Fixed #126 python3 support for SaltCrypt (was previously broken)
* Wed Jun 17 2020 pgajdosAATTsuse.com- nose -> pytest
* Fri Mar 20 2020 Marketa Calabkova - Update to version 2.3
* Fixed #124 remove reuse_address=True from async server/client
* Fixed #121 Unknown attribute key error
* Mon Nov 04 2019 Tomáš Chvátal - Switch to github tarball- Run tests by just invoking nosetests
* Fri Nov 01 2019 Boris Manojlovic - added test-data.tar.gz extracted from git repository https://github.com/pyradius/pyrad
* Thu Oct 31 2019 Boris Manojlovic - initial packaging of version 2.2