Update to latest version
This commit is contained in:
parent
2548b4023e
commit
3d9937b7db
3 changed files with 7 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -25,3 +25,4 @@
|
|||
/geopandas-0.14.3.tar.gz
|
||||
/geopandas-0.14.4.tar.gz
|
||||
/geopandas-1.0.1.tar.gz
|
||||
/geopandas-1.1.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
%bcond bootstrap 0
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.0.1
|
||||
Version: 1.1.0
|
||||
Release: %autorelease
|
||||
Summary: Geographic Pandas extensions
|
||||
|
||||
|
|
@ -35,14 +35,14 @@ BuildRequires: python3-devel
|
|||
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: python3dist(fsspec)
|
||||
BuildRequires: python3dist(fiona)
|
||||
BuildRequires: python3dist(fiona) >= 1.8.21
|
||||
BuildRequires: python3dist(geopy)
|
||||
BuildRequires: python3dist(mapclassify)
|
||||
BuildRequires: python3dist(matplotlib) >= 3.5
|
||||
BuildRequires: python3dist(mapclassify) >= 2.5
|
||||
BuildRequires: python3dist(matplotlib) >= 3.7
|
||||
BuildRequires: python3dist(psycopg) >= 3.1
|
||||
BuildRequires: python3dist(pyarrow) >= 8
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(sqlalchemy) >= 1.3
|
||||
BuildRequires: python3dist(sqlalchemy) >= 2
|
||||
BuildRequires: python3dist(xyzservices)
|
||||
# See:
|
||||
# Depend on pandas[test] for testing
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (geopandas-1.0.1.tar.gz) = 41ed79c1c798837b063ee45b1cda677b9f205cbc38e0ead019f86406a626fb8cfaae111ca8cead369c46155102665da094fa6d9ae2588290fa38b546a3875d87
|
||||
SHA512 (geopandas-1.1.0.tar.gz) = 12dfc4f9fab0088858ca8405a0a7ff314a7ed557e32078e23c5b2730a2b9ea7df6b70aa63387da78e5879a285086363989c3bab8362d79bfc1e267c5443ad5af
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue