galaxy-web-stack 24.2.2__tar.gz → 24.2.4__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 (21) hide show
  1. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/HISTORY.rst +12 -0
  2. {galaxy_web_stack-24.2.2/galaxy_web_stack.egg-info → galaxy_web_stack-24.2.4}/PKG-INFO +13 -1
  3. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4/galaxy_web_stack.egg-info}/PKG-INFO +13 -1
  4. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/setup.cfg +1 -1
  5. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/LICENSE +0 -0
  6. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/MANIFEST.in +0 -0
  7. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/README.rst +0 -0
  8. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/dev-requirements.txt +0 -0
  9. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/galaxy/__init__.py +0 -0
  10. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/galaxy/py.typed +0 -0
  11. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/galaxy/web_stack/__init__.py +0 -0
  12. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/galaxy/web_stack/gunicorn_config.py +0 -0
  13. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/galaxy/web_stack/handlers.py +0 -0
  14. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/galaxy/web_stack/message.py +0 -0
  15. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/galaxy/web_stack/transport.py +0 -0
  16. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/galaxy_web_stack.egg-info/SOURCES.txt +0 -0
  17. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/galaxy_web_stack.egg-info/dependency_links.txt +0 -0
  18. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/galaxy_web_stack.egg-info/requires.txt +0 -0
  19. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/galaxy_web_stack.egg-info/top_level.txt +0 -0
  20. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/pyproject.toml +0 -0
  21. {galaxy_web_stack-24.2.2 → galaxy_web_stack-24.2.4}/test-requirements.txt +0 -0
@@ -3,6 +3,18 @@ History
3
3
 
4
4
  .. to_doc
5
5
 
6
+ -------------------
7
+ 24.2.4 (2025-06-17)
8
+ -------------------
9
+
10
+ No recorded changes since last release
11
+
12
+ -------------------
13
+ 24.2.3 (2025-03-16)
14
+ -------------------
15
+
16
+ No recorded changes since last release
17
+
6
18
  -------------------
7
19
  24.2.2 (2025-03-08)
8
20
  -------------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: galaxy-web-stack
3
- Version: 24.2.2
3
+ Version: 24.2.4
4
4
  Summary: Galaxy web stack abstraction
5
5
  Home-page: https://github.com/galaxyproject/galaxy
6
6
  Author: Galaxy Project and Community
@@ -49,6 +49,18 @@ History
49
49
 
50
50
  .. to_doc
51
51
 
52
+ -------------------
53
+ 24.2.4 (2025-06-17)
54
+ -------------------
55
+
56
+ No recorded changes since last release
57
+
58
+ -------------------
59
+ 24.2.3 (2025-03-16)
60
+ -------------------
61
+
62
+ No recorded changes since last release
63
+
52
64
  -------------------
53
65
  24.2.2 (2025-03-08)
54
66
  -------------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: galaxy-web-stack
3
- Version: 24.2.2
3
+ Version: 24.2.4
4
4
  Summary: Galaxy web stack abstraction
5
5
  Home-page: https://github.com/galaxyproject/galaxy
6
6
  Author: Galaxy Project and Community
@@ -49,6 +49,18 @@ History
49
49
 
50
50
  .. to_doc
51
51
 
52
+ -------------------
53
+ 24.2.4 (2025-06-17)
54
+ -------------------
55
+
56
+ No recorded changes since last release
57
+
58
+ -------------------
59
+ 24.2.3 (2025-03-16)
60
+ -------------------
61
+
62
+ No recorded changes since last release
63
+
52
64
  -------------------
53
65
  24.2.2 (2025-03-08)
54
66
  -------------------
@@ -28,7 +28,7 @@ long_description = file: README.rst, HISTORY.rst
28
28
  long_description_content_type = text/x-rst
29
29
  name = galaxy-web-stack
30
30
  url = https://github.com/galaxyproject/galaxy
31
- version = 24.2.2
31
+ version = 24.2.4
32
32
 
33
33
  [options]
34
34
  include_package_data = True