Update to version 0.16.6

epel10
Fabio Valentini 2 years ago
parent d405207024
commit 8a084ed4f6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/pyo3-macros-backend-0.14.5.crate
/pyo3-macros-backend-0.15.1.crate
/pyo3-macros-backend-0.15.2.crate
/pyo3-macros-backend-0.16.6.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate pyo3-macros-backend
Name: rust-%{crate}
Version: 0.15.2
Name: rust-pyo3-macros-backend
Version: 0.16.6
Release: %autorelease
Summary: Code generation for PyO3 package
# Upstream license specification: Apache-2.0
License: ASL 2.0
License: Apache-2.0
URL: https://crates.io/crates/pyo3-macros-backend
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@ -48,6 +45,30 @@ 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}+pyproto-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+pyproto-devel %{_description}
This package contains library source intended for building other packages which
use the "pyproto" feature of the "%{crate}" crate.
%files -n %{name}+pyproto-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (pyo3-macros-backend-0.15.2.crate) = 5c3be99d863764376c3f66de304de8b36548cd99fae8ac40c548b3d467b6bdfcd683c53b4cd1aba26b1730c6b9214c36b1723a5d1299265734e67ea791918c82
SHA512 (pyo3-macros-backend-0.16.6.crate) = 49d82cff8762eeb27d8220aa98b2be43f614445f156212d45abef052e347ba2f4a7930e7c5c8a9843ea895ac5c223afc6527d036a9cad00efff9bda18907b019

Loading…
Cancel
Save