Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure: update to latest config.guess and config.sub #6

Open
wants to merge 122 commits into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 3, 2024

This updates config.guess and config.sub to their latest versions.
If the two files are deleted in this PR, please check the logs of the workflow here:
Workflow run summary

Automated changes by create-pull-request GitHub action

HuidaeCho and others added 19 commits February 20, 2024 10:23
The dataset belongs to the book

L. Casagrande, P. Cavallini, A. Frigeri, A. Furieri, I. Marchesini, M. Neteler, 2012: GIS Open Source. GRASS GIS, Quantum GIS e Spatialite.
ISBN 9788857901497. 224 pages, Dario Flaccovio Editore S.r.l.

The dataset URL is now updated to the new download space:

https://grass.osgeo.org/sampledata/grassdata_piemonte_utm32n_wgs84_grass7.tar.gz

(size: 291MB)

Fixes OSGeo#3292
Deprecated mktemp function returns an arbitrary file name to use for a temporary file. However, the application does not immediately create/open this file.

This introduces an opportunity for an attacker to interfere with the file to be created. Documentation on tempfile recommends replacing mktemp with NamedTemporaryFile. By doing this, there is no window between getting the temp file name and opening it.
The bug is that for part of the angles it results in zeros. It comes up when there are nulls at the edge of the raster, test was added.
* Allows all types to be processed through the underlying modules, not just areas.
* Resolves issue with dissolving line features reported in OSGeo#3420.
* Makes statements in documentation more generic, rather than referring to dissolving areas only.
* Improves documentation overall, esp. parts about attribute aggregation.

Closes OSGeo#3420
* CI: Enable BASH_EXEC checks in super-linter.yml

* shell: Make shell scripts executable
…yers and define area of interest (OSGeo#3311)

* v.in.wfs: enhanced for alkis data import

* v.in.wfs: including suggestions

* v.in.wfs.py: small changes based on review

* Update v.in.wfs.html

* Update v.in.wfs.py

* wording fixes

---------

Co-authored-by: Veronica <koess@mundialis.de>
Co-authored-by: Markus Neteler <neteler@osgeo.org>
Hide a new window created by script.core.Popen on Windows by defining subprocess.STARTUPINFO() and using subprocess.SW_HIDE Windows constants. Inspired by QGIS executeGrass() method.
fix `db.dropcolumn`, `db.in.ogr`, `v.db.renamecolumn`
This PR attempts to complete missing texture measure explanations.
Co-authored-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
This makes the _message_, _verbose_ and other functions consistent with other wrappers around _run_command_ family calls. While not needed for multiple-mapset situations and parallelization, it is necessary when calls with messages are used without global environment being set and only a custom (local) environment is available which is the case in grass.script.setup (with OSGeo#3438).

The PR aims at providing the interface, not updating all use cases (it will be applied for grass.script.setup in OSGeo#3438).

This does not have any test since the current API does not allow for writing these test. This will be tested indirectly in the future (e.g. by OSGeo#3438).

Additionally, it fixes documentation for couple other function where the parameter documentation was misleading or wrong.
* fix pip use (PEP 668) after alpine docker image was updated to alpine 3.19,
* set PYTHONPATH
* add pip --no-cache-dir option
wenzeslaus and others added 2 commits March 6, 2024 20:56
…SGeo#3431)

This adds a separate function for setting location (aka title) stored in MYNAME file. It includes tests of this function.
petrasovaa and others added 27 commits April 11, 2024 08:52
… addon path is None (OSGeo#3571)

---------

Co-authored-by: Tomas Zigo <tomas.zigo@slovanet.sk>
Updated the coverity.yml action with two things:
1: Changed the upload commands to match the commands for uploading analyses over 500MB.
2: Added in extra step to output the scan results as an artifact.
)

* v.in.ogr: fix escape table column name during creating table

Which allow create DB table column name with reserved keyword.

* Use SQL standard double quotes instead of single quotes
Which allow to use SQL standard double quotes instead of backticks for
escaping column name.
* r.mapcalc: add data types info to manual

* delete commas as thousand separators in new  examples

* r.mapcalc: update value ranges - architecture dependency, wording

---------

Co-authored-by: Veronica Andreo <veroandreo@gmail.com>
@github-actions github-actions bot force-pushed the periodic/update-configure branch from c0ed318 to e2c6fd7 Compare May 1, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.