Bootstrap for Python 3.10
This commit is contained in:
parent
69ba4e866e
commit
40b5943f21
@ -1,3 +1,4 @@
|
|||||||
|
%global _without_tests 1
|
||||||
# While the headers are architecture independent, the package must be
|
# While the headers are architecture independent, the package must be
|
||||||
# built separately on all architectures so that the tests are run
|
# built separately on all architectures so that the tests are run
|
||||||
# properly. See also
|
# properly. See also
|
||||||
@ -17,7 +18,7 @@
|
|||||||
|
|
||||||
Name: pybind11
|
Name: pybind11
|
||||||
Version: 2.6.2
|
Version: 2.6.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Seamless operability between C++11 and Python
|
Summary: Seamless operability between C++11 and Python
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/pybind/pybind11
|
URL: https://github.com/pybind/pybind11
|
||||||
@ -180,6 +181,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.6.2-2
|
||||||
|
- Bootstrap for Python 3.10
|
||||||
|
|
||||||
* Wed Jan 27 2021 Susi Lehtola <jussilehtola@fedoraproject.org> - 2.6.2-1
|
* Wed Jan 27 2021 Susi Lehtola <jussilehtola@fedoraproject.org> - 2.6.2-1
|
||||||
- Update to 2.6.2.
|
- Update to 2.6.2.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user