forked from pool/python-pyrad
- 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) OBS-URL: https://build.opensuse.org/request/show/856430 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrad?expand=0&rev=9
48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
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)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 17 12:57:21 UTC 2020 - pgajdos@suse.com
|
|
|
|
- nose -> pytest
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 4 08:16:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Switch to github tarball
|
|
- Run tests by just invoking nosetests
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|