Skip to content

Commit 2ca375c

Browse files
Merge pull request #48 from geo-engine/openapi-7.17.0
build: new version of openapi generator
2 parents 5ffd451 + a634912 commit 2ca375c

File tree

501 files changed

+19315
-1918
lines changed

Some content is hidden

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

501 files changed

+19315
-1918
lines changed

.generation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Patched version of openapi-generator-cli with python3 support
22

3-
FROM docker.io/openapitools/openapi-generator-cli:v7.12.0
3+
FROM docker.io/openapitools/openapi-generator-cli:v7.17.0
44

55
RUN apt-get update && apt-get install -y python3

.generation/config.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[input]
2-
backendCommit = a67f76af99b5b579fa0823bfa5908fae0049cb22
2+
backendCommit = 9c2decb9f961cdce3d26f278291344bc269b4cbe
33

44
[general]
55
githubUrl = https://github.com/geo-engine/openapi-client
6-
version = 0.0.27
6+
version = 0.0.28
77

88
[python]
99
name = geoengine_openapi_client

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
python-version: ["3.8"] # use lowest supported Python version
19+
python-version: ["3.10"] # use lowest supported Python version
2020

2121
defaults:
2222
run:
@@ -56,7 +56,7 @@ jobs:
5656

5757
strategy:
5858
matrix:
59-
node-version: [16.20.x] # use lowest supported Node version
59+
node-version: [20.19.x] # use lowest supported Node version
6060

6161
defaults:
6262
run:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2121

2222
defaults:
2323
run:
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
node-version: [ 18.19.x, 20.11.x, 22.0.x ]
45+
node-version: [20.19.x, 22.12.x, 24.0.x]
4646

4747
defaults:
4848
run:

python/.github/workflows/python.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ name: geoengine_openapi_client Python package
77

88
on: [push, pull_request]
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build:
1215

1316
runs-on: ubuntu-latest
1417
strategy:
1518
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1720

1821
steps:
1922
- uses: actions/checkout@v4

python/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints

python/.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ stages:
1414
- pip install -r test-requirements.txt
1515
- pytest --cov=geoengine_openapi_client
1616

17-
pytest-3.8:
18-
extends: .pytest
19-
image: python:3.8-alpine
2017
pytest-3.9:
2118
extends: .pytest
2219
image: python:3.9-alpine
@@ -29,3 +26,6 @@ pytest-3.11:
2926
pytest-3.12:
3027
extends: .pytest
3128
image: python:3.12-alpine
29+
pytest-3.13:
30+
extends: .pytest
31+
image: python:3.13-alpine

python/.openapi-generator/FILES

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ docs/ExternalDataId.md
5353
docs/FeatureDataType.md
5454
docs/FileNotFoundHandling.md
5555
docs/FormatSpecifics.md
56-
docs/FormatSpecificsOneOf.md
57-
docs/FormatSpecificsOneOfCsv.md
56+
docs/FormatSpecificsCsv.md
5857
docs/GbifDataProviderDefinition.md
5958
docs/GdalDatasetGeoTransform.md
6059
docs/GdalDatasetParameters.md
@@ -334,8 +333,7 @@ geoengine_openapi_client/models/external_data_id.py
334333
geoengine_openapi_client/models/feature_data_type.py
335334
geoengine_openapi_client/models/file_not_found_handling.py
336335
geoengine_openapi_client/models/format_specifics.py
337-
geoengine_openapi_client/models/format_specifics_one_of.py
338-
geoengine_openapi_client/models/format_specifics_one_of_csv.py
336+
geoengine_openapi_client/models/format_specifics_csv.py
339337
geoengine_openapi_client/models/gbif_data_provider_definition.py
340338
geoengine_openapi_client/models/gdal_dataset_geo_transform.py
341339
geoengine_openapi_client/models/gdal_dataset_parameters.py
@@ -587,8 +585,7 @@ test/test_external_data_id.py
587585
test/test_feature_data_type.py
588586
test/test_file_not_found_handling.py
589587
test/test_format_specifics.py
590-
test/test_format_specifics_one_of.py
591-
test/test_format_specifics_one_of_csv.py
588+
test/test_format_specifics_csv.py
592589
test/test_gbif_data_provider_definition.py
593590
test/test_gdal_dataset_geo_transform.py
594591
test/test_gdal_dataset_parameters.py

python/.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.12.0
1+
7.17.0

python/.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ref: https://docs.travis-ci.com/user/languages/python
22
language: python
33
python:
4-
- "3.8"
54
- "3.9"
65
- "3.10"
76
- "3.11"
87
- "3.12"
8+
- "3.13"
99
# uncomment the following if needed
10-
#- "3.12-dev" # 3.12 development branch
10+
#- "3.13-dev" # 3.13 development branch
1111
#- "nightly" # nightly build
1212
# command to install dependencies
1313
install:

0 commit comments

Comments
 (0)