Update to 0.8
This commit is contained in:
parent
60547db36d
commit
eaf95c1cbc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/py3c-0.6.tar.gz
|
||||
/py3c-0.7.tar.gz
|
||||
/py3c-0.8.tar.gz
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: py3c
|
||||
Version: 0.7
|
||||
Version: 0.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Guide and compatibility macros for porting extensions to Python 3
|
||||
|
||||
@ -89,6 +89,11 @@ cp -rv doc/build/html/* %{buildroot}%{_pkgdocdir}
|
||||
%doc %{_pkgdocdir}/
|
||||
|
||||
%changelog
|
||||
|
||||
* Wed Feb 01 2017 Petr Viktorin <pviktorin@redhat.com> - 0.8-1
|
||||
- Update to 0.8:
|
||||
- Add backports for PyMem_Raw*
|
||||
|
||||
* Thu May 19 2016 Petr Viktorin <pviktorin@redhat.com> - 0.7-1
|
||||
- Update to 0.7:
|
||||
- Fix file shim tests on big endian architectures
|
||||
|
||||
Loading…
Reference in New Issue
Block a user