Update to latest version.
This commit is contained in:
parent
d47db6dcde
commit
532a70ced9
3 changed files with 9 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
|||
/geopandas-0.6.0.tar.gz
|
||||
/geopandas-0.6.3.tar.gz
|
||||
/geopandas-0.7.0.tar.gz
|
||||
/geopandas-0.8.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%global srcname geopandas
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.7.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Geographic Pandas extensions
|
||||
%global _description \
|
||||
GeoPandas is a project to add support for geographic data to Pandas objects. \
|
||||
|
|
@ -28,6 +28,7 @@ Summary: %{summary}
|
|||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-descartes
|
||||
BuildRequires: python3-fiona >= 1.0.1
|
||||
BuildRequires: python3-pandas >= 0.23
|
||||
|
|
@ -62,10 +63,13 @@ PYTHONPATH="%{buildroot}%{python3_sitelib}" \
|
|||
%license LICENSE.txt
|
||||
%doc README.md CHANGELOG.md
|
||||
%{python3_sitelib}/%{srcname}
|
||||
%{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info
|
||||
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 02 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.8.0-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.7.0-2
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (geopandas-0.7.0.tar.gz) = 037b33f156179e1ca02ed82d0aaa2e6fc5d19e26f16a804d6f156a10715f4791e720fbf8d36e225b7333b599bf4f1f4b8b334cdbd7b8044fc9452aa336f2d1cc
|
||||
SHA512 (geopandas-0.8.0.tar.gz) = ffd2ec476821c788c39367745e6cc8a1e8a8bcdbbd776944cca1e1d83fd10e13f6522c8bdf8df508a7153852cfdf0c3663b9b427b645222b2ded6ce6d0a0a343
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue