Update to 2.4.0.
This commit is contained in:
parent
a0b23a83e3
commit
595d158b07
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/pybind11-2.2.3.tar.gz
|
||||
/pybind11-2.2.4.tar.gz
|
||||
/pybind11-2.3.0.tar.gz
|
||||
/pybind11-2.4.0.tar.gz
|
||||
|
@ -14,8 +14,8 @@
|
||||
|
||||
|
||||
Name: pybind11
|
||||
Version: 2.3.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Seamless operability between C++11 and Python
|
||||
License: BSD
|
||||
URL: https://github.com/pybind/pybind11
|
||||
@ -168,6 +168,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 20 2019 Susi Lehtola - 2.4.0-1
|
||||
- Update to 2.4.0.
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.3.0-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pybind11-2.3.0.tar.gz) = 04542fe9dca2ffdb86c15698a4bbc041446a9f11970092e89a482ae0ff64c932f62fff8f437b98bdaa006c1fccabddd79f0c7e376f27daed2150b1d2f988e8aa
|
||||
SHA512 (pybind11-2.4.0.tar.gz) = 942ae7f4d4174dbc67b2ffdc3119242546a022ffd99f12630521acc431b3da1499ff0e1c8fab5f651878c8bc401800a38fd7e19a72d9d4cd9f61fe5434373406
|
||||
|
Loading…
Reference in New Issue
Block a user