Rebuilt for Python 3.8
This commit is contained in:
parent
aca042d137
commit
76ff2656be
@ -1,6 +1,6 @@
|
|||||||
Name: python-cffi
|
Name: python-cffi
|
||||||
Version: 1.12.3
|
Version: 1.12.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Foreign Function Interface for Python to call C code
|
Summary: Foreign Function Interface for Python to call C code
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://cffi.readthedocs.org/
|
URL: https://cffi.readthedocs.org/
|
||||||
@ -90,6 +90,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/
|
|||||||
%doc doc/build/html
|
%doc doc/build/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1.12.3-2
|
||||||
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
* Thu Jul 25 2019 Miro Hrončok <mhroncok@redhat.com> - 1.12.3-1
|
* Thu Jul 25 2019 Miro Hrončok <mhroncok@redhat.com> - 1.12.3-1
|
||||||
- Update to 1.12.3 (#1701577)
|
- Update to 1.12.3 (#1701577)
|
||||||
- https://cffi.readthedocs.io/en/latest/whatsnew.html#v1-12-3
|
- https://cffi.readthedocs.io/en/latest/whatsnew.html#v1-12-3
|
||||||
|
Loading…
Reference in New Issue
Block a user