public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-pyo3-build-config] f44: Update to version 0.29.0; Fixes RHBZ#2488090
@ 2026-06-19 16:25 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-19 16:25 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-pyo3-build-config
Branch : f44
Commit : 20329398e00a9bea343386872de2b906649ebbac
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-06-19T15:33:03+02:00
Stats  : +3/-110 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-pyo3-build-config/c/20329398e00a9bea343386872de2b906649ebbac?branch=f44

Log:
Update to version 0.29.0; Fixes RHBZ#2488090

---
diff --git a/.gitignore b/.gitignore
index cd0a85f..247de6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@
 /pyo3-build-config-0.27.1.crate
 /pyo3-build-config-0.27.2.crate
 /pyo3-build-config-0.28.3.crate
+/pyo3-build-config-0.29.0.crate

diff --git a/rust-pyo3-build-config.spec b/rust-pyo3-build-config.spec
index 53c8628..2c69660 100644
--- a/rust-pyo3-build-config.spec
+++ b/rust-pyo3-build-config.spec
@@ -5,7 +5,7 @@
 %global crate pyo3-build-config
 
 Name:           rust-pyo3-build-config
-Version:        0.28.3
+Version:        0.29.0
 Release:        %autorelease
 Summary:        Build configuration for the PyO3 ecosystem
 
@@ -50,114 +50,6 @@ use the "default" feature of the "%{crate}" crate.
 %files       -n %{name}+default-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+abi3-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+abi3-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "abi3" feature of the "%{crate}" crate.
-
-%files       -n %{name}+abi3-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+abi3-py310-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+abi3-py310-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "abi3-py310" feature of the "%{crate}" crate.
-
-%files       -n %{name}+abi3-py310-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+abi3-py311-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+abi3-py311-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "abi3-py311" feature of the "%{crate}" crate.
-
-%files       -n %{name}+abi3-py311-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+abi3-py312-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+abi3-py312-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "abi3-py312" feature of the "%{crate}" crate.
-
-%files       -n %{name}+abi3-py312-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+abi3-py313-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+abi3-py313-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "abi3-py313" feature of the "%{crate}" crate.
-
-%files       -n %{name}+abi3-py313-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+abi3-py314-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+abi3-py314-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "abi3-py314" feature of the "%{crate}" crate.
-
-%files       -n %{name}+abi3-py314-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+abi3-py37-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+abi3-py37-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "abi3-py37" feature of the "%{crate}" crate.
-
-%files       -n %{name}+abi3-py37-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+abi3-py38-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+abi3-py38-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "abi3-py38" feature of the "%{crate}" crate.
-
-%files       -n %{name}+abi3-py38-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+abi3-py39-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+abi3-py39-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "abi3-py39" feature of the "%{crate}" crate.
-
-%files       -n %{name}+abi3-py39-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %package     -n %{name}+extension-module-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/sources b/sources
index a766f5d..0d2e3e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pyo3-build-config-0.28.3.crate) = 78f85696901b16540d42187d10e888bd929b9f23415faeb73f9798abda1af3506a308145dd4113b070521271c72624d7930fb4b19bad25aa1afd3082030c9126
+SHA512 (pyo3-build-config-0.29.0.crate) = df77e8d7d5fe173749437ff6b90fa1703083377d515ab8a85dc77d9cac9c3fc331ede4b040f7e3694311ddb5adff577cf90c181a27c196ab93a4569e918fdea8

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

only message in thread, other threads:[~2026-06-19 16:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 16:25 [rpms/rust-pyo3-build-config] f44: Update to version 0.29.0; Fixes RHBZ#2488090 Fabio Valentini

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