Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 10:50:14 +02:00
parent 998fbc5acc
commit e39cdd5aa5

View File

@ -6,7 +6,7 @@
Name: pybind11
Version: 2.2.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Seamless operability between C++11 and Python
License: BSD
URL: https://github.com/pybind/pybind11
@ -118,6 +118,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
%changelog
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.2.2-4
- Rebuilt for Python 3.7
* Mon Apr 16 2018 Susi Lehtola <jussilehtola@fedorapeople.org> - 2.2.2-3
- Add Python subpackages based on Elliott Sales de Andrade's patch.