2020-12-16 13:06:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 16 10:46:08 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
2020-06-17 13:10:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 17 12:57:21 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- nose -> pytest
|
|
|
|
|
2020-03-20 13:14:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 20 13:09:37 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Update to version 2.3
|
|
|
|
* Fixed #124 remove reuse_address=True from async server/client
|
|
|
|
* Fixed #121 Unknown attribute key error
|
|
|
|
|
2019-11-04 08:17:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 4 08:16:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Switch to github tarball
|
|
|
|
- Run tests by just invoking nosetests
|
|
|
|
|
2019-11-04 08:12:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 1 19:08:51 UTC 2019 - Boris Manojlovic <boris@steki.net>
|
|
|
|
|
|
|
|
- added test-data.tar.gz extracted from git repository
|
|
|
|
https://github.com/pyradius/pyrad
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 31 21:38:25 UTC 2019 - Boris Manojlovic <boris@steki.net>
|
|
|
|
|
|
|
|
- initial packaging of version 2.2
|
|
|
|
|