File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ pygments==2.13.0
50
50
# rst2txt
51
51
pymysql == 1.0.2
52
52
# via -r requirements.in
53
- pyodbc == 5.0.1
53
+ pyodbc == 5.1.0
54
54
# via -r vendor-wheels.txt
55
55
pyrsistent == 0.19.2
56
56
# via jsonschema
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ cryptography==42.0.4
3
3
gdal==3.8.0
4
4
psycopg2==2.9.9
5
5
pygit2==1.12.1
6
- pyodbc==5.0.1
6
+ pyodbc==5.1.0
7
7
pysqlite3==0.5.2
8
8
reflink==0.2.2
Original file line number Diff line number Diff line change @@ -289,12 +289,12 @@ include_dirs=${BUILD_WHEEL_INCLUDE_DIRS}
289
289
library_dirs=${BUILD_WHEEL_LIBRARY_DIRS}
290
290
" )
291
291
292
- set (PYODBC_WHEEL_VER 5.0.1 )
292
+ set (PYODBC_WHEEL_VER 5.1.0 )
293
293
ExternalProject_Add (
294
294
pyodbc
295
295
# if you build from a git repository, pyodbc adds +commit0c0ffee to the wheel version
296
- URL https://files.pythonhosted.org/packages/22/6f/012f32aecf744e439980257be0ba4dd8c70a4e03c9f86f5fcd986fbfb012 /pyodbc-5.0.1 .tar.gz
297
- URL_HASH SHA256=03d7d0b04d5a9156099ce8d03e92f3956783746fa9234eb6f5b5cfc12b645011
296
+ URL https://files.pythonhosted.org/packages/d5/5b/a93f7017d4df84c3971cf60ee935149f12e0d1e111febc67ba2e23015a79 /pyodbc-5.1.0 .tar.gz
297
+ URL_HASH SHA256=397feee44561a6580be08cedbe986436859563f4bb378f48224655c8e987ea60
298
298
DOWNLOAD_NO_PROGRESS ON
299
299
BUILD_IN_SOURCE ON
300
300
DEPENDS wheelBuildEnv ${PYODBC_BUILD_DEPENDS}
You can’t perform that action at this time.
0 commit comments