python-bareos 24.0.0__tar.gz → 24.0.2__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 (36) hide show
  1. {python_bareos-24.0.0 → python_bareos-24.0.2}/PKG-INFO +14 -2
  2. python_bareos-24.0.2/bareos/VERSION.txt +1 -0
  3. {python_bareos-24.0.0 → python_bareos-24.0.2}/python_bareos.egg-info/PKG-INFO +14 -2
  4. python_bareos-24.0.0/bareos/VERSION.txt +0 -1
  5. {python_bareos-24.0.0 → python_bareos-24.0.2}/LICENSE.txt +0 -0
  6. {python_bareos-24.0.0 → python_bareos-24.0.2}/README.rst +0 -0
  7. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/__init__.py +0 -0
  8. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/__init__.py +0 -0
  9. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/bsock.py +0 -0
  10. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/bsockjson.py +0 -0
  11. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/connectiontype.py +0 -0
  12. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/constants.py +0 -0
  13. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/directorconsole.py +0 -0
  14. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/directorconsolejson.py +0 -0
  15. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/filedaemon.py +0 -0
  16. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/lowlevel.py +0 -0
  17. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/protocolmessageids.py +0 -0
  18. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/protocolmessages.py +0 -0
  19. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/protocolversions.py +0 -0
  20. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/bsock/tlsversionparser.py +0 -0
  21. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/exceptions.py +0 -0
  22. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/util/__init__.py +0 -0
  23. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/util/argparse.py +0 -0
  24. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/util/bareosbase64.py +0 -0
  25. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/util/password.py +0 -0
  26. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/util/path.py +0 -0
  27. {python_bareos-24.0.0 → python_bareos-24.0.2}/bareos/util/version.py +0 -0
  28. {python_bareos-24.0.0 → python_bareos-24.0.2}/bin/bareos-fd-connect.py +0 -0
  29. {python_bareos-24.0.0 → python_bareos-24.0.2}/bin/bconsole-json.py +0 -0
  30. {python_bareos-24.0.0 → python_bareos-24.0.2}/bin/bconsole.py +0 -0
  31. {python_bareos-24.0.0 → python_bareos-24.0.2}/python_bareos.egg-info/SOURCES.txt +0 -0
  32. {python_bareos-24.0.0 → python_bareos-24.0.2}/python_bareos.egg-info/dependency_links.txt +0 -0
  33. {python_bareos-24.0.0 → python_bareos-24.0.2}/python_bareos.egg-info/requires.txt +0 -0
  34. {python_bareos-24.0.0 → python_bareos-24.0.2}/python_bareos.egg-info/top_level.txt +0 -0
  35. {python_bareos-24.0.0 → python_bareos-24.0.2}/setup.cfg +0 -0
  36. {python_bareos-24.0.0 → python_bareos-24.0.2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: python-bareos
3
- Version: 24.0.0
3
+ Version: 24.0.2
4
4
  Summary: Client library and tools for Bareos console access.
5
5
  Home-page: https://github.com/bareos/bareos/
6
6
  Author: Bareos Team
@@ -17,6 +17,18 @@ Description-Content-Type: text/x-rst
17
17
  License-File: LICENSE.txt
18
18
  Provides-Extra: configfile
19
19
  Requires-Dist: configargparse; extra == "configfile"
20
+ Dynamic: author
21
+ Dynamic: author-email
22
+ Dynamic: classifier
23
+ Dynamic: description
24
+ Dynamic: description-content-type
25
+ Dynamic: home-page
26
+ Dynamic: keywords
27
+ Dynamic: license
28
+ Dynamic: license-file
29
+ Dynamic: provides-extra
30
+ Dynamic: requires-python
31
+ Dynamic: summary
20
32
 
21
33
  python-bareos
22
34
  =============
@@ -0,0 +1 @@
1
+ 24.0.2
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: python-bareos
3
- Version: 24.0.0
3
+ Version: 24.0.2
4
4
  Summary: Client library and tools for Bareos console access.
5
5
  Home-page: https://github.com/bareos/bareos/
6
6
  Author: Bareos Team
@@ -17,6 +17,18 @@ Description-Content-Type: text/x-rst
17
17
  License-File: LICENSE.txt
18
18
  Provides-Extra: configfile
19
19
  Requires-Dist: configargparse; extra == "configfile"
20
+ Dynamic: author
21
+ Dynamic: author-email
22
+ Dynamic: classifier
23
+ Dynamic: description
24
+ Dynamic: description-content-type
25
+ Dynamic: home-page
26
+ Dynamic: keywords
27
+ Dynamic: license
28
+ Dynamic: license-file
29
+ Dynamic: provides-extra
30
+ Dynamic: requires-python
31
+ Dynamic: summary
20
32
 
21
33
  python-bareos
22
34
  =============
@@ -1 +0,0 @@
1
- 24.0.0
File without changes
File without changes