public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mingw-python-OWSLib] rawhide: Add owslib-setuptools.patch
Date: Tue, 09 Jun 2026 09:22:59 GMT	[thread overview]
Message-ID: <178099697949.1.17267432580209236044.rpms-mingw-python-OWSLib-39a900d74673@fedoraproject.org> (raw)

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*"]

                 reply	other threads:[~2026-06-09  9:22 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=178099697949.1.17267432580209236044.rpms-mingw-python-OWSLib-39a900d74673@fedoraproject.org \
    --to=manisandro@gmail.com \
    --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