public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mingw-python-OWSLib] rawhide: Add owslib-setuptools.patch
@ 2026-06-09  9:22 Sandro Mani
  0 siblings, 0 replies; only message in thread
From: Sandro Mani @ 2026-06-09  9:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mingw-python-OWSLib
Branch : rawhide
Commit : 39a900d74673b1f1edff21b4a5315bd035efb94d
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-06-09T11:22:51+02:00
Stats  : +21/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-python-OWSLib/c/39a900d74673b1f1edff21b4a5315bd035efb94d?branch=rawhide

Log:
Add owslib-setuptools.patch

---
diff --git a/mingw-python-OWSLib.spec b/mingw-python-OWSLib.spec
index b3e49dc..4898665 100644
--- a/mingw-python-OWSLib.spec
+++ b/mingw-python-OWSLib.spec
@@ -11,12 +11,14 @@ BuildArch:     noarch
 License:       BSD-3-Clause
 URL:           https://geopython.github.io/OWSLib
 Source0:       %{pypi_source owslib}
+# Drop setuptools upper bound
+Patch0:        owslib-setuptools.patch
 
-BuildRequires: mingw32-filesystem >= 95
+BuildRequires: mingw32-filesystem
 BuildRequires: mingw32-python3
 BuildRequires: mingw32-python3-build
 
-BuildRequires: mingw64-filesystem >= 95
+BuildRequires: mingw64-filesystem
 BuildRequires: mingw64-python3
 BuildRequires: mingw64-python3-build
 

diff --git a/owslib-setuptools.patch b/owslib-setuptools.patch
new file mode 100644
index 0000000..c182218
--- /dev/null
+++ b/owslib-setuptools.patch
@@ -0,0 +1,17 @@
+diff -rupN owslib-0.36.0/pyproject.toml owslib-0.36.0-new/pyproject.toml
+--- owslib-0.36.0/pyproject.toml	2026-06-04 09:03:24.000000000 +0200
++++ owslib-0.36.0-new/pyproject.toml	2026-06-09 11:14:54.285223509 +0200
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools<69", "wheel"]
++requires = ["setuptools", "wheel"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]
+@@ -58,4 +58,4 @@ exclude = [".git", "__pycache__", "docs/
+ 
+ # ensure all subpackages are found
+ [tool.setuptools.packages.find]
+-include = ["owslib*"]
+\ No newline at end of file
++include = ["owslib*"]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09  9:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09  9:22 [rpms/mingw-python-OWSLib] rawhide: Add owslib-setuptools.patch Sandro Mani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox