-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from jim-easterbrook/devel
Devel
- Loading branch information
Showing
89 changed files
with
11,097 additions
and
18,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,14 +24,15 @@ jobs: | |
uses: pypa/[email protected] | ||
env: | ||
CIBW_ARCHS: auto64 | ||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 | ||
CIBW_ENVIRONMENT: EXIV2_ROOT=libexiv2/build-linux/install | ||
CIBW_BUILD: cp*-manylinux_x86_64 | ||
CIBW_TEST_COMMAND: > | ||
python3 -m exiv2 -v && | ||
python3 -m unittest discover {project}/tests -v | ||
CIBW_BEFORE_ALL: > | ||
yum install -y zlib-devel expat-devel gettext-devel | ||
libcurl-devel libssh-devel && | ||
libcurl-devel && | ||
localedef -c -i de_DE -f UTF-8 de_DE.UTF-8 && | ||
cd libexiv2 && | ||
cmake -B build-linux -D CMAKE_BUILD_TYPE=Release | ||
|
@@ -44,13 +45,13 @@ jobs: | |
-D EXIV2_ENABLE_VIDEO=ON | ||
-D EXIV2_ENABLE_WEBREADY=ON | ||
-D EXIV2_ENABLE_CURL=ON | ||
-D EXIV2_ENABLE_SSH=ON | ||
-D EXIV2_ENABLE_SSH=OFF | ||
-D CMAKE_CXX_STANDARD=98 && | ||
cmake --build build-linux && | ||
cmake --install build-linux | ||
- name: Store results | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: manylinux-wheel | ||
name: linux-27-wheels | ||
path: wheelhouse/*.whl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,6 @@ Python-exiv2 documentation | |
misc/readme | ||
misc/install | ||
misc/usage | ||
misc/changelog | ||
misc/api | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. This is part of the python-exiv2 documentation. | ||
Copyright (C) 2024 Jim Easterbrook. | ||
Release history | ||
=============== | ||
|
||
.. literalinclude:: ../../../CHANGELOG.txt | ||
:language: none | ||
:start-after: licenses/> | ||
:end-before: Changes in v0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
exiv2 <= 0.16.3 | ||
exiv2 <= 0.17.0 | ||
sphinx == 7.2.6 | ||
sphinx-rtd-theme == 2.0.0 |
Oops, something went wrong.