galaxy-web-stack 25.1.0__tar.gz → 25.1.dev0__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.
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/HISTORY.rst +3 -20
- {galaxy_web_stack-25.1.0/galaxy_web_stack.egg-info → galaxy_web_stack-25.1.dev0}/PKG-INFO +4 -21
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0/galaxy_web_stack.egg-info}/PKG-INFO +4 -21
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/setup.cfg +1 -1
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/LICENSE +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/MANIFEST.in +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/README.rst +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/dev-requirements.txt +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy/__init__.py +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy/py.typed +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy/web_stack/__init__.py +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy/web_stack/gunicorn_config.py +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy/web_stack/handlers.py +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy/web_stack/message.py +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy/web_stack/transport.py +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy_web_stack.egg-info/SOURCES.txt +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy_web_stack.egg-info/dependency_links.txt +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy_web_stack.egg-info/requires.txt +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy_web_stack.egg-info/top_level.txt +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/pyproject.toml +0 -0
- {galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/test-requirements.txt +0 -0
|
@@ -3,28 +3,11 @@ History
|
|
|
3
3
|
|
|
4
4
|
.. to_doc
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
25.1.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
============
|
|
12
|
-
Enhancements
|
|
13
|
-
============
|
|
14
|
-
|
|
15
|
-
* Clean up code from pyupgrade by `@nsoranzo <https://github.com/nsoranzo>`_ in `#20642 <https://github.com/galaxyproject/galaxy/pull/20642>`_
|
|
6
|
+
---------
|
|
7
|
+
25.1.dev0
|
|
8
|
+
---------
|
|
16
9
|
|
|
17
|
-
-------------------
|
|
18
|
-
25.0.4 (2025-11-18)
|
|
19
|
-
-------------------
|
|
20
|
-
|
|
21
|
-
No recorded changes since last release
|
|
22
10
|
|
|
23
|
-
-------------------
|
|
24
|
-
25.0.3 (2025-09-23)
|
|
25
|
-
-------------------
|
|
26
|
-
|
|
27
|
-
No recorded changes since last release
|
|
28
11
|
|
|
29
12
|
-------------------
|
|
30
13
|
25.0.2 (2025-08-13)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: galaxy-web-stack
|
|
3
|
-
Version: 25.1.
|
|
3
|
+
Version: 25.1.dev0
|
|
4
4
|
Summary: Galaxy web stack abstraction
|
|
5
5
|
Home-page: https://github.com/galaxyproject/galaxy
|
|
6
6
|
Author: Galaxy Project and Community
|
|
@@ -49,28 +49,11 @@ History
|
|
|
49
49
|
|
|
50
50
|
.. to_doc
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
25.1.
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
============
|
|
58
|
-
Enhancements
|
|
59
|
-
============
|
|
60
|
-
|
|
61
|
-
* Clean up code from pyupgrade by `@nsoranzo <https://github.com/nsoranzo>`_ in `#20642 <https://github.com/galaxyproject/galaxy/pull/20642>`_
|
|
52
|
+
---------
|
|
53
|
+
25.1.dev0
|
|
54
|
+
---------
|
|
62
55
|
|
|
63
|
-
-------------------
|
|
64
|
-
25.0.4 (2025-11-18)
|
|
65
|
-
-------------------
|
|
66
|
-
|
|
67
|
-
No recorded changes since last release
|
|
68
56
|
|
|
69
|
-
-------------------
|
|
70
|
-
25.0.3 (2025-09-23)
|
|
71
|
-
-------------------
|
|
72
|
-
|
|
73
|
-
No recorded changes since last release
|
|
74
57
|
|
|
75
58
|
-------------------
|
|
76
59
|
25.0.2 (2025-08-13)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: galaxy-web-stack
|
|
3
|
-
Version: 25.1.
|
|
3
|
+
Version: 25.1.dev0
|
|
4
4
|
Summary: Galaxy web stack abstraction
|
|
5
5
|
Home-page: https://github.com/galaxyproject/galaxy
|
|
6
6
|
Author: Galaxy Project and Community
|
|
@@ -49,28 +49,11 @@ History
|
|
|
49
49
|
|
|
50
50
|
.. to_doc
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
25.1.
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
============
|
|
58
|
-
Enhancements
|
|
59
|
-
============
|
|
60
|
-
|
|
61
|
-
* Clean up code from pyupgrade by `@nsoranzo <https://github.com/nsoranzo>`_ in `#20642 <https://github.com/galaxyproject/galaxy/pull/20642>`_
|
|
52
|
+
---------
|
|
53
|
+
25.1.dev0
|
|
54
|
+
---------
|
|
62
55
|
|
|
63
|
-
-------------------
|
|
64
|
-
25.0.4 (2025-11-18)
|
|
65
|
-
-------------------
|
|
66
|
-
|
|
67
|
-
No recorded changes since last release
|
|
68
56
|
|
|
69
|
-
-------------------
|
|
70
|
-
25.0.3 (2025-09-23)
|
|
71
|
-
-------------------
|
|
72
|
-
|
|
73
|
-
No recorded changes since last release
|
|
74
57
|
|
|
75
58
|
-------------------
|
|
76
59
|
25.0.2 (2025-08-13)
|
|
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
|
|
|
27
27
|
long_description_content_type = text/x-rst
|
|
28
28
|
name = galaxy-web-stack
|
|
29
29
|
url = https://github.com/galaxyproject/galaxy
|
|
30
|
-
version = 25.1.
|
|
30
|
+
version = 25.1.dev0
|
|
31
31
|
|
|
32
32
|
[options]
|
|
33
33
|
include_package_data = True
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy_web_stack.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy_web_stack.egg-info/requires.txt
RENAMED
|
File without changes
|
{galaxy_web_stack-25.1.0 → galaxy_web_stack-25.1.dev0}/galaxy_web_stack.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|