dkist-processing-test 1.36.1rc1__tar.gz → 1.36.1rc3__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 dkist-processing-test might be problematic. Click here for more details.
- {dkist_processing_test-1.36.1rc1/dkist_processing_test.egg-info → dkist_processing_test-1.36.1rc3}/PKG-INFO +10 -11
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3/dkist_processing_test.egg-info}/PKG-INFO +10 -11
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test.egg-info/requires.txt +9 -10
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/pyproject.toml +11 -12
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/.gitignore +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/.snyk +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/README.rst +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.36.
|
|
3
|
+
Version: 1.36.1rc3
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Requires-Python: >=3.12
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.7.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.7.0rc6
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.1.7
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -96,8 +96,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.2; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.40.
|
|
100
|
-
Requires-Dist: botocore==1.40.
|
|
99
|
+
Requires-Dist: boto3==1.40.48; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.40.48; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.10.5; extra == "frozen"
|
|
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
120
120
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==11.7.
|
|
123
|
+
Requires-Dist: dkist-processing-common==11.7.0rc6; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.36.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.36.1rc3; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -138,7 +138,6 @@ Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
|
|
|
138
138
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
139
139
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
141
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
142
141
|
Requires-Dist: grpcio==1.75.1; extra == "frozen"
|
|
143
142
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
144
143
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -168,7 +167,7 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
168
167
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
169
168
|
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
170
169
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
171
|
-
Requires-Dist: matplotlib==3.10.
|
|
170
|
+
Requires-Dist: matplotlib==3.10.7; extra == "frozen"
|
|
172
171
|
Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
|
|
173
172
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
174
173
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
@@ -213,14 +212,14 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
|
213
212
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
214
213
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
215
214
|
Requires-Dist: pip==25.2; extra == "frozen"
|
|
216
|
-
Requires-Dist: platformdirs==4.
|
|
215
|
+
Requires-Dist: platformdirs==4.5.0; extra == "frozen"
|
|
217
216
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
218
217
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
219
218
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
220
219
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
221
220
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
222
221
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
223
|
-
Requires-Dist: propcache==0.4.
|
|
222
|
+
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
224
223
|
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
225
224
|
Requires-Dist: psutil==7.1.0; extra == "frozen"
|
|
226
225
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
@@ -267,7 +266,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
267
266
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
268
267
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
269
268
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
270
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
269
|
+
Requires-Dist: universal_pathlib==0.3.3; extra == "frozen"
|
|
271
270
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
272
271
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
273
272
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.36.
|
|
3
|
+
Version: 1.36.1rc3
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Requires-Python: >=3.12
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.7.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.7.0rc6
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.1.7
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -96,8 +96,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.2; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.40.
|
|
100
|
-
Requires-Dist: botocore==1.40.
|
|
99
|
+
Requires-Dist: boto3==1.40.48; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.40.48; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.10.5; extra == "frozen"
|
|
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
120
120
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==11.7.
|
|
123
|
+
Requires-Dist: dkist-processing-common==11.7.0rc6; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.36.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.36.1rc3; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -138,7 +138,6 @@ Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
|
|
|
138
138
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
139
139
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
141
|
-
Requires-Dist: greenlet==3.2.4; extra == "frozen"
|
|
142
141
|
Requires-Dist: grpcio==1.75.1; extra == "frozen"
|
|
143
142
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
144
143
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
@@ -168,7 +167,7 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
168
167
|
Requires-Dist: marshmallow==3.26.1; extra == "frozen"
|
|
169
168
|
Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
|
|
170
169
|
Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
|
|
171
|
-
Requires-Dist: matplotlib==3.10.
|
|
170
|
+
Requires-Dist: matplotlib==3.10.7; extra == "frozen"
|
|
172
171
|
Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
|
|
173
172
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
174
173
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
@@ -213,14 +212,14 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
|
213
212
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
214
213
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
215
214
|
Requires-Dist: pip==25.2; extra == "frozen"
|
|
216
|
-
Requires-Dist: platformdirs==4.
|
|
215
|
+
Requires-Dist: platformdirs==4.5.0; extra == "frozen"
|
|
217
216
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
218
217
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
219
218
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
220
219
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
221
220
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
222
221
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
223
|
-
Requires-Dist: propcache==0.4.
|
|
222
|
+
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
224
223
|
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
225
224
|
Requires-Dist: psutil==7.1.0; extra == "frozen"
|
|
226
225
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
@@ -267,7 +266,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
267
266
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
268
267
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
269
268
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
270
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
269
|
+
Requires-Dist: universal_pathlib==0.3.3; extra == "frozen"
|
|
271
270
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
272
271
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
273
272
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.7.
|
|
1
|
+
dkist-processing-common==11.7.0rc6
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
3
|
dkist-service-configuration==4.1.7
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -70,8 +70,8 @@ attrs==25.4.0
|
|
|
70
70
|
babel==2.17.0
|
|
71
71
|
billiard==4.2.2
|
|
72
72
|
blinker==1.9.0
|
|
73
|
-
boto3==1.40.
|
|
74
|
-
botocore==1.40.
|
|
73
|
+
boto3==1.40.48
|
|
74
|
+
botocore==1.40.48
|
|
75
75
|
cachelib==0.13.0
|
|
76
76
|
celery==5.3.1
|
|
77
77
|
certifi==2025.10.5
|
|
@@ -94,10 +94,10 @@ dacite==1.9.2
|
|
|
94
94
|
decorator==5.2.1
|
|
95
95
|
dill==0.4.0
|
|
96
96
|
dkist-header-validator==5.2.1
|
|
97
|
-
dkist-processing-common==11.7.
|
|
97
|
+
dkist-processing-common==11.7.0rc6
|
|
98
98
|
dkist-processing-core==6.0.0
|
|
99
99
|
dkist-processing-pac==3.1.1
|
|
100
|
-
dkist-processing-test==1.36.
|
|
100
|
+
dkist-processing-test==1.36.1rc3
|
|
101
101
|
dkist-service-configuration==4.1.7
|
|
102
102
|
dkist-spectral-lines==3.0.0
|
|
103
103
|
dkist_fits_specifications==4.17.0
|
|
@@ -112,7 +112,6 @@ globus-sdk==3.65.0
|
|
|
112
112
|
google-re2==1.1.20250805
|
|
113
113
|
googleapis-common-protos==1.70.0
|
|
114
114
|
gqlclient==1.2.3
|
|
115
|
-
greenlet==3.2.4
|
|
116
115
|
grpcio==1.75.1
|
|
117
116
|
gunicorn==23.0.0
|
|
118
117
|
h11==0.16.0
|
|
@@ -142,7 +141,7 @@ markdown-it-py==4.0.0
|
|
|
142
141
|
marshmallow==3.26.1
|
|
143
142
|
marshmallow-oneofschema==3.2.0
|
|
144
143
|
marshmallow-sqlalchemy==0.28.2
|
|
145
|
-
matplotlib==3.10.
|
|
144
|
+
matplotlib==3.10.7
|
|
146
145
|
mdit-py-plugins==0.5.0
|
|
147
146
|
mdurl==0.1.2
|
|
148
147
|
methodtools==0.4.7
|
|
@@ -187,14 +186,14 @@ pendulum==3.1.0
|
|
|
187
186
|
pika==1.3.2
|
|
188
187
|
pillow==11.3.0
|
|
189
188
|
pip==25.2
|
|
190
|
-
platformdirs==4.
|
|
189
|
+
platformdirs==4.5.0
|
|
191
190
|
pluggy==1.6.0
|
|
192
191
|
pooch==1.8.2
|
|
193
192
|
prison==0.2.1
|
|
194
193
|
proglog==0.1.12
|
|
195
194
|
prometheus_client==0.23.1
|
|
196
195
|
prompt_toolkit==3.0.52
|
|
197
|
-
propcache==0.4.
|
|
196
|
+
propcache==0.4.1
|
|
198
197
|
protobuf==6.32.1
|
|
199
198
|
psutil==7.1.0
|
|
200
199
|
psycopg2-binary==2.9.10
|
|
@@ -241,7 +240,7 @@ typing_extensions==4.15.0
|
|
|
241
240
|
tzdata==2025.2
|
|
242
241
|
uc-micro-py==1.0.3
|
|
243
242
|
uncertainties==3.2.3
|
|
244
|
-
universal_pathlib==0.3.
|
|
243
|
+
universal_pathlib==0.3.3
|
|
245
244
|
urllib3==2.5.0
|
|
246
245
|
vine==5.1.0
|
|
247
246
|
voluptuous==0.15.2
|
|
@@ -9,8 +9,8 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.36.
|
|
13
|
-
date = 2025-10-
|
|
12
|
+
version = "1.36.1rc3"
|
|
13
|
+
date = 2025-10-08T19:08:27.380704
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.12",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.7.
|
|
29
|
+
"dkist-processing-common == 11.7.0rc6",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
31
|
"dkist-service-configuration == 4.1.7",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -122,8 +122,8 @@ frozen = [
|
|
|
122
122
|
"babel == 2.17.0",
|
|
123
123
|
"billiard == 4.2.2",
|
|
124
124
|
"blinker == 1.9.0",
|
|
125
|
-
"boto3 == 1.40.
|
|
126
|
-
"botocore == 1.40.
|
|
125
|
+
"boto3 == 1.40.48",
|
|
126
|
+
"botocore == 1.40.48",
|
|
127
127
|
"cachelib == 0.13.0",
|
|
128
128
|
"celery == 5.3.1",
|
|
129
129
|
"certifi == 2025.10.5",
|
|
@@ -146,10 +146,10 @@ frozen = [
|
|
|
146
146
|
"decorator == 5.2.1",
|
|
147
147
|
"dill == 0.4.0",
|
|
148
148
|
"dkist-header-validator == 5.2.1",
|
|
149
|
-
"dkist-processing-common == 11.7.
|
|
149
|
+
"dkist-processing-common == 11.7.0rc6",
|
|
150
150
|
"dkist-processing-core == 6.0.0",
|
|
151
151
|
"dkist-processing-pac == 3.1.1",
|
|
152
|
-
"dkist-processing-test == 1.36.
|
|
152
|
+
"dkist-processing-test == 1.36.1rc3",
|
|
153
153
|
"dkist-service-configuration == 4.1.7",
|
|
154
154
|
"dkist-spectral-lines == 3.0.0",
|
|
155
155
|
"dkist_fits_specifications == 4.17.0",
|
|
@@ -164,7 +164,6 @@ frozen = [
|
|
|
164
164
|
"google-re2 == 1.1.20250805",
|
|
165
165
|
"googleapis-common-protos == 1.70.0",
|
|
166
166
|
"gqlclient == 1.2.3",
|
|
167
|
-
"greenlet == 3.2.4",
|
|
168
167
|
"grpcio == 1.75.1",
|
|
169
168
|
"gunicorn == 23.0.0",
|
|
170
169
|
"h11 == 0.16.0",
|
|
@@ -194,7 +193,7 @@ frozen = [
|
|
|
194
193
|
"marshmallow == 3.26.1",
|
|
195
194
|
"marshmallow-oneofschema == 3.2.0",
|
|
196
195
|
"marshmallow-sqlalchemy == 0.28.2",
|
|
197
|
-
"matplotlib == 3.10.
|
|
196
|
+
"matplotlib == 3.10.7",
|
|
198
197
|
"mdit-py-plugins == 0.5.0",
|
|
199
198
|
"mdurl == 0.1.2",
|
|
200
199
|
"methodtools == 0.4.7",
|
|
@@ -239,14 +238,14 @@ frozen = [
|
|
|
239
238
|
"pika == 1.3.2",
|
|
240
239
|
"pillow == 11.3.0",
|
|
241
240
|
"pip == 25.2",
|
|
242
|
-
"platformdirs == 4.
|
|
241
|
+
"platformdirs == 4.5.0",
|
|
243
242
|
"pluggy == 1.6.0",
|
|
244
243
|
"pooch == 1.8.2",
|
|
245
244
|
"prison == 0.2.1",
|
|
246
245
|
"proglog == 0.1.12",
|
|
247
246
|
"prometheus_client == 0.23.1",
|
|
248
247
|
"prompt_toolkit == 3.0.52",
|
|
249
|
-
"propcache == 0.4.
|
|
248
|
+
"propcache == 0.4.1",
|
|
250
249
|
"protobuf == 6.32.1",
|
|
251
250
|
"psutil == 7.1.0",
|
|
252
251
|
"psycopg2-binary == 2.9.10",
|
|
@@ -293,7 +292,7 @@ frozen = [
|
|
|
293
292
|
"tzdata == 2025.2",
|
|
294
293
|
"uc-micro-py == 1.0.3",
|
|
295
294
|
"uncertainties == 3.2.3",
|
|
296
|
-
"universal_pathlib == 0.3.
|
|
295
|
+
"universal_pathlib == 0.3.3",
|
|
297
296
|
"urllib3 == 2.5.0",
|
|
298
297
|
"vine == 5.1.0",
|
|
299
298
|
"voluptuous == 0.15.2",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc3}/dkist_processing_test/config.py
RENAMED
|
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
|
|
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
|
|
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
|