dkist-processing-test 1.25.8rc1__tar.gz → 1.25.9__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.25.8rc1/dkist_processing_test.egg-info → dkist_processing_test-1.25.9}/PKG-INFO +15 -15
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9/dkist_processing_test.egg-info}/PKG-INFO +15 -15
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test.egg-info/requires.txt +14 -14
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/pyproject.toml +16 -16
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/.gitignore +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/.snyk +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/README.rst +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.9
|
|
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
|
|
@@ -15,7 +15,7 @@ Description-Content-Type: text/x-rst
|
|
|
15
15
|
Requires-Dist: dkist-processing-common==10.7.2
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
18
|
+
Requires-Dist: dkist-fits-specifications==4.14.0
|
|
19
19
|
Requires-Dist: numba==0.59.1
|
|
20
20
|
Requires-Dist: astropy==6.1.5
|
|
21
21
|
Requires-Dist: numpy==1.26.4
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.8.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.8.1; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.8.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.8.1; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==1.2.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -89,19 +89,19 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
|
89
89
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
91
91
|
Requires-Dist: astropy==6.1.5; extra == "frozen"
|
|
92
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
92
|
+
Requires-Dist: astropy-iers-data==0.2025.5.5.0.38.14; extra == "frozen"
|
|
93
93
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.38.
|
|
99
|
-
Requires-Dist: botocore==1.38.
|
|
98
|
+
Requires-Dist: boto3==1.38.9; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.38.9; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.2; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
103
103
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: charset-normalizer==3.4.
|
|
104
|
+
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: click==8.1.8; extra == "frozen"
|
|
106
106
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: click-plugins==1.1.1; extra == "frozen"
|
|
@@ -113,7 +113,7 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
113
113
|
Requires-Dist: contourpy==1.3.2; extra == "frozen"
|
|
114
114
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
115
115
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
116
|
-
Requires-Dist: cryptography==44.0.
|
|
116
|
+
Requires-Dist: cryptography==44.0.3; extra == "frozen"
|
|
117
117
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
118
118
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
@@ -122,10 +122,10 @@ Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: dkist-processing-common==10.7.2; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.25.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.25.9; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
128
|
+
Requires-Dist: dkist_fits_specifications==4.14.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dnspython==2.7.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
@@ -135,7 +135,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
135
135
|
Requires-Dist: fonttools==4.57.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.6.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: fsspec==2025.3.2; extra == "frozen"
|
|
138
|
-
Requires-Dist: globus-sdk==3.
|
|
138
|
+
Requires-Dist: globus-sdk==3.56.0; extra == "frozen"
|
|
139
139
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
140
140
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
141
141
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -190,12 +190,12 @@ Requires-Dist: opentelemetry-semantic-conventions==0.53b1; extra == "frozen"
|
|
|
190
190
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
192
192
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
193
|
-
Requires-Dist: parfive==2.
|
|
193
|
+
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
194
194
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
195
195
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
196
196
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
197
197
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
198
|
-
Requires-Dist: pip==25.1; extra == "frozen"
|
|
198
|
+
Requires-Dist: pip==25.1.1; extra == "frozen"
|
|
199
199
|
Requires-Dist: platformdirs==4.3.7; extra == "frozen"
|
|
200
200
|
Requires-Dist: pluggy==1.5.0; extra == "frozen"
|
|
201
201
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
@@ -232,7 +232,7 @@ Requires-Dist: s3transfer==0.12.0; extra == "frozen"
|
|
|
232
232
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
233
233
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
235
|
-
Requires-Dist: setuptools==
|
|
235
|
+
Requires-Dist: setuptools==69.2.0; extra == "frozen"
|
|
236
236
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
237
237
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
238
238
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.25.
|
|
3
|
+
Version: 1.25.9
|
|
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
|
|
@@ -15,7 +15,7 @@ Description-Content-Type: text/x-rst
|
|
|
15
15
|
Requires-Dist: dkist-processing-common==10.7.2
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
|
-
Requires-Dist: dkist-fits-specifications==4.
|
|
18
|
+
Requires-Dist: dkist-fits-specifications==4.14.0
|
|
19
19
|
Requires-Dist: numba==0.59.1
|
|
20
20
|
Requires-Dist: astropy==6.1.5
|
|
21
21
|
Requires-Dist: numpy==1.26.4
|
|
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
|
|
|
31
31
|
Requires-Dist: dkist-processing-test[quality]; extra == "test"
|
|
32
32
|
Provides-Extra: inventory
|
|
33
33
|
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
34
|
-
Requires-Dist: dkist-inventory==1.8.
|
|
34
|
+
Requires-Dist: dkist-inventory==1.8.1; extra == "inventory"
|
|
35
35
|
Provides-Extra: asdf
|
|
36
36
|
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
37
|
-
Requires-Dist: dkist-inventory[asdf]==1.8.
|
|
37
|
+
Requires-Dist: dkist-inventory[asdf]==1.8.1; extra == "asdf"
|
|
38
38
|
Provides-Extra: quality
|
|
39
39
|
Requires-Dist: dkist-quality==1.2.1; extra == "quality"
|
|
40
40
|
Provides-Extra: frozen
|
|
@@ -89,19 +89,19 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
|
89
89
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
90
90
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
91
91
|
Requires-Dist: astropy==6.1.5; extra == "frozen"
|
|
92
|
-
Requires-Dist: astropy-iers-data==0.2025.
|
|
92
|
+
Requires-Dist: astropy-iers-data==0.2025.5.5.0.38.14; extra == "frozen"
|
|
93
93
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.38.
|
|
99
|
-
Requires-Dist: botocore==1.38.
|
|
98
|
+
Requires-Dist: boto3==1.38.9; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.38.9; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.2; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
103
103
|
Requires-Dist: cffi==1.17.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: charset-normalizer==3.4.
|
|
104
|
+
Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
|
|
105
105
|
Requires-Dist: click==8.1.8; extra == "frozen"
|
|
106
106
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: click-plugins==1.1.1; extra == "frozen"
|
|
@@ -113,7 +113,7 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
113
113
|
Requires-Dist: contourpy==1.3.2; extra == "frozen"
|
|
114
114
|
Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
|
|
115
115
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
116
|
-
Requires-Dist: cryptography==44.0.
|
|
116
|
+
Requires-Dist: cryptography==44.0.3; extra == "frozen"
|
|
117
117
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
118
118
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
@@ -122,10 +122,10 @@ Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
|
122
122
|
Requires-Dist: dkist-processing-common==10.7.2; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.25.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.25.9; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
128
|
+
Requires-Dist: dkist_fits_specifications==4.14.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dnspython==2.7.0; extra == "frozen"
|
|
130
130
|
Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
|
|
131
131
|
Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
|
|
@@ -135,7 +135,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
135
135
|
Requires-Dist: fonttools==4.57.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.6.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: fsspec==2025.3.2; extra == "frozen"
|
|
138
|
-
Requires-Dist: globus-sdk==3.
|
|
138
|
+
Requires-Dist: globus-sdk==3.56.0; extra == "frozen"
|
|
139
139
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
140
140
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
141
141
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -190,12 +190,12 @@ Requires-Dist: opentelemetry-semantic-conventions==0.53b1; extra == "frozen"
|
|
|
190
190
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
192
192
|
Requires-Dist: pandas==2.2.3; extra == "frozen"
|
|
193
|
-
Requires-Dist: parfive==2.
|
|
193
|
+
Requires-Dist: parfive==2.2.0; extra == "frozen"
|
|
194
194
|
Requires-Dist: pathspec==0.12.1; extra == "frozen"
|
|
195
195
|
Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
196
196
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
197
197
|
Requires-Dist: pillow==10.4.0; extra == "frozen"
|
|
198
|
-
Requires-Dist: pip==25.1; extra == "frozen"
|
|
198
|
+
Requires-Dist: pip==25.1.1; extra == "frozen"
|
|
199
199
|
Requires-Dist: platformdirs==4.3.7; extra == "frozen"
|
|
200
200
|
Requires-Dist: pluggy==1.5.0; extra == "frozen"
|
|
201
201
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
@@ -232,7 +232,7 @@ Requires-Dist: s3transfer==0.12.0; extra == "frozen"
|
|
|
232
232
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
233
233
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
235
|
-
Requires-Dist: setuptools==
|
|
235
|
+
Requires-Dist: setuptools==69.2.0; extra == "frozen"
|
|
236
236
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
237
237
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
238
238
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
dkist-processing-common==10.7.2
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
|
-
dkist-fits-specifications==4.
|
|
4
|
+
dkist-fits-specifications==4.14.0
|
|
5
5
|
numba==0.59.1
|
|
6
6
|
astropy==6.1.5
|
|
7
7
|
numpy==1.26.4
|
|
@@ -9,7 +9,7 @@ dkist-spectral-lines==3.0.0
|
|
|
9
9
|
|
|
10
10
|
[asdf]
|
|
11
11
|
dkist-processing-common[asdf]
|
|
12
|
-
dkist-inventory[asdf]==1.8.
|
|
12
|
+
dkist-inventory[asdf]==1.8.1
|
|
13
13
|
|
|
14
14
|
[frozen]
|
|
15
15
|
ConfigUpdater==3.2
|
|
@@ -63,19 +63,19 @@ asdf_transform_schemas==0.5.0
|
|
|
63
63
|
asgiref==3.8.1
|
|
64
64
|
asteval==1.0.6
|
|
65
65
|
astropy==6.1.5
|
|
66
|
-
astropy-iers-data==0.2025.
|
|
66
|
+
astropy-iers-data==0.2025.5.5.0.38.14
|
|
67
67
|
asyncpg==0.30.0
|
|
68
68
|
attrs==25.3.0
|
|
69
69
|
babel==2.17.0
|
|
70
70
|
billiard==4.2.1
|
|
71
71
|
blinker==1.9.0
|
|
72
|
-
boto3==1.38.
|
|
73
|
-
botocore==1.38.
|
|
72
|
+
boto3==1.38.9
|
|
73
|
+
botocore==1.38.9
|
|
74
74
|
cachelib==0.13.0
|
|
75
75
|
celery==5.5.2
|
|
76
76
|
certifi==2025.4.26
|
|
77
77
|
cffi==1.17.1
|
|
78
|
-
charset-normalizer==3.4.
|
|
78
|
+
charset-normalizer==3.4.2
|
|
79
79
|
click==8.1.8
|
|
80
80
|
click-didyoumean==0.3.1
|
|
81
81
|
click-plugins==1.1.1
|
|
@@ -87,7 +87,7 @@ connexion==2.14.2
|
|
|
87
87
|
contourpy==1.3.2
|
|
88
88
|
cron-descriptor==1.4.5
|
|
89
89
|
croniter==6.0.0
|
|
90
|
-
cryptography==44.0.
|
|
90
|
+
cryptography==44.0.3
|
|
91
91
|
cycler==0.12.1
|
|
92
92
|
dacite==1.9.2
|
|
93
93
|
decorator==5.2.1
|
|
@@ -96,10 +96,10 @@ dkist-header-validator==5.2.1
|
|
|
96
96
|
dkist-processing-common==10.7.2
|
|
97
97
|
dkist-processing-core==5.1.0
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-test==1.25.
|
|
99
|
+
dkist-processing-test==1.25.9
|
|
100
100
|
dkist-service-configuration==2.2
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
|
-
dkist_fits_specifications==4.
|
|
102
|
+
dkist_fits_specifications==4.14.0
|
|
103
103
|
dnspython==2.7.0
|
|
104
104
|
ecs-logging==2.2.0
|
|
105
105
|
elastic-apm==6.23.0
|
|
@@ -109,7 +109,7 @@ flower==2.0.1
|
|
|
109
109
|
fonttools==4.57.0
|
|
110
110
|
frozenlist==1.6.0
|
|
111
111
|
fsspec==2025.3.2
|
|
112
|
-
globus-sdk==3.
|
|
112
|
+
globus-sdk==3.56.0
|
|
113
113
|
google-re2==1.1.20240702
|
|
114
114
|
googleapis-common-protos==1.70.0
|
|
115
115
|
gqlclient==1.2.3
|
|
@@ -164,12 +164,12 @@ opentelemetry-semantic-conventions==0.53b1
|
|
|
164
164
|
ordered-set==4.1.0
|
|
165
165
|
packaging==25.0
|
|
166
166
|
pandas==2.2.3
|
|
167
|
-
parfive==2.
|
|
167
|
+
parfive==2.2.0
|
|
168
168
|
pathspec==0.12.1
|
|
169
169
|
pendulum==3.1.0
|
|
170
170
|
pika==1.3.2
|
|
171
171
|
pillow==10.4.0
|
|
172
|
-
pip==25.1
|
|
172
|
+
pip==25.1.1
|
|
173
173
|
platformdirs==4.3.7
|
|
174
174
|
pluggy==1.5.0
|
|
175
175
|
prison==0.2.1
|
|
@@ -206,7 +206,7 @@ s3transfer==0.12.0
|
|
|
206
206
|
scipy==1.15.2
|
|
207
207
|
semantic-version==2.10.0
|
|
208
208
|
setproctitle==1.3.6
|
|
209
|
-
setuptools==
|
|
209
|
+
setuptools==69.2.0
|
|
210
210
|
six==1.17.0
|
|
211
211
|
sniffio==1.3.1
|
|
212
212
|
sqids==0.5.1
|
|
@@ -238,7 +238,7 @@ zipp==3.21.0
|
|
|
238
238
|
|
|
239
239
|
[inventory]
|
|
240
240
|
dkist-processing-common[inventory]
|
|
241
|
-
dkist-inventory==1.8.
|
|
241
|
+
dkist-inventory==1.8.1
|
|
242
242
|
|
|
243
243
|
[quality]
|
|
244
244
|
dkist-quality==1.2.1
|
|
@@ -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.25.
|
|
13
|
-
date = 2025-
|
|
12
|
+
version = "1.25.9"
|
|
13
|
+
date = 2025-05-06T13:20:07.438858
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -29,7 +29,7 @@ dependencies = [
|
|
|
29
29
|
"dkist-processing-common == 10.7.2",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
31
|
"dkist-service-configuration == 2.2",
|
|
32
|
-
"dkist-fits-specifications == 4.
|
|
32
|
+
"dkist-fits-specifications == 4.14.0",
|
|
33
33
|
"numba == 0.59.1",
|
|
34
34
|
"astropy == 6.1.5",
|
|
35
35
|
"numpy == 1.26.4",
|
|
@@ -54,11 +54,11 @@ test = [
|
|
|
54
54
|
]
|
|
55
55
|
inventory = [
|
|
56
56
|
"dkist-processing-common[inventory]",
|
|
57
|
-
"dkist-inventory==1.8.
|
|
57
|
+
"dkist-inventory==1.8.1",
|
|
58
58
|
]
|
|
59
59
|
asdf = [
|
|
60
60
|
"dkist-processing-common[asdf]",
|
|
61
|
-
"dkist-inventory[asdf]==1.8.
|
|
61
|
+
"dkist-inventory[asdf]==1.8.1",
|
|
62
62
|
]
|
|
63
63
|
quality = [
|
|
64
64
|
"dkist-quality == 1.2.1",
|
|
@@ -115,19 +115,19 @@ frozen = [
|
|
|
115
115
|
"asgiref == 3.8.1",
|
|
116
116
|
"asteval == 1.0.6",
|
|
117
117
|
"astropy == 6.1.5",
|
|
118
|
-
"astropy-iers-data == 0.2025.
|
|
118
|
+
"astropy-iers-data == 0.2025.5.5.0.38.14",
|
|
119
119
|
"asyncpg == 0.30.0",
|
|
120
120
|
"attrs == 25.3.0",
|
|
121
121
|
"babel == 2.17.0",
|
|
122
122
|
"billiard == 4.2.1",
|
|
123
123
|
"blinker == 1.9.0",
|
|
124
|
-
"boto3 == 1.38.
|
|
125
|
-
"botocore == 1.38.
|
|
124
|
+
"boto3 == 1.38.9",
|
|
125
|
+
"botocore == 1.38.9",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
127
|
"celery == 5.5.2",
|
|
128
128
|
"certifi == 2025.4.26",
|
|
129
129
|
"cffi == 1.17.1",
|
|
130
|
-
"charset-normalizer == 3.4.
|
|
130
|
+
"charset-normalizer == 3.4.2",
|
|
131
131
|
"click == 8.1.8",
|
|
132
132
|
"click-didyoumean == 0.3.1",
|
|
133
133
|
"click-plugins == 1.1.1",
|
|
@@ -139,7 +139,7 @@ frozen = [
|
|
|
139
139
|
"contourpy == 1.3.2",
|
|
140
140
|
"cron-descriptor == 1.4.5",
|
|
141
141
|
"croniter == 6.0.0",
|
|
142
|
-
"cryptography == 44.0.
|
|
142
|
+
"cryptography == 44.0.3",
|
|
143
143
|
"cycler == 0.12.1",
|
|
144
144
|
"dacite == 1.9.2",
|
|
145
145
|
"decorator == 5.2.1",
|
|
@@ -148,10 +148,10 @@ frozen = [
|
|
|
148
148
|
"dkist-processing-common == 10.7.2",
|
|
149
149
|
"dkist-processing-core == 5.1.0",
|
|
150
150
|
"dkist-processing-pac == 3.1.1",
|
|
151
|
-
"dkist-processing-test == 1.25.
|
|
151
|
+
"dkist-processing-test == 1.25.9",
|
|
152
152
|
"dkist-service-configuration == 2.2",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
|
-
"dkist_fits_specifications == 4.
|
|
154
|
+
"dkist_fits_specifications == 4.14.0",
|
|
155
155
|
"dnspython == 2.7.0",
|
|
156
156
|
"ecs-logging == 2.2.0",
|
|
157
157
|
"elastic-apm == 6.23.0",
|
|
@@ -161,7 +161,7 @@ frozen = [
|
|
|
161
161
|
"fonttools == 4.57.0",
|
|
162
162
|
"frozenlist == 1.6.0",
|
|
163
163
|
"fsspec == 2025.3.2",
|
|
164
|
-
"globus-sdk == 3.
|
|
164
|
+
"globus-sdk == 3.56.0",
|
|
165
165
|
"google-re2 == 1.1.20240702",
|
|
166
166
|
"googleapis-common-protos == 1.70.0",
|
|
167
167
|
"gqlclient == 1.2.3",
|
|
@@ -216,12 +216,12 @@ frozen = [
|
|
|
216
216
|
"ordered-set == 4.1.0",
|
|
217
217
|
"packaging == 25.0",
|
|
218
218
|
"pandas == 2.2.3",
|
|
219
|
-
"parfive == 2.
|
|
219
|
+
"parfive == 2.2.0",
|
|
220
220
|
"pathspec == 0.12.1",
|
|
221
221
|
"pendulum == 3.1.0",
|
|
222
222
|
"pika == 1.3.2",
|
|
223
223
|
"pillow == 10.4.0",
|
|
224
|
-
"pip == 25.1",
|
|
224
|
+
"pip == 25.1.1",
|
|
225
225
|
"platformdirs == 4.3.7",
|
|
226
226
|
"pluggy == 1.5.0",
|
|
227
227
|
"prison == 0.2.1",
|
|
@@ -258,7 +258,7 @@ frozen = [
|
|
|
258
258
|
"scipy == 1.15.2",
|
|
259
259
|
"semantic-version == 2.10.0",
|
|
260
260
|
"setproctitle == 1.3.6",
|
|
261
|
-
"setuptools ==
|
|
261
|
+
"setuptools == 69.2.0",
|
|
262
262
|
"six == 1.17.0",
|
|
263
263
|
"sniffio == 1.3.1",
|
|
264
264
|
"sqids == 0.5.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.25.8rc1 → dkist_processing_test-1.25.9}/dkist_processing_test/tasks/noop.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
|