Rebuilt for timestamp .pyc invalidation mode

Resolves: RHEL-17755
This commit is contained in:
Miro Hrončok 2024-01-23 18:00:08 +01:00
parent 0734092a6f
commit 4b983dc6a5

View File

@ -22,7 +22,7 @@
Name: python%{python3_pkgversion}-pybind11
Version: 2.11.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Seamless operability between C++11 and Python
License: BSD
URL: https://github.com/pybind/pybind11
@ -124,6 +124,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
%{python3_sitearch}/%{modname}-%{version}-py%{python3_version}.egg-info
%changelog
* Tue Jan 23 2024 Miro Hrončok <mhroncok@redhat.com> - 2.11.1-3
- Rebuilt for timestamp .pyc invalidation mode
* Wed Jan 17 2024 Miro Hrončok <mhroncok@redhat.com> - 2.11.1-2
- Enable tests