dkist-processing-test 1.23.19rc1__tar.gz → 1.23.20rc2__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.23.19rc1/dkist_processing_test.egg-info → dkist_processing_test-1.23.20rc2}/PKG-INFO +9 -9
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2/dkist_processing_test.egg-info}/PKG-INFO +9 -9
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test.egg-info/requires.txt +8 -8
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/pyproject.toml +10 -10
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/.gitignore +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/.snyk +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/README.rst +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tests/parameter_models.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.20rc2
|
|
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.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.6.1rc2
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.1.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.11.0
|
|
@@ -62,11 +62,11 @@ Requires-Dist: SQLAlchemy-Utils==0.41.2; extra == "frozen"
|
|
|
62
62
|
Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.24.1; extra == "frozen"
|
|
65
|
-
Requires-Dist: aiohappyeyeballs==2.4.
|
|
65
|
+
Requires-Dist: aiohappyeyeballs==2.4.8; extra == "frozen"
|
|
66
66
|
Requires-Dist: aiohttp==3.11.13; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
68
68
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
69
|
-
Requires-Dist: alembic==1.
|
|
69
|
+
Requires-Dist: alembic==1.15.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
72
72
|
Requires-Dist: anyio==4.8.0; extra == "frozen"
|
|
@@ -96,8 +96,8 @@ Requires-Dist: attrs==25.1.0; extra == "frozen"
|
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.37.
|
|
100
|
-
Requires-Dist: botocore==1.37.
|
|
99
|
+
Requires-Dist: boto3==1.37.6; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.37.6; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.1.31; 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.3.9; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.6.1rc2; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.20rc2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
|
|
@@ -230,7 +230,7 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
230
230
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
231
231
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
232
232
|
Requires-Dist: rpds-py==0.23.1; extra == "frozen"
|
|
233
|
-
Requires-Dist: s3transfer==0.11.
|
|
233
|
+
Requires-Dist: s3transfer==0.11.4; extra == "frozen"
|
|
234
234
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
235
235
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
236
236
|
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.23.
|
|
3
|
+
Version: 1.23.20rc2
|
|
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.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.6.1rc2
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.1.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.2
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.11.0
|
|
@@ -62,11 +62,11 @@ Requires-Dist: SQLAlchemy-Utils==0.41.2; extra == "frozen"
|
|
|
62
62
|
Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.24.1; extra == "frozen"
|
|
65
|
-
Requires-Dist: aiohappyeyeballs==2.4.
|
|
65
|
+
Requires-Dist: aiohappyeyeballs==2.4.8; extra == "frozen"
|
|
66
66
|
Requires-Dist: aiohttp==3.11.13; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
68
68
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
69
|
-
Requires-Dist: alembic==1.
|
|
69
|
+
Requires-Dist: alembic==1.15.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
72
72
|
Requires-Dist: anyio==4.8.0; extra == "frozen"
|
|
@@ -96,8 +96,8 @@ Requires-Dist: attrs==25.1.0; extra == "frozen"
|
|
|
96
96
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
98
98
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.37.
|
|
100
|
-
Requires-Dist: botocore==1.37.
|
|
99
|
+
Requires-Dist: boto3==1.37.6; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.37.6; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: certifi==2025.1.31; 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.3.9; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
123
|
+
Requires-Dist: dkist-processing-common==10.6.1rc2; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.23.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.23.20rc2; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
|
|
@@ -230,7 +230,7 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
230
230
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
231
231
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
232
232
|
Requires-Dist: rpds-py==0.23.1; extra == "frozen"
|
|
233
|
-
Requires-Dist: s3transfer==0.11.
|
|
233
|
+
Requires-Dist: s3transfer==0.11.4; extra == "frozen"
|
|
234
234
|
Requires-Dist: scipy==1.15.2; extra == "frozen"
|
|
235
235
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
236
236
|
Requires-Dist: setproctitle==1.3.5; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.6.
|
|
1
|
+
dkist-processing-common==10.6.1rc2
|
|
2
2
|
dkist-header-validator==5.1.1
|
|
3
3
|
dkist-service-configuration==2.2
|
|
4
4
|
dkist-fits-specifications==4.11.0
|
|
@@ -36,11 +36,11 @@ SQLAlchemy-Utils==0.41.2
|
|
|
36
36
|
WTForms==3.2.1
|
|
37
37
|
Werkzeug==2.2.3
|
|
38
38
|
aioftp==0.24.1
|
|
39
|
-
aiohappyeyeballs==2.4.
|
|
39
|
+
aiohappyeyeballs==2.4.8
|
|
40
40
|
aiohttp==3.11.13
|
|
41
41
|
aiosignal==1.3.2
|
|
42
42
|
aiosqlite==0.21.0
|
|
43
|
-
alembic==1.
|
|
43
|
+
alembic==1.15.1
|
|
44
44
|
amqp==5.3.1
|
|
45
45
|
annotated-types==0.7.0
|
|
46
46
|
anyio==4.8.0
|
|
@@ -70,8 +70,8 @@ attrs==25.1.0
|
|
|
70
70
|
babel==2.17.0
|
|
71
71
|
billiard==4.2.1
|
|
72
72
|
blinker==1.9.0
|
|
73
|
-
boto3==1.37.
|
|
74
|
-
botocore==1.37.
|
|
73
|
+
boto3==1.37.6
|
|
74
|
+
botocore==1.37.6
|
|
75
75
|
cachelib==0.13.0
|
|
76
76
|
celery==5.4.0
|
|
77
77
|
certifi==2025.1.31
|
|
@@ -94,10 +94,10 @@ dacite==1.9.2
|
|
|
94
94
|
decorator==5.2.1
|
|
95
95
|
dill==0.3.9
|
|
96
96
|
dkist-header-validator==5.1.1
|
|
97
|
-
dkist-processing-common==10.6.
|
|
97
|
+
dkist-processing-common==10.6.1rc2
|
|
98
98
|
dkist-processing-core==5.1.0
|
|
99
99
|
dkist-processing-pac==3.1.1
|
|
100
|
-
dkist-processing-test==1.23.
|
|
100
|
+
dkist-processing-test==1.23.20rc2
|
|
101
101
|
dkist-service-configuration==2.2
|
|
102
102
|
dkist-spectral-lines==3.0.0
|
|
103
103
|
dkist_fits_specifications==4.11.0
|
|
@@ -204,7 +204,7 @@ rfc3339-validator==0.1.4
|
|
|
204
204
|
rich==13.9.4
|
|
205
205
|
rich-argparse==1.7.0
|
|
206
206
|
rpds-py==0.23.1
|
|
207
|
-
s3transfer==0.11.
|
|
207
|
+
s3transfer==0.11.4
|
|
208
208
|
scipy==1.15.2
|
|
209
209
|
semantic-version==2.10.0
|
|
210
210
|
setproctitle==1.3.5
|
|
@@ -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.23.
|
|
13
|
-
date = 2025-03-
|
|
12
|
+
version = "1.23.20rc2"
|
|
13
|
+
date = 2025-03-04T16:33:01.711344
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.11",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 10.6.
|
|
29
|
+
"dkist-processing-common == 10.6.1rc2",
|
|
30
30
|
"dkist-header-validator == 5.1.1",
|
|
31
31
|
"dkist-service-configuration == 2.2",
|
|
32
32
|
"dkist-fits-specifications == 4.11.0",
|
|
@@ -88,11 +88,11 @@ frozen = [
|
|
|
88
88
|
"WTForms == 3.2.1",
|
|
89
89
|
"Werkzeug == 2.2.3",
|
|
90
90
|
"aioftp == 0.24.1",
|
|
91
|
-
"aiohappyeyeballs == 2.4.
|
|
91
|
+
"aiohappyeyeballs == 2.4.8",
|
|
92
92
|
"aiohttp == 3.11.13",
|
|
93
93
|
"aiosignal == 1.3.2",
|
|
94
94
|
"aiosqlite == 0.21.0",
|
|
95
|
-
"alembic == 1.
|
|
95
|
+
"alembic == 1.15.1",
|
|
96
96
|
"amqp == 5.3.1",
|
|
97
97
|
"annotated-types == 0.7.0",
|
|
98
98
|
"anyio == 4.8.0",
|
|
@@ -122,8 +122,8 @@ frozen = [
|
|
|
122
122
|
"babel == 2.17.0",
|
|
123
123
|
"billiard == 4.2.1",
|
|
124
124
|
"blinker == 1.9.0",
|
|
125
|
-
"boto3 == 1.37.
|
|
126
|
-
"botocore == 1.37.
|
|
125
|
+
"boto3 == 1.37.6",
|
|
126
|
+
"botocore == 1.37.6",
|
|
127
127
|
"cachelib == 0.13.0",
|
|
128
128
|
"celery == 5.4.0",
|
|
129
129
|
"certifi == 2025.1.31",
|
|
@@ -146,10 +146,10 @@ frozen = [
|
|
|
146
146
|
"decorator == 5.2.1",
|
|
147
147
|
"dill == 0.3.9",
|
|
148
148
|
"dkist-header-validator == 5.1.1",
|
|
149
|
-
"dkist-processing-common == 10.6.
|
|
149
|
+
"dkist-processing-common == 10.6.1rc2",
|
|
150
150
|
"dkist-processing-core == 5.1.0",
|
|
151
151
|
"dkist-processing-pac == 3.1.1",
|
|
152
|
-
"dkist-processing-test == 1.23.
|
|
152
|
+
"dkist-processing-test == 1.23.20rc2",
|
|
153
153
|
"dkist-service-configuration == 2.2",
|
|
154
154
|
"dkist-spectral-lines == 3.0.0",
|
|
155
155
|
"dkist_fits_specifications == 4.11.0",
|
|
@@ -256,7 +256,7 @@ frozen = [
|
|
|
256
256
|
"rich == 13.9.4",
|
|
257
257
|
"rich-argparse == 1.7.0",
|
|
258
258
|
"rpds-py == 0.23.1",
|
|
259
|
-
"s3transfer == 0.11.
|
|
259
|
+
"s3transfer == 0.11.4",
|
|
260
260
|
"scipy == 1.15.2",
|
|
261
261
|
"semantic-version == 2.10.0",
|
|
262
262
|
"setproctitle == 1.3.5",
|
|
File without changes
|
{dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.23.19rc1 → dkist_processing_test-1.23.20rc2}/bitbucket-pipelines.yml
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|