import pybind11-2.7.1-1.module+el8.6.0+12838+640e6226

This commit is contained in:
CentOS Sources 2021-10-15 17:15:26 +00:00 committed by Stepan Oksanichenko
parent 6dc821fba6
commit 5f83f5dd8d
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/pybind11-2.6.1.tar.gz
SOURCES/pybind11-2.7.1.tar.gz

View File

@ -1 +1 @@
b21af7baafced23503ff19298b0c3a68fce88d61 SOURCES/pybind11-2.6.1.tar.gz
8ddca54a17e646aa3e42488b0a0cb250f8b8ed83 SOURCES/pybind11-2.7.1.tar.gz

View File

@ -8,8 +8,8 @@
%bcond_without tests
Name: pybind11
Version: 2.6.1
Release: 2%{?dist}
Version: 2.7.1
Release: 1%{?dist}
Summary: Seamless operability between C++11 and Python
License: BSD
URL: https://github.com/pybind/pybind11
@ -127,6 +127,10 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
%changelog
* Fri Oct 01 2021 Charalampos Stratakis <cstratak@redhat.com> - 2.7.1-1
- Update to 2.7.1
- Resolves: rhbz#2000212
* Mon Jan 18 2021 Tomas Orsava <torsava@redhat.com> - 2.6.1-2
- Convert from Fedora to the python39 module in RHEL8
- Resolves: rhbz#1877430