adjutant-ui 9.0.0__py3-none-any.whl → 10.0.0__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.
@@ -1,12 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: adjutant-ui
3
- Version: 9.0.0
3
+ Version: 10.0.0
4
4
  Summary: Adjutant User Interface
5
5
  Home-page: https://github.com/catalyst/adjutant-ui
6
6
  Author: Adrian Turjak
7
7
  Author-email: adriant@catalyst.net.nz
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
8
  Classifier: Environment :: OpenStack
11
9
  Classifier: Framework :: Django
12
10
  Classifier: Intended Audience :: Information Technology
@@ -17,11 +15,15 @@ Classifier: Programming Language :: Python
17
15
  Classifier: Programming Language :: Python :: Implementation :: CPython
18
16
  Classifier: Programming Language :: Python :: 3 :: Only
19
17
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.8
21
18
  Classifier: Programming Language :: Python :: 3.9
22
- Requires-Python: >=3.8
23
- Requires-Dist: horizon (>=18.1.0)
24
- Requires-Dist: pbr (!=2.1.0,>=2.0.0)
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Requires-Python: >=3.9
23
+ License-File: LICENSE
24
+ License-File: AUTHORS
25
+ Requires-Dist: pbr !=2.1.0,>=2.0.0
26
+ Requires-Dist: horizon >=18.1.0
25
27
 
26
28
  ===========
27
29
  adjutant-ui
@@ -42,5 +44,3 @@ Documentation
42
44
  Documentation is stored in doc/, a sphinx build of the documentation can be
43
45
  generated with the command ``tox -e docs``.
44
46
 
45
-
46
-
@@ -126,10 +126,10 @@ adjutant_ui/test/test_data.py,sha256=-IKquBTLx8vY_9FyyI_85qRd6D2w1ujfh-D2y_LHpX0
126
126
  adjutant_ui/test/api_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
127
127
  adjutant_ui/test/api_tests/test_rest_api.py,sha256=8FJ-u-1rZihgO4cdNd5OjWmk79WoMbrpcl-eK20Rvws,906
128
128
  adjutant_ui/test/integration_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
129
- adjutant_ui-9.0.0.dist-info/AUTHORS,sha256=3jK9DxWxckuZ6tj7RkcTb8-nxuYar-yskwVJVRr4UxY,796
130
- adjutant_ui-9.0.0.dist-info/LICENSE,sha256=XfKg2H1sVi8OoRxoisUlMqoo10TKvHmU_wU39ks7MyA,10143
131
- adjutant_ui-9.0.0.dist-info/METADATA,sha256=jWJLZnE-gr351YbPCI7JcdmjUam02xZjgFCtkRYfYlw,1352
132
- adjutant_ui-9.0.0.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
133
- adjutant_ui-9.0.0.dist-info/pbr.json,sha256=cHa2jE3xTbO36AkDoU3rgOCJu8-3tJ7Kc6q8IdTv-m0,46
134
- adjutant_ui-9.0.0.dist-info/top_level.txt,sha256=SZodoDpuDyLbNsgafaIj6HyasMZFG_7vfy4pllcwBbQ,12
135
- adjutant_ui-9.0.0.dist-info/RECORD,,
129
+ adjutant_ui-10.0.0.dist-info/AUTHORS,sha256=3jK9DxWxckuZ6tj7RkcTb8-nxuYar-yskwVJVRr4UxY,796
130
+ adjutant_ui-10.0.0.dist-info/LICENSE,sha256=XfKg2H1sVi8OoRxoisUlMqoo10TKvHmU_wU39ks7MyA,10143
131
+ adjutant_ui-10.0.0.dist-info/METADATA,sha256=D910N1-wxTzLxbvvXGJ_OzDNPB8wEDHNvlkB4A4bsTE,1459
132
+ adjutant_ui-10.0.0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
133
+ adjutant_ui-10.0.0.dist-info/pbr.json,sha256=DYtO0jZCOmSapo4mdpjcUfGPibRSYH-w7CpJkPl9z00,46
134
+ adjutant_ui-10.0.0.dist-info/top_level.txt,sha256=SZodoDpuDyLbNsgafaIj6HyasMZFG_7vfy4pllcwBbQ,12
135
+ adjutant_ui-10.0.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.34.2)
2
+ Generator: setuptools (75.3.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -0,0 +1 @@
1
+ {"git_version": "8adc451", "is_release": true}
@@ -1 +0,0 @@
1
- {"git_version": "bab31ad", "is_release": true}