Bootstrap for Python 3.9
This commit is contained in:
parent
d6c7e261f5
commit
1baedf1499
@ -1,3 +1,4 @@
|
||||
%global _without_tests 1
|
||||
# While the headers are architecture independent, the package must be
|
||||
# built separately on all architectures so that the tests are run
|
||||
# properly. See also
|
||||
@ -18,7 +19,7 @@
|
||||
|
||||
Name: pybind11
|
||||
Version: 2.5.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Seamless operability between C++11 and Python
|
||||
License: BSD
|
||||
URL: https://github.com/pybind/pybind11
|
||||
@ -177,6 +178,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 2.5.0-2
|
||||
- Bootstrap for Python 3.9
|
||||
|
||||
* Wed Apr 01 2020 Susi Lehtola - 2.5.0-1
|
||||
- Update to 2.5.0.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user