public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/python-mapclassify] f45: Update to 2.11.0 upstream release
Date: Wed, 12 Aug 2026 01:55:31 GMT [thread overview]
Message-ID: <178649973187.1.11197856150173060936.rpms-python-mapclassify-964c5844d242@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-mapclassify
Branch : f45
Commit : 964c5844d2427633a4ce24780ccb0bb7f5b1fa47
Author : Packit <hello@packit.dev>
Date : 2026-08-11T18:40:53-04:00
Stats : +11/-12 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/python-mapclassify/c/964c5844d2427633a4ce24780ccb0bb7f5b1fa47?branch=f45
Log:
Update to 2.11.0 upstream release
- Resolves: rhbz#2514422
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index 36bf60a..293110a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/mapclassify-2.8.1.tar.gz
/mapclassify-2.10.0.tar.gz
/south.zip
+/mapclassify-2.11.0.tar.gz
diff --git a/0001-Use-system-copy-of-Natural-Earth-data.patch b/0001-Use-system-copy-of-Natural-Earth-data.patch
index 9764c3a..a4b6fb1 100644
--- a/0001-Use-system-copy-of-Natural-Earth-data.patch
+++ b/0001-Use-system-copy-of-Natural-Earth-data.patch
@@ -1,4 +1,4 @@
-From 8ab149b9e413a239a074acdba258d2dce019bcf6 Mon Sep 17 00:00:00 2001
+From b27b403a99ed34b8ab93ec0b5eec85901f80fe15 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Sun, 17 Nov 2024 07:41:31 -0500
Subject: [PATCH] Use system copy of Natural Earth data
@@ -10,18 +10,18 @@ Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/mapclassify/tests/test_greedy.py b/mapclassify/tests/test_greedy.py
-index 471364b..9ad526f 100644
+index bb46a70..24a376d 100644
--- a/mapclassify/tests/test_greedy.py
+++ b/mapclassify/tests/test_greedy.py
@@ -5,7 +5,7 @@ import pytest
from ..greedy import greedy
- world = geopandas.read_file(
+ WORLD_URL = (
- "https://naciscdn.org/naturalearth/110m/cultural/ne_110m_admin_0_countries.zip"
+ "/usr/share/natural-earth-map-data/cultural/ne_110m_admin_0_countries.shp"
)
- sw = libpysal.weights.Queen.from_dataframe(
- world, ids=world.index.to_list(), silence_warnings=True
+
+
diff --git a/mapclassify/tests/test_rgba.py b/mapclassify/tests/test_rgba.py
index 36ac447..b62bd10 100644
--- a/mapclassify/tests/test_rgba.py
@@ -37,5 +37,5 @@ index 36ac447..b62bd10 100644
world["area"] = world.area
--
-2.50.0
+2.54.0
diff --git a/README.packit b/README.packit
index fb341a1..68a092a 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
-The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32.
+The file was generated using packit 1.16.2.post1.dev8+g69d783e81.
diff --git a/python-mapclassify.spec b/python-mapclassify.spec
index 3232cce..2a2397e 100644
--- a/python-mapclassify.spec
+++ b/python-mapclassify.spec
@@ -1,7 +1,7 @@
%global srcname mapclassify
Name: python-%{srcname}
-Version: 2.10.0
+Version: 2.11.0
Release: %autorelease
Summary: Classification Schemes for Choropleth Maps
@@ -16,7 +16,6 @@ Patch: 0001-Use-system-copy-of-Natural-Earth-data.patch
BuildArch: noarch
BuildRequires: python3-devel
-BuildRequires: tomcli
# Tests
BuildRequires: natural-earth-map-data-110m
@@ -38,8 +37,7 @@ It is part of PySAL the Python Spatial Analysis Library.
%prep
%autosetup -n %{srcname}-%{version} -p1
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
-tomcli set pyproject.toml lists delitem project.optional-dependencies.tests \
- 'pytest-cov\b.*'
+%pyproject_patch_dependency pytest-cov:ignore
mkdir -p pysal_data/pysal
unzip %SOURCE1 -d pysal_data/pysal/South
diff --git a/sources b/sources
index cf69682..d4c80cf 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (mapclassify-2.10.0.tar.gz) = 3e89fe6c78ead56f635f542edff67c7d662754910309fcc4eddd743bae2d34b32196d77408ecc6ab7760bdbffefc98382d07e77949022cd500581980b668445e
+SHA512 (mapclassify-2.11.0.tar.gz) = a1b0517c61fe84d3e0acd469c480d652677a1178cb1ad9180b687526d2b5c3b9244ed4a0e3b37c47c1a8644927cc83b73155a3dc22fcceb05627e3e7ec5c5719
SHA512 (south.zip) = e7a27b877b3c6a7d7a081ae06633c136f30e50c33da929fb3928903e6d14e317786e555beded64fc78cfa8e9a5f24453af19ba0edc0f82a66721cb9a801ec3f5
reply other threads:[~2026-08-12 1:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178649973187.1.11197856150173060936.rpms-python-mapclassify-964c5844d242@fedoraproject.org \
--to=hello@packit.dev \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox