public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mingw-python-packaging] rawhide: Rebuild (mingw-python-3.14) - bootstrap
@ 2026-09-23 16:45 Sandro Mani
  0 siblings, 0 replies; only message in thread
From: Sandro Mani @ 2026-09-23 16:45 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mingw-python-packaging
Branch : rawhide
Commit : 3b2e04e428c439de91d89bc0eb75ab793fa76ad1
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-09-23T18:45:05+02:00
Stats  : +11/-8 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-python-packaging/c/3b2e04e428c439de91d89bc0eb75ab793fa76ad1?branch=rawhide

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

---
diff --git a/mingw-python-packaging.spec b/mingw-python-packaging.spec
index 7e47eb8..e7460db 100644
--- a/mingw-python-packaging.spec
+++ b/mingw-python-packaging.spec
@@ -1,7 +1,7 @@
 # This package is required by python-build 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 packaging core utils
 Version:        26.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 BuildArch:      noarch
 
 License:        BSD-2-Clause OR Apache-2.0
@@ -18,14 +18,14 @@ Url:            https://pypi.python.org/pypi/%{pypi_name}
 Source0:        %{pypi_source}
 
 
-BuildRequires:  mingw32-filesystem >= 102
+BuildRequires:  mingw32-filesystem
 BuildRequires:  mingw32-python3
 %if %{without bootstrap}
 BuildRequires:  mingw32-python3-build
 BuildRequires:  mingw32-python3-flit-core
 %endif
 
-BuildRequires:  mingw64-filesystem >= 102
+BuildRequires:  mingw64-filesystem
 BuildRequires:  mingw64-python3
 %if %{without bootstrap}
 BuildRequires:  mingw64-python3-build
@@ -83,12 +83,12 @@ EOF
 %if %{with bootstrap}
 mkdir -p %{buildroot}%{mingw32_python3_sitearch}
 mkdir -p %{buildroot}%{mingw64_python3_sitearch}
-cp -a packaging %{distinfo} %{buildroot}%{mingw32_python3_sitearch}/
-cp -a packaging %{distinfo} %{buildroot}%{mingw64_python3_sitearch}/
+cp -a src/packaging %{distinfo} %{buildroot}%{mingw32_python3_sitearch}/
+cp -a src/packaging %{distinfo} %{buildroot}%{mingw64_python3_sitearch}/
 mkdir -p %{buildroot}%{mingw32_python3_hostsitearch}
 mkdir -p %{buildroot}%{mingw64_python3_hostsitearch}
-cp -a packaging %{distinfo} %{buildroot}%{mingw32_python3_hostsitearch}/
-cp -a packaging %{distinfo} %{buildroot}%{mingw64_python3_hostsitearch}/
+cp -a src/packaging %{distinfo} %{buildroot}%{mingw32_python3_hostsitearch}/
+cp -a src/packaging %{distinfo} %{buildroot}%{mingw64_python3_hostsitearch}/
 %else
 %mingw32_py3_install_wheel
 %mingw64_py3_install_wheel
@@ -113,6 +113,9 @@ cp -a packaging %{distinfo} %{buildroot}%{mingw64_python3_hostsitearch}/
 
 
 %changelog
+* Wed Sep 23 2026 Sandro Mani <manisandro@gmail.com> - 26.3-2
+- Rebuild (mingw-python)
+
 * Thu Aug 06 2026 Sandro Mani <manisandro@gmail.com> - 26.3-1
 - Update to 26.3
 

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

only message in thread, other threads:[~2026-09-23 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 16:45 [rpms/mingw-python-packaging] rawhide: Rebuild (mingw-python-3.14) - bootstrap Sandro Mani

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