Update to 2.11.1

This commit is contained in:
lingjuer 2023-07-31 11:35:50 +08:00
parent a34878113e
commit 843f87b115
3 changed files with 5 additions and 2 deletions

BIN
pybind11-2.11.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global debug_package %{nil} %global debug_package %{nil}
%bcond_without tests %bcond_without tests
Name: pybind11 Name: pybind11
Version: 2.10.4 Version: 2.11.1
Release: 1 Release: 1
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
Source0: https://github.com/pybind/pybind11/archive/refs/tags/v%{version}.tar.gz Source0: https://github.com/pybind/pybind11/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: make cmake eigen3-devel gcc-c++ BuildRequires: make cmake eigen3-devel gcc-c++
@ -76,6 +76,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
%changelog %changelog
* Mon Jul 31 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 2.11.1-1
- Update package to version 2.11.1
* Fri Apr 7 2023 liyanan <thistleslyn@163.com> - 2.10.4-1 * Fri Apr 7 2023 liyanan <thistleslyn@163.com> - 2.10.4-1
- Upgrade package to version 2.10.4 - Upgrade package to version 2.10.4

Binary file not shown.