Update to 0.7:

Fix file shim tests on big endian architectures
  (bug in the test suite only, does not affect behavior)
This commit is contained in:
Petr Viktorin 2016-07-05 20:07:11 +02:00
parent e6f5c70610
commit 60547db36d
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/py3c-0.6.tar.gz
/py3c-0.7.tar.gz

View File

@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: py3c
Version: 0.6
Release: 2%{?dist}
Version: 0.7
Release: 1%{?dist}
Summary: Guide and compatibility macros for porting extensions to Python 3
# Licences differ for subpackages
@ -89,5 +89,10 @@ cp -rv doc/build/html/* %{buildroot}%{_pkgdocdir}
%doc %{_pkgdocdir}/
%changelog
* Thu May 19 2016 Petr Viktorin <pviktorin@redhat.com> - 0.7-1
- Update to 0.7:
- Fix file shim tests on big endian architectures
(bug in the test suite only, does not affect behavior)
* Thu May 19 2016 Petr Viktorin <pviktorin@redhat.com> - 0.6-2
- Initial package

View File

@ -1 +1 @@
8d961477c00ebe4be19398ee4602946b py3c-0.6.tar.gz
501dcf7a9a5e40769a6bc2edbb2831e2 py3c-0.7.tar.gz