Update to 2.11.1
This commit is contained in:
parent
65daa1a9c9
commit
9a9939bec9
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
|||||||
/pybind11-2.10.3.tar.gz
|
/pybind11-2.10.3.tar.gz
|
||||||
/pybind11-2.10.4.tar.gz
|
/pybind11-2.10.4.tar.gz
|
||||||
/pybind11-2.11.0.tar.gz
|
/pybind11-2.11.0.tar.gz
|
||||||
|
/pybind11-2.11.1.tar.gz
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
%global python3_enabled 1
|
%global python3_enabled 1
|
||||||
|
|
||||||
Name: pybind11
|
Name: pybind11
|
||||||
Version: 2.11.0
|
Version: 2.11.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Seamless operability between C++11 and Python
|
Summary: Seamless operability between C++11 and Python
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -181,6 +181,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 24 2023 Susi Lehtola <jussilehtola@fedoraproject.org> - 2.11.1-1
|
||||||
|
- Update to 2.11.1.
|
||||||
|
|
||||||
* Mon Jul 24 2023 Susi Lehtola <jussilehtola@fedoraproject.org> - 2.11.0-1
|
* Mon Jul 24 2023 Susi Lehtola <jussilehtola@fedoraproject.org> - 2.11.0-1
|
||||||
- Update to 2.11.0.
|
- Update to 2.11.0.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pybind11-2.11.0.tar.gz) = 10edfdc499ed70234de0796f79b9f3a7a14d4baf01fb09fedbd9126e0a13d9cdeb213950c53a8f7a67cd6049b1db31efacfe2192098236b242ad3685967ea907
|
SHA512 (pybind11-2.11.1.tar.gz) = ed1512ff0bca3bc0a45edc2eb8c77f8286ab9389f6ff1d5cb309be24bc608abbe0df6a7f5cb18c8f80a3bfa509058547c13551c3cd6a759af708fd0cdcdd9e95
|
||||||
|
Loading…
Reference in New Issue
Block a user