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-setuptools] rawhide: Rebuild (mingw-python-3.14)
Date: Wed, 23 Sep 2026 16:49:37 GMT	[thread overview]
Message-ID: <179018217711.1.10497022148011610056.rpms-mingw-python-setuptools-90a996885b61@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mingw-python-setuptools
Branch : rawhide
Commit : 90a996885b6115540750be3bb62784aa885e9d21
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-09-23T18:48:11+02:00
Stats  : +14/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-python-setuptools/c/90a996885b6115540750be3bb62784aa885e9d21?branch=rawhide

Log:
Rebuild (mingw-python-3.14)

---
diff --git a/mingw-python-setuptools.spec b/mingw-python-setuptools.spec
index c2ced6f..d3721d3 100644
--- a/mingw-python-setuptools.spec
+++ b/mingw-python-setuptools.spec
@@ -5,7 +5,7 @@
 Name:          mingw-python-%{pypi_name}
 Summary:       MinGW Windows Python %{pypi_name} library
 Version:       84.0.0
-Release:       2%{?dist}
+Release:       3%{?dist}
 BuildArch:     noarch
 
 License:       MIT
@@ -17,6 +17,8 @@ Patch0:        mingw-python-setuptools_nostrip.patch
 # Adapt is_mingw detection
 # NOTE: when running mingw-python3, sys.platform will be 'linux'
 Patch1:        setuptools-is_mingw.patch
+# Keep .dll.a as shared_lib_extension
+Patch2:        setuptools_shlibext.patch
 
 BuildRequires: mingw32-filesystem
 BuildRequires: mingw32-python3
@@ -61,10 +63,14 @@ find setuptools -name \*.py | xargs sed -i -e '1 {/^#!\//d}'
 
 
 %install
-%{mingw32_py3_install_host}
-%{mingw64_py3_install_host}
-%{mingw32_py3_install}
-%{mingw64_py3_install}
+ln -fs build_mingw32_host build;
+%mingw32_python3_host setup.py install -O0 --skip-build --root %{buildroot}
+ln -fs build_mingw64_host build;
+%mingw64_python3_host setup.py install -O0 --skip-build --root %{buildroot}
+ln -fs build_mingw32 build;
+%mingw32_python3 setup.py install -O0 --skip-build --root %{buildroot}
+ln -fs build_mingw64 build;
+%mingw64_python3 setup.py install -O0 --skip-build --root %{buildroot}
 
 find %{buildroot}%{mingw32_python3_sitearch}/ -name '*.exe' | xargs rm -f
 find %{buildroot}%{mingw64_python3_sitearch}/ -name '*.exe' | xargs rm -f
@@ -94,6 +100,9 @@ find %{buildroot}%{mingw64_python3_sitearch}/ -name '*.exe' | xargs rm -f
 
 
 %changelog
+* Tue Sep 22 2026 Sandro Mani <manisandro@gmail.com> - 84.0.0-3
+- Rebuild (mingw-python)
+
 * Fri Sep 18 2026 Sandro Mani <manisandro@gmail.com> - 84.0.0-2
 - Add setuptools-is_mingw.patch
 

             reply	other threads:[~2026-09-23 16:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-23 16:49 Sandro Mani [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-09-23 16:49 [rpms/mingw-python-setuptools] rawhide: Rebuild (mingw-python-3.14) Sandro Mani

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=179018217711.1.10497022148011610056.rpms-mingw-python-setuptools-90a996885b61@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