Update to version 0.23.3; Fixes RHBZ#2326537

epel10 imports/epel10/rust-pyo3-macros-0.23.3-1.el10
Fabio Valentini 1 month ago
parent 42e07cf60f
commit f079304784
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -26,3 +26,4 @@
/pyo3-macros-0.22.3.crate /pyo3-macros-0.22.3.crate
/pyo3-macros-0.22.4.crate /pyo3-macros-0.22.4.crate
/pyo3-macros-0.22.6.crate /pyo3-macros-0.22.6.crate
/pyo3-macros-0.23.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate pyo3-macros %global crate pyo3-macros
Name: rust-pyo3-macros Name: rust-pyo3-macros
Version: 0.22.6 Version: 0.23.3
Release: %autorelease Release: %autorelease
Summary: Proc macros for PyO3 package Summary: Proc macros for PyO3 package
@ -58,18 +58,6 @@ use the "experimental-async" feature of the "%{crate}" crate.
%files -n %{name}+experimental-async-devel %files -n %{name}+experimental-async-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+gil-refs-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+gil-refs-devel %{_description}
This package contains library source intended for building other packages which
use the "gil-refs" feature of the "%{crate}" crate.
%files -n %{name}+gil-refs-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+multiple-pymethods-devel %package -n %{name}+multiple-pymethods-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (pyo3-macros-0.22.6.crate) = 63f7a7b42e099742518c8a3bbc7647e98debb5500d08c39e11e8140fc146e790ab06e005d8d14c89aba79ebc5bf04fe1c92c0e9c5b13421307d3a4682d044179 SHA512 (pyo3-macros-0.23.3.crate) = 23bfcff285db1276f2dcca9895f7672ec6e5aec118039e2cef3cabca0a85eb97f138391cea4da26eb887dff09c65947b165ca83392edcc8640cb283df2929901

Loading…
Cancel
Save