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-build] rawhide: Rebuild (mingw-python-3.14) - bootstrap
Date: Wed, 23 Sep 2026 16:42:03 GMT	[thread overview]
Message-ID: <179018172304.1.12789949309531998868.rpms-mingw-python-build-92e20dc9c45a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mingw-python-build
Branch : rawhide
Commit : 92e20dc9c45aca939d4276f7b4594a95bd77f22e
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-09-23T18:41:54+02:00
Stats  : +23/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-python-build/c/92e20dc9c45aca939d4276f7b4594a95bd77f22e?branch=rawhide

Log:
Rebuild (mingw-python-3.14) - bootstrap

---
diff --git a/mingw-python-build.spec b/mingw-python-build.spec
index 174b066..0141900 100644
--- a/mingw-python-build.spec
+++ b/mingw-python-build.spec
@@ -1,7 +1,7 @@
 # python-built requires itself to build wheels.
 # To bootstrap, we copy the files to appropriate locations manually and create a minimal dist-info metadata.
 # Note that as a pure Python package, the wheel contains no pre-built binary stuff.
-%bcond_with     bootstrap
+%bcond_without     bootstrap
 
 %{?mingw_package_header}
 
@@ -10,7 +10,7 @@
 Name:           mingw-python-%{pypi_name}
 Summary:        MinGW Python %{pypi_name} library
 Version:        1.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 BuildArch:      noarch
 
 License:        MIT
@@ -20,18 +20,22 @@ Source1:        macros.mingw32-python3-wheel
 Source2:        macros.mingw64-python3-wheel
 
 
-BuildRequires:  mingw32-filesystem >= 102
+BuildRequires:  mingw32-filesystem
 BuildRequires:  mingw32-python3
 %if %{without bootstrap}
 BuildRequires:  mingw32-python3-flit-core
 BuildRequires:  mingw32-python3-build
+BuildRequires:  mingw32-python3-pyproject-hooks
+BuildRequires:  mingw32-python3-packaging
 %endif
 
-BuildRequires:  mingw64-filesystem >= 102
+BuildRequires:  mingw64-filesystem
 BuildRequires:  mingw64-python3
 %if %{without bootstrap}
 BuildRequires:  mingw64-python3-flit-core
 BuildRequires:  mingw64-python3-build
+BuildRequires:  mingw64-python3-pyproject-hooks
+BuildRequires:  mingw64-python3-packaging
 %endif
 
 
@@ -44,6 +48,8 @@ Summary:       MinGW Python 3 %{pypi_name} library
 Requires:      mingw32-python3-installer
 Requires:      mingw32-python3-setuptools
 Requires:      mingw32-python3-wheel
+Requires:      mingw32-python3-pyproject-hooks
+Requires:      mingw32-python3-packaging
 # For %%{_rpmconfigdir}/macros.d/
 Requires:      rpm
 
@@ -56,6 +62,8 @@ Summary:       MinGW Python 3 %{pypi_name} library
 Requires:      mingw64-python3-installer
 Requires:      mingw64-python3-setuptools
 Requires:      mingw64-python3-wheel
+Requires:      mingw64-python3-pyproject-hooks
+Requires:      mingw64-python3-packaging
 # For %%{_rpmconfigdir}/macros.d/
 Requires:      rpm
 
@@ -109,26 +117,37 @@ install -Dpm 0644 %{SOURCE2} %{buildroot}%{_rpmconfigdir}/macros.d/macros.mingw6
 
 %files -n mingw32-python3-%{pypi_name}
 %license LICENSE
+%if !%{with bootstrap}
 %{mingw32_bindir}/pyproject-build
+%endif
 %{mingw32_python3_sitearch}/%{pypi_name}/
 %{mingw32_python3_sitearch}/%{distinfo}
+%if !%{with bootstrap}
 %{_prefix}/%{mingw32_target}/bin/pyproject-build
+%endif
 %{mingw32_python3_hostsitearch}/%{pypi_name}/
 %{mingw32_python3_hostsitearch}/%{distinfo}
 %{_rpmconfigdir}/macros.d/macros.mingw32-python3-wheel
 
 %files -n mingw64-python3-%{pypi_name}
 %license LICENSE
+%if !%{with bootstrap}
 %{mingw64_bindir}/pyproject-build
+%endif
 %{mingw64_python3_sitearch}/%{pypi_name}/
 %{mingw64_python3_sitearch}/%{distinfo}
+%if !%{with bootstrap}
 %{_prefix}/%{mingw64_target}/bin/pyproject-build
+%endif
 %{mingw64_python3_hostsitearch}/%{pypi_name}/
 %{mingw64_python3_hostsitearch}/%{distinfo}
 %{_rpmconfigdir}/macros.d/macros.mingw64-python3-wheel
 
 
 %changelog
+* Tue Sep 22 2026 Sandro Mani <manisandro@gmail.com> - 1.6.1-2
+- Rebuild (mingw-python)
+
 * Tue Sep 15 2026 Sandro Mani <manisandro@gmail.com> - 1.6.1-1
 - Update to 1.6.1
 

                 reply	other threads:[~2026-09-23 16:42 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=179018172304.1.12789949309531998868.rpms-mingw-python-build-92e20dc9c45a@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