-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Dependencies) Upgrade SQLAlchemy to 1.4 and other requirements (flas…
…k 3.0), remove Debian 10 and Python 3.7 support (#2751) * Drop support for Debian 10 and python <3.9 @jacquesfize @Pierre-Narcisi @bouttier * Update to Flask 3.0 * Update to SQLAlchemy 1.4 (query to 2.0 style, fix warnings and tests) * new requirements-dev.txt * Increase test coverage - gn_meta/repositories - gn_meta/mtd - occtax - occhab - utilstoml - install-gn-module commands * (temporary) use of CustomSelect instead of Query --> Station (deleted later) * Change fixtures: datasets + stations + user * Remove deprecated and unused modules (utilsgeometry.py, utilssqlalchemy.py,config_manager.py) --------- Co-authored-by: TheoLechemia <theo.lechemia@ecrins-parcnational.fr> Co-authored-by: Élie Bouttier <elie@bouttier.eu> Co-authored-by: Jacques Fize <4259846+jacquesfize@users.noreply.github.com> Co-authored-by: Pierre Narcisi <pierre.narcisi@mnhn.fr>
- Loading branch information
1 parent
4a3148e
commit 2aba368
Showing
69 changed files
with
2,450 additions
and
2,357 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
Submodule Habref-api-module
updated
2 files
+6 −9 | .github/workflows/pytest.yml | |
+5 −3 | src/pypn_habref_api/models.py |
Submodule Nomenclature-api-module
updated
3 files
+11 −29 | .github/workflows/pytest.yml | |
+1 −1 | requirements.in | |
+10 −8 | src/pypnnomenclature/models.py |
Submodule RefGeo
updated
4 files
+9 −29 | .github/workflows/pytest.yml | |
+1 −1 | requirements.in | |
+1 −6 | src/ref_geo/routes.py | |
+2 −1 | src/ref_geo/utils.py |
Submodule TaxHub
updated
5 files
+5 −31 | .github/workflows/pytest.yml | |
+1 −1 | VERSION | |
+23 −16 | apptax/taxonomie/models.py | |
+2 −2 | docs/changelog.md | |
+2 −2 | requirements-common.in |
Submodule UsersHub-authentification-module
updated
5 files
+7 −24 | .github/workflows/pytest.yml | |
+2 −4 | requirements-common.in | |
+2 −2 | src/pypnusershub/db/models.py | |
+2 −11 | src/pypnusershub/routes.py | |
+95 −73 | src/pypnusershub/routes_register.py |
Submodule Utils-Flask-SQLAlchemy
updated
7 files
Submodule Utils-Flask-SQLAlchemy-Geo
updated
2 files
+8 −3 | .github/workflows/pytest.yml | |
+31 −26 | requirements.txt |
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
Oops, something went wrong.