python-bareos 24.0.1__tar.gz → 24.0.3__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.1 → python_bareos-24.0.3}/PKG-INFO +3 -2
  2. python_bareos-24.0.3/bareos/VERSION.txt +1 -0
  3. {python_bareos-24.0.1 → python_bareos-24.0.3}/python_bareos.egg-info/PKG-INFO +3 -2
  4. python_bareos-24.0.1/bareos/VERSION.txt +0 -1
  5. {python_bareos-24.0.1 → python_bareos-24.0.3}/LICENSE.txt +0 -0
  6. {python_bareos-24.0.1 → python_bareos-24.0.3}/README.rst +0 -0
  7. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/__init__.py +0 -0
  8. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/__init__.py +0 -0
  9. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/bsock.py +0 -0
  10. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/bsockjson.py +0 -0
  11. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/connectiontype.py +0 -0
  12. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/constants.py +0 -0
  13. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/directorconsole.py +0 -0
  14. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/directorconsolejson.py +0 -0
  15. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/filedaemon.py +0 -0
  16. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/lowlevel.py +0 -0
  17. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/protocolmessageids.py +0 -0
  18. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/protocolmessages.py +0 -0
  19. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/protocolversions.py +0 -0
  20. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/bsock/tlsversionparser.py +0 -0
  21. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/exceptions.py +0 -0
  22. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/util/__init__.py +0 -0
  23. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/util/argparse.py +0 -0
  24. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/util/bareosbase64.py +0 -0
  25. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/util/password.py +0 -0
  26. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/util/path.py +0 -0
  27. {python_bareos-24.0.1 → python_bareos-24.0.3}/bareos/util/version.py +0 -0
  28. {python_bareos-24.0.1 → python_bareos-24.0.3}/bin/bareos-fd-connect.py +0 -0
  29. {python_bareos-24.0.1 → python_bareos-24.0.3}/bin/bconsole-json.py +0 -0
  30. {python_bareos-24.0.1 → python_bareos-24.0.3}/bin/bconsole.py +0 -0
  31. {python_bareos-24.0.1 → python_bareos-24.0.3}/python_bareos.egg-info/SOURCES.txt +0 -0
  32. {python_bareos-24.0.1 → python_bareos-24.0.3}/python_bareos.egg-info/dependency_links.txt +0 -0
  33. {python_bareos-24.0.1 → python_bareos-24.0.3}/python_bareos.egg-info/requires.txt +0 -0
  34. {python_bareos-24.0.1 → python_bareos-24.0.3}/python_bareos.egg-info/top_level.txt +0 -0
  35. {python_bareos-24.0.1 → python_bareos-24.0.3}/setup.cfg +0 -0
  36. {python_bareos-24.0.1 → python_bareos-24.0.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: python-bareos
3
- Version: 24.0.1
3
+ Version: 24.0.3
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
@@ -25,6 +25,7 @@ Dynamic: description-content-type
25
25
  Dynamic: home-page
26
26
  Dynamic: keywords
27
27
  Dynamic: license
28
+ Dynamic: license-file
28
29
  Dynamic: provides-extra
29
30
  Dynamic: requires-python
30
31
  Dynamic: summary
@@ -0,0 +1 @@
1
+ 24.0.3
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: python-bareos
3
- Version: 24.0.1
3
+ Version: 24.0.3
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
@@ -25,6 +25,7 @@ Dynamic: description-content-type
25
25
  Dynamic: home-page
26
26
  Dynamic: keywords
27
27
  Dynamic: license
28
+ Dynamic: license-file
28
29
  Dynamic: provides-extra
29
30
  Dynamic: requires-python
30
31
  Dynamic: summary
@@ -1 +0,0 @@
1
- 24.0.1
File without changes
File without changes