pyrad 2.5.3__tar.gz → 2.5.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. {pyrad-2.5.3 → pyrad-2.5.4}/CHANGES.rst +1 -1
  2. {pyrad-2.5.3/pyrad.egg-info → pyrad-2.5.4}/PKG-INFO +7 -1
  3. {pyrad-2.5.3 → pyrad-2.5.4}/docs/source/conf.py +2 -2
  4. {pyrad-2.5.3 → pyrad-2.5.4}/pyproject.toml +1 -1
  5. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/__init__.py +1 -1
  6. {pyrad-2.5.3 → pyrad-2.5.4/pyrad.egg-info}/PKG-INFO +7 -1
  7. pyrad-2.5.4/pyrad.egg-info/requires.txt +9 -0
  8. pyrad-2.5.3/pyrad.egg-info/requires.txt +0 -1
  9. {pyrad-2.5.3 → pyrad-2.5.4}/LICENSE.txt +0 -0
  10. {pyrad-2.5.3 → pyrad-2.5.4}/MANIFEST.in +0 -0
  11. {pyrad-2.5.3 → pyrad-2.5.4}/README.rst +0 -0
  12. {pyrad-2.5.3 → pyrad-2.5.4}/TODO.rst +0 -0
  13. {pyrad-2.5.3 → pyrad-2.5.4}/docs/Makefile +0 -0
  14. {pyrad-2.5.3 → pyrad-2.5.4}/docs/make.bat +0 -0
  15. {pyrad-2.5.3 → pyrad-2.5.4}/docs/source/_static/logo.png +0 -0
  16. {pyrad-2.5.3 → pyrad-2.5.4}/docs/source/api/client.rst +0 -0
  17. {pyrad-2.5.3 → pyrad-2.5.4}/docs/source/api/dictionary.rst +0 -0
  18. {pyrad-2.5.3 → pyrad-2.5.4}/docs/source/api/host.rst +0 -0
  19. {pyrad-2.5.3 → pyrad-2.5.4}/docs/source/api/packet.rst +0 -0
  20. {pyrad-2.5.3 → pyrad-2.5.4}/docs/source/api/proxy.rst +0 -0
  21. {pyrad-2.5.3 → pyrad-2.5.4}/docs/source/api/server.rst +0 -0
  22. {pyrad-2.5.3 → pyrad-2.5.4}/docs/source/index.rst +0 -0
  23. {pyrad-2.5.3 → pyrad-2.5.4}/example/acct.py +0 -0
  24. {pyrad-2.5.3 → pyrad-2.5.4}/example/auth.py +0 -0
  25. {pyrad-2.5.3 → pyrad-2.5.4}/example/auth_async.py +0 -0
  26. {pyrad-2.5.3 → pyrad-2.5.4}/example/client-coa.py +0 -0
  27. {pyrad-2.5.3 → pyrad-2.5.4}/example/coa.py +0 -0
  28. {pyrad-2.5.3 → pyrad-2.5.4}/example/dictionary +0 -0
  29. {pyrad-2.5.3 → pyrad-2.5.4}/example/dictionary.freeradius +0 -0
  30. {pyrad-2.5.3 → pyrad-2.5.4}/example/pyrad.log +0 -0
  31. {pyrad-2.5.3 → pyrad-2.5.4}/example/server.py +0 -0
  32. {pyrad-2.5.3 → pyrad-2.5.4}/example/server_async.py +0 -0
  33. {pyrad-2.5.3 → pyrad-2.5.4}/example/status.py +0 -0
  34. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/bidict.py +0 -0
  35. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/client.py +0 -0
  36. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/client_async.py +0 -0
  37. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/curved.py +0 -0
  38. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/dictfile.py +0 -0
  39. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/dictionary.py +0 -0
  40. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/host.py +0 -0
  41. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/packet.py +0 -0
  42. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/proxy.py +0 -0
  43. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/server.py +0 -0
  44. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/server_async.py +0 -0
  45. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/tests/__init__.py +0 -0
  46. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/tests/mock.py +0 -0
  47. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/tests/test_bidict.py +0 -0
  48. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/tests/test_client.py +0 -0
  49. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/tests/test_dictionary.py +0 -0
  50. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/tests/test_host.py +0 -0
  51. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/tests/test_packet.py +0 -0
  52. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/tests/test_proxy.py +0 -0
  53. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/tests/test_server.py +0 -0
  54. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/tests/test_tools.py +0 -0
  55. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad/tools.py +0 -0
  56. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad.egg-info/SOURCES.txt +0 -0
  57. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad.egg-info/dependency_links.txt +0 -0
  58. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad.egg-info/top_level.txt +0 -0
  59. {pyrad-2.5.3 → pyrad-2.5.4}/pyrad.egg-info/zip-safe +0 -0
  60. {pyrad-2.5.3 → pyrad-2.5.4}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
- 2.5.3 - Feb 5, 2026
4
+ 2.5.4 - Feb 5, 2026
5
5
  -------------------
6
6
 
7
7
  * remove python2 leftovers
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyrad
3
- Version: 2.5.3
3
+ Version: 2.5.4
4
4
  Summary: RADIUS tools
5
5
  Author-email: Christian Giese <gic@gicnet.de>, Istvan Ruzman <istvan@ruzman.eu>, Stefan Lieberth <stefan@lieberth.net>
6
6
  License: BSD-3-Clause
@@ -23,6 +23,12 @@ Requires-Python: >=3.8
23
23
  Description-Content-Type: text/x-rst
24
24
  License-File: LICENSE.txt
25
25
  Requires-Dist: netaddr>=0.8.0
26
+ Provides-Extra: test
27
+ Requires-Dist: pytest>=8; extra == "test"
28
+ Provides-Extra: docs
29
+ Requires-Dist: sphinx>=7.0; extra == "docs"
30
+ Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
31
+ Requires-Dist: sphinx-rtd-theme>=2.0; extra == "docs"
26
32
  Dynamic: license-file
27
33
 
28
34
 
@@ -57,9 +57,9 @@ author = u'Christian Giese <gic@gicnet.de>, Istvan Ruzman <istvan@ruzman.eu> and
57
57
  # built documents.
58
58
  #
59
59
  # The short X.Y version.
60
- version = u'2.5.3'
60
+ version = u'2.5.4'
61
61
  # The full version, including alpha/beta/rc tags.
62
- release = u'2.5.3'
62
+ release = u'2.5.4'
63
63
 
64
64
  # The language for content autogenerated by Sphinx. Refer to documentation
65
65
  # for a list of supported languages.
@@ -34,7 +34,7 @@ dependencies = [
34
34
  "netaddr>=0.8.0",
35
35
  ]
36
36
 
37
- [dependency-groups]
37
+ [project.optional-dependencies]
38
38
  test = [
39
39
  "pytest>=8",
40
40
  ]
@@ -41,6 +41,6 @@ __docformat__ = 'epytext en'
41
41
  __author__ = 'Christian Giese <gic@gicnet.de>, Istvan Ruzman <istvan@ruzman.eu> and Stefan Lieberth <stefan@lieberth.net>'
42
42
  __url__ = 'http://pyrad.readthedocs.io/en/latest/?badge=latest'
43
43
  __copyright__ = 'Copyright 2002-2026 Wichert Akkerman, Christian Giese, Istvan Ruzman and Stefan Lieberth. All rights reserved.'
44
- __version__ = '2.5.3'
44
+ __version__ = '2.5.4'
45
45
 
46
46
  __all__ = ['client', 'dictionary', 'packet', 'server', 'tools', 'dictfile']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyrad
3
- Version: 2.5.3
3
+ Version: 2.5.4
4
4
  Summary: RADIUS tools
5
5
  Author-email: Christian Giese <gic@gicnet.de>, Istvan Ruzman <istvan@ruzman.eu>, Stefan Lieberth <stefan@lieberth.net>
6
6
  License: BSD-3-Clause
@@ -23,6 +23,12 @@ Requires-Python: >=3.8
23
23
  Description-Content-Type: text/x-rst
24
24
  License-File: LICENSE.txt
25
25
  Requires-Dist: netaddr>=0.8.0
26
+ Provides-Extra: test
27
+ Requires-Dist: pytest>=8; extra == "test"
28
+ Provides-Extra: docs
29
+ Requires-Dist: sphinx>=7.0; extra == "docs"
30
+ Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
31
+ Requires-Dist: sphinx-rtd-theme>=2.0; extra == "docs"
26
32
  Dynamic: license-file
27
33
 
28
34
 
@@ -0,0 +1,9 @@
1
+ netaddr>=0.8.0
2
+
3
+ [docs]
4
+ sphinx>=7.0
5
+ sphinx-autodoc-typehints
6
+ sphinx-rtd-theme>=2.0
7
+
8
+ [test]
9
+ pytest>=8
@@ -1 +0,0 @@
1
- netaddr>=0.8.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes