pyrad 2.5.0__py3-none-any.whl → 2.5.1__py3-none-any.whl

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.
docs/source/conf.py CHANGED
@@ -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'
60
+ version = u'2.5.1'
61
61
  # The full version, including alpha/beta/rc tags.
62
- release = u'2.5'
62
+ release = u'2.5.1'
63
63
 
64
64
  # The language for content autogenerated by Sphinx. Refer to documentation
65
65
  # for a list of supported languages.
pyrad/__init__.py CHANGED
@@ -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.0'
44
+ __version__ = '2.5.1'
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.0
3
+ Version: 2.5.1
4
4
  Summary: RADIUS tools
5
5
  Author-email: Istvan Ruzman <istvan@ruzman.eu>, Christian Giese <gic@gicnet.de>, Stefan Lieberth <stefan@lieberth.net>
6
6
  License: BSD-3-Clause
@@ -9,7 +9,6 @@ Project-URL: Documentation, https://pyradius-pyrad.readthedocs.io
9
9
  Keywords: radius,authentication,AAA,accounting,authorization,RADIUS
10
10
  Classifier: Development Status :: 6 - Mature
11
11
  Classifier: Intended Audience :: Developers
12
- Classifier: License :: OSI Approved :: BSD License
13
12
  Classifier: Programming Language :: Python :: 3
14
13
  Classifier: Programming Language :: Python :: 3.8
15
14
  Classifier: Programming Language :: Python :: 3.9
@@ -99,7 +98,7 @@ Author, Copyright, Availability
99
98
  ===============================
100
99
 
101
100
  pyrad was written by Wichert Akkerman <wichert@wiggy.net> and is maintained by
102
- Christian Giese (GIC-de) and Istvan Ruzman (Istvan91).
101
+ Christian Giese (GIC-de), Istvan Ruzman (Istvan91) and Stefan Lieberth (slieberth).
103
102
 
104
103
  We’re looking for contributors to support the pyrad team! If you’re interested in
105
104
  helping with development, testing, documentation, or other areas, please contact
@@ -1,6 +1,6 @@
1
1
  docs/Makefile,sha256=De9yQi78Rqt6niypd7CgZSkhyHFEx5cXhh6ZL3YT1Yc,606
2
2
  docs/make.bat,sha256=MIkBA-XhK2GzLus-jttyGfmQMlVYtQT23DOTPKnICw8,813
3
- docs/source/conf.py,sha256=BmMQb6oxGNAzfGGDT6WZ4MYrd_h0kf5-00Iasu2F-Uk,5137
3
+ docs/source/conf.py,sha256=Il5YNwrETYZXRY4VrPdB4-DxEZKQCpVAE8Hr8N67jxQ,5141
4
4
  docs/source/index.rst,sha256=i_Fb3-3lEDGp8iMYdgQphqexeoiGY0WREO-btdlnelA,1650
5
5
  docs/source/_static/logo.png,sha256=xr7ETIziytN2Sl9WkOCnAKWwikXJYwvpIB7stu5a6iE,1247
6
6
  docs/source/api/client.rst,sha256=Bg2tB-hlaRtiZleaJXEOrA0weDi0w25lS0xzw_k0xKE,181
@@ -20,7 +20,7 @@ example/pyrad.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  example/server.py,sha256=kvXl_7HpW2xXy5U-LU-9VRSVJubeHll6XSnbms2M0rs,1993
21
21
  example/server_async.py,sha256=va4bEKX796ePDrM_pAERAXNaSUsxrelLoa3fzp2n4TY,3442
22
22
  example/status.py,sha256=jyUgdW_sUdUgjyChnKEQJQf-bnLr6KXC3479mi5-q9Q,724
23
- pyrad/__init__.py,sha256=UHLdGJEv8IRKt2TsjbJsxYO3BB-grtobpuNp0iXftGo,1537
23
+ pyrad/__init__.py,sha256=QJJWDc7i11_yGzrnVZhryqZRQD1dRHWvOyuCT33IdYI,1537
24
24
  pyrad/bidict.py,sha256=wgSr6odl-sYqkHrAFvCqRPjKOPpck4tZ-YxXivmPLsQ,870
25
25
  pyrad/client.py,sha256=scOSXMs1Oee7m7w5xdwHnCoxpeBD298tgKDgxsSRhj4,8498
26
26
  pyrad/client_async.py,sha256=XIi9tEo3sfmmbG33xs3e9YDa6GGIiAMDC4LqS0VFNno,14758
@@ -43,9 +43,9 @@ pyrad/tests/test_packet.py,sha256=7d7_NObiEZeiGArz9uVXY8qZkzv_F8z8Saz41TlbK0s,27
43
43
  pyrad/tests/test_proxy.py,sha256=JVhVCDqa4waixtNw82kMsDzVeiKgIeUU5fLf8mcp7E8,2981
44
44
  pyrad/tests/test_server.py,sha256=UZo5RCyYJcYvuKvFlE0e0tWs4hjnSVVbJTqJ9YciVgA,11383
45
45
  pyrad/tests/test_tools.py,sha256=PKc5tPzyartVCE4OIMzgkIIdeSIK3luQFPlrO3ivVFM,6617
46
- pyrad-2.5.0.dist-info/licenses/LICENSE.txt,sha256=JXj4emdUhaoO3l80a9HFY7c61ekO4yLbInhCcET9r_U,1660
47
- pyrad-2.5.0.dist-info/METADATA,sha256=FP3FxyfhjQeD8c3DkRhNnKP4Y8AhiQ--Yv7nFk7U-4c,4748
48
- pyrad-2.5.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
49
- pyrad-2.5.0.dist-info/top_level.txt,sha256=DfCXLna0BEU1ycerXhff_P0tIEOQr8_XsWCw-re1Xg8,19
50
- pyrad-2.5.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
51
- pyrad-2.5.0.dist-info/RECORD,,
46
+ pyrad-2.5.1.dist-info/licenses/LICENSE.txt,sha256=JXj4emdUhaoO3l80a9HFY7c61ekO4yLbInhCcET9r_U,1660
47
+ pyrad-2.5.1.dist-info/METADATA,sha256=3hCzsV6ugSclJDUEw89fEFgpANelqjcJlkeEVlK-qBA,4727
48
+ pyrad-2.5.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
49
+ pyrad-2.5.1.dist-info/top_level.txt,sha256=DfCXLna0BEU1ycerXhff_P0tIEOQr8_XsWCw-re1Xg8,19
50
+ pyrad-2.5.1.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
51
+ pyrad-2.5.1.dist-info/RECORD,,
File without changes