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

This commit is contained in:
CentOS Sources 2022-03-29 16:14:05 -04:00 committed by Stepan Oksanichenko
parent fb7192183e
commit cf1098f1cc
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 %bcond_without tests
Name: pybind11 Name: pybind11
Version: 2.6.1 Version: 2.7.1
Release: 2%{?dist} Release: 1%{?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
@ -127,6 +127,10 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
%changelog %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 * Mon Jan 18 2021 Tomas Orsava <torsava@redhat.com> - 2.6.1-2
- Convert from Fedora to the python39 module in RHEL8 - Convert from Fedora to the python39 module in RHEL8
- Resolves: rhbz#1877430 - Resolves: rhbz#1877430