File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.6 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
- id : check-case-conflict
15
15
hooks :
16
16
- id : isort
17
17
- repo : https://github.com/psf/black
18
- rev : 24.4.2
18
+ rev : 24.10.0
19
19
hooks :
20
20
- id : black
21
21
- repo : https://github.com/codespell-project/codespell
29
29
additional_dependencies : ["tomli"]
30
30
exclude : " tests"
31
31
- repo : https://github.com/PyCQA/flake8
32
- rev : 7.1.0
32
+ rev : 7.1.1
33
33
hooks :
34
34
- id : flake8
35
35
ci :
Original file line number Diff line number Diff line change 1
1
GeoAlchemy 2 Changelog
2
2
======================
3
3
4
+ 0.17.0
5
+ ------
6
+
7
+ * Perf: Enable cache for all types of GeoAlchemy2 @adrien-berchet (#525)
8
+ * Feat: Add new plugin to automatically attach events based on the engine dialect @adrien-berchet (#525)
9
+ * CI: Disable SQLite for Pypy job @adrien-berchet (#528)
10
+
4
11
0.16.0
5
12
------
6
13
Original file line number Diff line number Diff line change @@ -134,10 +134,14 @@ Development
134
134
135
135
The code is available on GitHub: https://github.com/geoalchemy/geoalchemy2.
136
136
137
- Contributors :
137
+ Main authors :
138
138
139
139
* Adrien Berchet (https://github.com/adrien-berchet)
140
140
* Éric Lemoine (https://github.com/elemoine)
141
+
142
+ Other contributors:
143
+
144
+ * Caleb Johnson (https://github.com/calebj)
141
145
* Dolf Andringa (https://github.com/dolfandringa)
142
146
* Frédéric Junod, Camptocamp SA (https://github.com/fredj)
143
147
* ijl (https://github.com/ijl)
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ requires=
6
6
[gh-actions]
7
7
python =
8
8
3.7: py37-sqla{14, latest}
9
- 3.8: py38-sqla{14, latest}, lint
10
- 3.9: py39-sqla{14, latest}
9
+ 3.8: py38-sqla{14, latest}
10
+ 3.9: py39-sqla{14, latest}, lint
11
11
3.10: py310-sqla{14, latest}
12
12
3.11: py311-sqla{14, latest}, docs
13
13
3.12: py312-sqla{14, latest}
You can’t perform that action at this time.
0 commit comments