update to version 0.13.1

epel10
Fabio Valentini 4 years ago
parent 8761520e5e
commit 736228f19b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/pyo3-0.13.0.crate
/pyo3-0.13.1.crate

@ -0,0 +1,13 @@
[DEFAULT]
buildrequires =
python3-devel >= 3.6
lib+default.requires =
python3-devel >= 3.6
lib+abi3-py36.requires =
python3-devel >= 3.6
lib+abi3-py37.requires =
python3-devel >= 3.7
lib+abi3-py38.requires =
python3-devel >= 3.8
lib+abi3-py39.requires =
python3-devel >= 3.9

@ -1,7 +1,7 @@
--- pyo3-0.13.0/Cargo.toml 2020-12-22T16:06:37+00:00
+++ pyo3-0.13.0/Cargo.toml 2021-01-07T22:17:51.790053+00:00
--- pyo3-0.13.1/Cargo.toml 2021-01-10T12:52:30+00:00
+++ pyo3-0.13.1/Cargo.toml 2021-01-10T23:39:06.731495+00:00
@@ -16,7 +16,7 @@
version = "0.13.0"
version = "0.13.1"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
build = "build.rs"
-exclude = ["/.gitignore", ".cargo/config"]

@ -5,7 +5,7 @@
%global crate pyo3
Name: rust-%{crate}
Version: 0.13.0
Version: 0.13.1
Release: 1%{?dist}
Summary: Bindings to Python interpreter
@ -47,6 +47,7 @@ which use "%{crate}" crate.
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
Requires: python3-devel >= 3.6
%description -n %{name}+default-devel %{_description}
@ -59,7 +60,6 @@ which use "default" feature of "%{crate}" crate.
%package -n %{name}+abi3-devel
Summary: %{summary}
BuildArch: noarch
Requires: python3-devel >= 3.9
%description -n %{name}+abi3-devel %{_description}
@ -121,6 +121,18 @@ which use "abi3-py39" feature of "%{crate}" crate.
%files -n %{name}+abi3-py39-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+auto-initialize-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+auto-initialize-devel %{_description}
This package contains library source intended for building other packages
which use "auto-initialize" feature of "%{crate}" crate.
%files -n %{name}+auto-initialize-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ctor-devel
Summary: %{summary}
BuildArch: noarch
@ -286,5 +298,8 @@ echo 'python3-devel >= 3.6'
%endif
%changelog
* 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 +1 @@
SHA512 (pyo3-0.13.0.crate) = 8452aaf21c9d5950399933b5d20a1830f66d2a56cdf5f94cd22512a58fbcbaa6ac6605aded3aebb63b9004485050134ac11e6a82a6453eb8fd549a4ce96d8052
SHA512 (pyo3-0.13.1.crate) = 6b4c03784fab2dc1f29cf06551a97a4cdeb780cf0d641c579ea888cfa648897656db2b90476a85faf26b6f060cafc5e0eae76ca7803c5df0171690d4e5b4fa2f

Loading…
Cancel
Save