Skip to content

Commit

Permalink
#386 update Stetl to latest master to fix readfp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Aug 6, 2024
1 parent cf21ab3 commit e3bcd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externals/stetl
Submodule stetl updated 39 files
+90 −0 .github/workflows/docker.yml
+66 −0 .github/workflows/main.yml
+0 −1 .gitignore
+34 −0 .readthedocs.yaml
+0 −45 .travis.yml
+8 −3 CHANGES.txt
+84 −40 Dockerfile
+1 −1 Dockerfile.test
+2 −1 README.md
+4 −3 docs/conf.py
+2 −0 docs/requirements.txt
+3 −3 examples/basics/10_jinja2_templating/output/cities-gjson.gml
+ examples/basics/12_gdal_ogr/output/cities.dbf
+19 −20 examples/basics/12_gdal_ogr/output/cities.gml
+31 −7 examples/basics/12_gdal_ogr/output/cities.xsd
+ examples/basics/3_shape/output/gmlcities.dbf
+1 −1 examples/basics/3_shape/output/gmlcities.prj
+1 −3 examples/basics/3_shape/temp/gmlcities.gfs
+1 −1 examples/basics/8_wfs/etl.cfg
+1,266 −1,265 examples/basics/runall-docker.log
+28 −23 examples/basics/runall-docker.sh
+785 −785 examples/basics/runall.log
+0 −1 requirements-dev.txt
+42 −0 requirements-freeze.txt
+7 −5 requirements-main.txt
+12 −0 requirements-unversioned.txt
+6 −2 setup.py
+21 −25 stetl/outputs/ogroutput.py
+1 −1 stetl/util.py
+1 −1 stetl/version.py
+6 −9 tests/README.md
+1 −1 tests/filters/test_vsi_file_extractor.py
+1 −1 tests/filters/test_vsifilter.py
+1 −1 tests/filters/test_zip_archive_expander.py
+1 −1 tests/filters/test_zip_file_extractor.py
+1 −1 tests/outputs/test_command_exec_output.py
+1 −1 tests/outputs/test_ogr2ogr_exec_output.py
+1 −1 tests/outputs/test_ogr2ogr_exec_output_lco.py
+1 −1 tests/outputs/test_postgres_db_output.py

0 comments on commit e3bcd20

Please sign in to comment.