backend.ai-plugin 25.16.0rc1__tar.gz → 25.16.0rc2__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.

Potentially problematic release.


This version of backend.ai-plugin might be problematic. Click here for more details.

Files changed (19) hide show
  1. {backend_ai_plugin-25.16.0rc1/backend.ai_plugin.egg-info → backend_ai_plugin-25.16.0rc2}/PKG-INFO +3 -3
  2. backend_ai_plugin-25.16.0rc2/ai/backend/plugin/VERSION +1 -0
  3. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2/backend.ai_plugin.egg-info}/PKG-INFO +3 -3
  4. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/backend.ai_plugin.egg-info/requires.txt +2 -2
  5. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/setup.py +3 -3
  6. backend_ai_plugin-25.16.0rc1/ai/backend/plugin/VERSION +0 -1
  7. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/MANIFEST.in +0 -0
  8. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/ai/backend/plugin/__init__.py +0 -0
  9. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/ai/backend/plugin/cli.py +0 -0
  10. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/ai/backend/plugin/entrypoint.py +0 -0
  11. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/ai/backend/plugin/py.typed +0 -0
  12. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/backend.ai_plugin.egg-info/SOURCES.txt +0 -0
  13. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/backend.ai_plugin.egg-info/dependency_links.txt +0 -0
  14. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/backend.ai_plugin.egg-info/entry_points.txt +0 -0
  15. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/backend.ai_plugin.egg-info/namespace_packages.txt +0 -0
  16. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/backend.ai_plugin.egg-info/not-zip-safe +0 -0
  17. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/backend.ai_plugin.egg-info/top_level.txt +0 -0
  18. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/backend_shim.py +0 -0
  19. {backend_ai_plugin-25.16.0rc1 → backend_ai_plugin-25.16.0rc2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: backend.ai-plugin
3
- Version: 25.16.0rc1
3
+ Version: 25.16.0rc2
4
4
  Summary: Backend.AI Plugin Subsystem
5
5
  Home-page: https://github.com/lablup/backend.ai
6
6
  Author: Lablup Inc. and contributors
@@ -20,8 +20,8 @@ Classifier: Programming Language :: Python :: 3.13
20
20
  Classifier: License :: OSI Approved :: MIT License
21
21
  Requires-Python: >=3.13,<3.14
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: backend.ai-common==25.16.0rc1
24
- Requires-Dist: backend.ai-logging==25.16.0rc1
23
+ Requires-Dist: backend.ai-common==25.16.0rc2
24
+ Requires-Dist: backend.ai-logging==25.16.0rc2
25
25
  Requires-Dist: click~=8.1.7
26
26
  Requires-Dist: colorama>=0.4.6
27
27
  Requires-Dist: tabulate~=0.8.9
@@ -0,0 +1 @@
1
+ 25.16.0rc2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: backend.ai-plugin
3
- Version: 25.16.0rc1
3
+ Version: 25.16.0rc2
4
4
  Summary: Backend.AI Plugin Subsystem
5
5
  Home-page: https://github.com/lablup/backend.ai
6
6
  Author: Lablup Inc. and contributors
@@ -20,8 +20,8 @@ Classifier: Programming Language :: Python :: 3.13
20
20
  Classifier: License :: OSI Approved :: MIT License
21
21
  Requires-Python: >=3.13,<3.14
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: backend.ai-common==25.16.0rc1
24
- Requires-Dist: backend.ai-logging==25.16.0rc1
23
+ Requires-Dist: backend.ai-common==25.16.0rc2
24
+ Requires-Dist: backend.ai-logging==25.16.0rc2
25
25
  Requires-Dist: click~=8.1.7
26
26
  Requires-Dist: colorama>=0.4.6
27
27
  Requires-Dist: tabulate~=0.8.9
@@ -1,5 +1,5 @@
1
- backend.ai-common==25.16.0rc1
2
- backend.ai-logging==25.16.0rc1
1
+ backend.ai-common==25.16.0rc2
2
+ backend.ai-logging==25.16.0rc2
3
3
  click~=8.1.7
4
4
  colorama>=0.4.6
5
5
  tabulate~=0.8.9
@@ -26,9 +26,9 @@ setup(**{
26
26
  ],
27
27
  },
28
28
  'install_requires': (
29
- """backend.ai-common==25.16.0rc1
29
+ """backend.ai-common==25.16.0rc2
30
30
  """,
31
- """backend.ai-logging==25.16.0rc1
31
+ """backend.ai-logging==25.16.0rc2
32
32
  """,
33
33
  'click~=8.1.7',
34
34
  'colorama>=0.4.6',
@@ -64,7 +64,7 @@ Package Structure
64
64
  },
65
65
  'python_requires': '>=3.13,<3.14',
66
66
  'url': 'https://github.com/lablup/backend.ai',
67
- 'version': """25.16.0rc1
67
+ 'version': """25.16.0rc2
68
68
  """,
69
69
  'zip_safe': False,
70
70
  })
@@ -1 +0,0 @@
1
- 25.16.0rc1