File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 49
49
50
50
# Run the CASE validation job to confirm all examples in exifread_output_examples are valid
51
51
- name : CASE Export Validation
52
- uses : kchason/case-validation-action@v2.5
52
+ uses : kchason/case-validation-action@v2.6
53
53
with :
54
54
case-path : ./exifread_output_examples/
55
- case-version : " case-1.1 .0"
55
+ case-version : " case-1.2 .0"
56
56
extension-filter : " json"
Original file line number Diff line number Diff line change 1
1
[ ![ CASE-Implementation-PyPI-Exifread] ( https://github.com/casework/CASE-Implementation-PyPI-Exifread/actions/workflows/python-package.yml/badge.svg )] ( https://github.com/casework/CASE-Implementation-PyPI-Exifread/actions/workflows/python-package.yml )
2
- ![ CASE Version] ( https://img.shields.io/badge/CASE%20Version-1.1 .0-brightgreen )
2
+ ![ CASE Version] ( https://img.shields.io/badge/CASE%20Version-1.2 .0-brightgreen )
3
3
4
4
# CASE-Implementation-PyPI-Exifread
5
5
Original file line number Diff line number Diff line change @@ -16,12 +16,10 @@ classifiers =
16
16
[options]
17
17
install_requires =
18
18
exifread
19
- case_utils >= 0.9 .0, < 0.10 .0
19
+ case_utils >= 0.10 .0, < 0.11 .0
20
20
packages = find:
21
21
python_requires = >=3.8
22
22
23
23
[options.entry_points]
24
24
console_scripts =
25
25
exifread2case = exifread_case.exifread_case:main
26
-
27
-
You can’t perform that action at this time.
0 commit comments