Compare commits

...

No commits in common. 'epel10' and 'i10ce' have entirely different histories.

30
.gitignore vendored

@ -1,29 +1 @@
/results_*/
/*.src.rpm
/pyo3-macros-0.13.0.crate
/pyo3-macros-0.13.1.crate
/pyo3-macros-0.13.2.crate
/pyo3-macros-0.14.3.crate
/pyo3-macros-0.14.4.crate
/pyo3-macros-0.14.5.crate
/pyo3-macros-0.15.1.crate
/pyo3-macros-0.15.2.crate
/pyo3-macros-0.16.6.crate
/pyo3-macros-0.17.3.crate
/pyo3-macros-0.18.1.crate
/pyo3-macros-0.18.2.crate
/pyo3-macros-0.18.3.crate
/pyo3-macros-0.19.1.crate
/pyo3-macros-0.19.2.crate
/pyo3-macros-0.20.0.crate
/pyo3-macros-0.20.1.crate
/pyo3-macros-0.20.2.crate
/pyo3-macros-0.21.1.crate
/pyo3-macros-0.21.2.crate
/pyo3-macros-0.22.0.crate
/pyo3-macros-0.22.2.crate
/pyo3-macros-0.22.3.crate
/pyo3-macros-0.22.4.crate
/pyo3-macros-0.22.6.crate
/pyo3-macros-0.23.3.crate
SOURCES/pyo3-macros-0.23.3.crate

@ -0,0 +1 @@
b21cd4bcd05083798b3eddd864eadbd4e09cc092 SOURCES/pyo3-macros-0.23.3.crate

@ -0,0 +1,208 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate pyo3-macros
Name: rust-pyo3-macros
Version: 0.23.3
Release: %autorelease
Summary: Proc macros for PyO3 package
License: MIT OR Apache-2.0
URL: https://crates.io/crates/pyo3-macros
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Proc macros for PyO3 package.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+experimental-async-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+experimental-async-devel %{_description}
This package contains library source intended for building other packages which
use the "experimental-async" feature of the "%{crate}" crate.
%files -n %{name}+experimental-async-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+multiple-pymethods-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+multiple-pymethods-devel %{_description}
This package contains library source intended for building other packages which
use the "multiple-pymethods" feature of the "%{crate}" crate.
%files -n %{name}+multiple-pymethods-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.23.3-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sun Dec 08 2024 Fabio Valentini <decathorpe@gmail.com> - 0.23.3-1
- Update to version 0.23.3; Fixes RHBZ#2326537
* Sat Nov 09 2024 Fabio Valentini <decathorpe@gmail.com> - 0.22.6-1
- Update to version 0.22.6; Fixes RHBZ#2318985
* Tue Oct 15 2024 Fabio Valentini <decathorpe@gmail.com> - 0.22.4-1
- Update to version 0.22.4; Fixes RHBZ#2318283
* Wed Sep 18 2024 Fabio Valentini <decathorpe@gmail.com> - 0.22.3-1
- Update to version 0.22.3; Fixes RHBZ#2312479
* Tue Jul 23 2024 Fabio Valentini <decathorpe@gmail.com> - 0.22.2-1
- Update to version 0.22.2; Fixes RHBZ#2296162
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Jun 25 2024 Fabio Valentini <decathorpe@gmail.com> - 0.22.0-1
- Update to version 0.22.0; Fixes RHBZ#2293991
* Wed Apr 24 2024 Fabio Valentini <decathorpe@gmail.com> - 0.21.2-1
- Update to version 0.21.2; Fixes RHBZ#2275247
* Fri Apr 12 2024 Fabio Valentini <decathorpe@gmail.com> - 0.21.1-1
- Update to version 0.21.1; Fixes RHBZ#2265636
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 07 2024 Fabio Valentini <decathorpe@gmail.com> - 0.20.2-1
- Update to version 0.20.2; Fixes RHBZ#2256873
* Sun Dec 31 2023 Fabio Valentini <decathorpe@gmail.com> - 0.20.1-1
- Update to version 0.20.1; Fixes RHBZ#2256289
* Mon Nov 13 2023 Fabio Valentini <decathorpe@gmail.com> - 0.20.0-1
- Update to version 0.20.0; Fixes RHBZ#2243415
* Tue Aug 01 2023 Fabio Valentini <decathorpe@gmail.com> - 0.19.2-1
- Update to version 0.19.2; Fixes RHBZ#2228009
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jul 10 2023 Fabio Valentini <decathorpe@gmail.com> - 0.19.1-1
- Update to version 0.19.1; Fixes RHBZ#2211445
* Sat May 06 2023 Fabio Valentini <decathorpe@gmail.com> - 0.18.3-1
- Update to version 0.18.3; Fixes RHBZ#2186632
* Sun Mar 26 2023 Fabio Valentini <decathorpe@gmail.com> - 0.18.2-1
- Update to version 0.18.2; Fixes RHBZ#2181654
* Sat Mar 04 2023 Fabio Valentini <decathorpe@gmail.com> - 0.18.1-1
- Update to version 0.18.1; Fixes RHBZ#2061102
* Sat Jan 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.17.3-1
- Update to version 0.17.3
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Jan 18 2023 Fabio Valentini <decathorpe@gmail.com> - 0.16.6-1
- Update to version 0.16.6
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu May 05 2022 Fabio Valentini <decathorpe@gmail.com> - 0.15.2-1
- Update to version 0.15.2
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Nov 22 2021 Fabio Valentini <decathorpe@gmail.com> - 0.15.1-1
- Update to version 0.15.1; Fixes RHBZ#2020056
* Sun Sep 05 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.5-1
- Update to version 0.14.5; Fixes RHBZ#1998823
* Sun Aug 29 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.4-1
- Update to version 0.14.4; Fixes RHBZ#1998823
* Mon Aug 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.3-1
- Update to version 0.14.3; Fixes RHBZ#1978981
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.13.2-1
- Update to version 0.13.2.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sun Jan 10 2021 Fabio Valentini <decathorpe@gmail.com> - 0.13.1-1
- Update to version 0.13.1.
* Thu Jan 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.13.0-1
- Initial package
## END: Generated by rpmautospec

@ -1,14 +0,0 @@
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.13.2-1
- Update to version 0.13.2.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sun Jan 10 2021 Fabio Valentini <decathorpe@gmail.com> - 0.13.1-1
- Update to version 0.13.1.
* Thu Jan 07 2021 Fabio Valentini <decathorpe@gmail.com> - 0.13.0-1
- Initial package

@ -1,92 +0,0 @@
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate pyo3-macros
Name: rust-pyo3-macros
Version: 0.23.3
Release: %autorelease
Summary: Proc macros for PyO3 package
License: MIT OR Apache-2.0
URL: https://crates.io/crates/pyo3-macros
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Proc macros for PyO3 package.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+experimental-async-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+experimental-async-devel %{_description}
This package contains library source intended for building other packages which
use the "experimental-async" feature of the "%{crate}" crate.
%files -n %{name}+experimental-async-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+multiple-pymethods-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+multiple-pymethods-devel %{_description}
This package contains library source intended for building other packages which
use the "multiple-pymethods" feature of the "%{crate}" crate.
%files -n %{name}+multiple-pymethods-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -1 +0,0 @@
SHA512 (pyo3-macros-0.23.3.crate) = 23bfcff285db1276f2dcca9895f7672ec6e5aec118039e2cef3cabca0a85eb97f138391cea4da26eb887dff09c65947b165ca83392edcc8640cb283df2929901
Loading…
Cancel
Save