public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-pyo3-build-config] rawhide: Update to version 0.29.0; Fixes RHBZ#2488090
Date: Fri, 19 Jun 2026 16:25:03 GMT [thread overview]
Message-ID: <178188630335.1.13633671660901275366.rpms-rust-pyo3-build-config-20329398e00a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-pyo3-build-config
Branch : rawhide
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=rawhide
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
reply other threads:[~2026-06-19 16:25 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=178188630335.1.13633671660901275366.rpms-rust-pyo3-build-config-20329398e00a@fedoraproject.org \
--to=decathorpe@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