Update to latest version.
This commit is contained in:
parent
5b5ce3be7b
commit
f4ed8a4a0a
4 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/geopandas-0.3.0.tar.gz
|
||||
/geopandas-0.4.0.tar.gz
|
||||
/geopandas-0.4.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
From f59f64b38af9295f657440923b3157b012abd4ff Mon Sep 17 00:00:00 2001
|
||||
From edc1e70f15da652dc2468e21d5dbb6b58f9ddeec Mon Sep 17 00:00:00 2001
|
||||
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
Date: Sun, 29 Jul 2018 19:34:39 -0400
|
||||
Subject: [PATCH] Skip test_overlay_nybb on broken platforms.
|
||||
|
|
@ -9,7 +9,7 @@ Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
|||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/geopandas/tests/test_overlay.py b/geopandas/tests/test_overlay.py
|
||||
index 52121b0..a9c4be4 100644
|
||||
index a5ab76d..bfd7641 100644
|
||||
--- a/geopandas/tests/test_overlay.py
|
||||
+++ b/geopandas/tests/test_overlay.py
|
||||
@@ -1,6 +1,7 @@
|
||||
|
|
@ -31,5 +31,5 @@ index 52121b0..a9c4be4 100644
|
|||
polydf = read_file(geopandas.datasets.get_path('nybb'))
|
||||
|
||||
--
|
||||
2.17.1
|
||||
2.20.1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global srcname geopandas
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.4.0
|
||||
Version: 0.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Geographic Pandas extensions
|
||||
%global _description \
|
||||
|
|
@ -124,6 +124,9 @@ PYTHONPATH="%{buildroot}%{python2_sitelib}" \
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 09 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.1-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Jul 18 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.0-1
|
||||
- Update to latest version
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (geopandas-0.4.0.tar.gz) = da55bf81dec481fa72feebc24e7e3d3a4103a9babde3a079a5abb744f6cd6f991733f8417514b0e79aa90e7761cd1d555fb0eb44278a4f1a2beb06c889f06d9d
|
||||
SHA512 (geopandas-0.4.1.tar.gz) = 5d2976d68cc4c29eff5ef42b55d13c0348924e518260ba94b48a460f50e8efad623aa93622fd466f46032a110916df8dc7f08350508d9c63e6bb0c0a3e3d5d87
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue