Skip to content

Commit e26f2da

Browse files
Merge pull request #45 from jim-easterbrook/devel
Devel
2 parents 12fda05 + 08d7f77 commit e26f2da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+40716
-24849
lines changed

.github/workflows/build-linux-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
mv inih-r58 inih
3232
3333
- name: Build wheels
34-
uses: pypa/cibuildwheel@v2.16.5
34+
uses: pypa/cibuildwheel@v2.22.0
3535
env:
3636
CIBW_ARCHS: auto64
3737
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28

.github/workflows/build-macos-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
mv exiv2-0.28.3 libexiv2
2222
2323
- name: Build wheels
24-
uses: pypa/cibuildwheel@v2.16.5
24+
uses: pypa/cibuildwheel@v2.22.0
2525
env:
2626
CIBW_ARCHS: x86_64
2727
CIBW_ENVIRONMENT: >

.github/workflows/build-macos-arm-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
mv exiv2-0.28.3 libexiv2
2222
2323
- name: Build wheels
24-
uses: pypa/cibuildwheel@v2.16.5
24+
uses: pypa/cibuildwheel@v2.22.0
2525
env:
2626
CIBW_ARCHS: arm64
2727
CIBW_ENVIRONMENT: >

.github/workflows/build-windows-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
copy build-msvc\bin\libcurl.dll build-msvc\install\bin
6767
6868
- name: Build wheels
69-
uses: pypa/cibuildwheel@v2.16.5
69+
uses: pypa/cibuildwheel@v2.22.0
7070
env:
7171
CIBW_ARCHS: auto64
7272
CIBW_SKIP: pp3*

src/interface/properties.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ DEFINE_ENUM(XmpCategory, "Category of an XMP property.",
7171
PyDict_SetItemString(dict, i->first.c_str(), value);
7272
Py_DECREF(value);
7373
}
74-
$result = SWIG_Python_AppendOutput($result, dict);
74+
$result = SWIG_AppendOutput($result, dict);
7575
}
7676

7777
// Convert XmpProperties.propertyList() result and XmpNsInfo.xmpPropertyInfo_

src/interface/shared/static_list.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ static PyObject* pointer_to_list(item_type* ptr) {
3838
PyObject* list = pointer_to_list($1);
3939
if (!list)
4040
SWIG_fail;
41-
$result = SWIG_Python_AppendOutput($result, list);
41+
$result = SWIG_AppendOutput($result, list);
4242
}
4343
%enddef // LIST_POINTER

src/swig-0_27_7/basicio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was automatically generated by SWIG (https://www.swig.org).
2-
# Version 4.2.1
2+
# Version 4.3.0
33
#
44
# Do not make changes to this file unless you know what you are doing - modify
55
# the SWIG interface file instead.

0 commit comments

Comments
 (0)