Compare commits

...
Sign in to create a new pull request.

26 commits

Author SHA1 Message Date
Fedora Release Engineering
bf30296f9e Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-16 19:33:40 +00:00
Packit
d2d3c3f96a Update to 1.1.4 upstream release
- Resolves: rhbz#2493684

Commit authored by Packit automation (https://packit.dev/)
2026-06-26 20:14:33 +00:00
Python Maint
4e5b8ff683 Rebuilt for Python 3.15 2026-06-05 21:00:28 +02:00
Peter Robinson
90dd5b5567 Rebuild for Pandas3 2026-05-22 14:38:54 +01:00
Packit
110a3a6165 Update to 1.1.3 upstream release
- Resolves: rhbz#2445875

Commit authored by Packit automation (https://packit.dev/)
2026-03-09 21:54:41 +00:00
Fedora Release Engineering
1a2c63d7af Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 07:37:04 +00:00
Packit
9197676276 Update to 1.1.2 upstream release
- Resolves: rhbz#2424519

Commit authored by Packit automation (https://packit.dev/)
2025-12-23 01:34:31 -05:00
Elliott Sales de Andrade
15a43a8ec7 Fix tests with GEOS 3.14 2025-09-23 19:23:03 -04:00
Python Maint
1932cf5085 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 13:22:33 +02:00
Packit
adda4debfd Update to 1.1.1 upstream release
- Resolves: rhbz#2369643

Commit authored by Packit automation (https://packit.dev/)
2025-09-07 07:50:05 +00:00
Python Maint
e1ff79ca62 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 13:48:36 +02:00
Fedora Release Engineering
f4c7ba07b4 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 08:04:56 +00:00
Python Maint
060efb3a98 Unbootstrap for Python 3.14 2025-07-21 11:30:04 +02:00
Python Maint
d06bff8bbf Bootstrap for Python 3.14 2025-06-18 21:31:53 +02:00
Elliott Sales de Andrade
3d9937b7db Update to latest version 2025-06-02 13:23:55 -04:00
Elliott Sales de Andrade
2548b4023e Add Packit configuration 2025-06-02 13:23:32 -04:00
Fedora Release Engineering
86b3e8f5aa Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-18 14:38:11 +00:00
Richard W.M. Jones
fc0537bda5 Rebuild for libarrow 18 2024-11-27 14:52:31 +00:00
Elliott Sales de Andrade
6d812c8743 Update to latest version (#2295479) 2024-11-17 06:39:04 -05:00
Fedora Release Engineering
721851873b Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-19 11:52:31 +00:00
Elliott Sales de Andrade
6578064576 Backport fixes for GDAL 3.9 2024-06-26 02:31:48 -04:00
Elliott Sales de Andrade
1c3d63420f Update to latest version (#2274937) 2024-06-25 21:44:15 -04:00
Elliott Sales de Andrade
7a4dc12b66 Update to latest version (#2262154) 2024-02-04 20:23:24 -05:00
Fedora Release Engineering
312fece844 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-26 04:43:08 +00:00
Fedora Release Engineering
ad77d69057 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-22 01:39:48 +00:00
Elliott Sales de Andrade
8dd7f0b544 Update to latest version (#2256876) 2024-01-07 03:20:46 -05:00
5 changed files with 44 additions and 12 deletions

9
.gitignore vendored
View file

@ -21,3 +21,12 @@
/geopandas-0.13.2.tar.gz
/geopandas-0.14.0.tar.gz
/geopandas-0.14.1.tar.gz
/geopandas-0.14.2.tar.gz
/geopandas-0.14.3.tar.gz
/geopandas-0.14.4.tar.gz
/geopandas-1.0.1.tar.gz
/geopandas-1.1.0.tar.gz
/geopandas-1.1.1.tar.gz
/geopandas-1.1.2.tar.gz
/geopandas-1.1.3.tar.gz
/geopandas-1.1.4.tar.gz

18
.packit.yaml Normal file
View file

@ -0,0 +1,18 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
---
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches:
rawhide:
fast_forward_merge_into:
- fedora-branched
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-all

3
README.packit Normal file
View file

@ -0,0 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 1.16.1.

View file

@ -6,13 +6,14 @@
%bcond bootstrap 0
Name: python-%{srcname}
Version: 0.14.1
Version: 1.1.4
Release: %autorelease
Summary: Geographic Pandas extensions
License: BSD-3-Clause
URL: https://pypi.python.org/pypi/%{srcname}
Source0: https://github.com/%{srcname}/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
# PyPI source does not have test data.
Source: https://github.com/%{srcname}/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
BuildArch: noarch
@ -33,14 +34,16 @@ Summary: %{summary}
BuildRequires: python3-devel
%if %{without bootstrap}
BuildRequires: python3dist(numpy) >= 1.15
BuildRequires: python3dist(pytest)
BuildRequires: python3dist(fsspec)
BuildRequires: python3dist(psycopg2)
BuildRequires: python3dist(rtree) >= 0.8
BuildRequires: python3dist(sqlalchemy)
BuildRequires: python3dist(matplotlib) >= 3.3.4
BuildRequires: python3dist(mapclassify)
BuildRequires: python3dist(fiona) >= 1.8.21
BuildRequires: python3dist(geopy)
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) >= 2
BuildRequires: python3dist(xyzservices)
# See:
# Depend on pandas[test] for testing
# https://github.com/geopandas/geopandas/pull/2438
@ -66,8 +69,7 @@ BuildRequires: python3dist(pandas[test])
%if %{without bootstrap}
%{pytest} -ra geopandas -m 'not web'
%else
# naturalearth_creation assumes zipfile from naturalearthdata was downloaded to current directory
%pyproject_check_import -e 'geopandas.*test*' -e geopandas.datasets.naturalearth_creation
%pyproject_check_import -e 'geopandas.*test*'
%endif
%files -n python3-%{srcname} -f %{pyproject_files}

View file

@ -1 +1 @@
SHA512 (geopandas-0.14.1.tar.gz) = ef9bfc215ffe1533c1497b8ea0cb740f497f686b2e50067197b2b44fde2554fcadfefa9c1bbc117c4de2f925d1477a17211afafb65bfbaab01088fed333a93b4
SHA512 (geopandas-1.1.4.tar.gz) = 70e30407e50acee8ff8d081d3db097ab188a078467bffe2e9765c5d64d9e1d88be76c4f37747a5c107cb96d75c9fa53a7f779e0b406b784386be7d5fef899878