Update to 1.1 to fix Python 3.8 compatibility in tests
https://bugzilla.redhat.com/show_bug.cgi?id=1758446
This commit is contained in:
parent
9fb64081b3
commit
44882d7bd8
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/py3c-0.7.tar.gz
|
||||
/py3c-0.8.tar.gz
|
||||
/py3c-1.0.tar.gz
|
||||
/py3c-1.1.tar.gz
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: py3c
|
||||
Version: 1.0
|
||||
Release: 6%{?dist}
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Guide and compatibility macros for porting extensions to Python 3
|
||||
|
||||
# Licences differ for subpackages
|
||||
@ -93,6 +93,10 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc
|
||||
%doc %{_pkgdocdir}/
|
||||
|
||||
%changelog
|
||||
* Fri Oct 04 2019 Petr Viktorin <pviktori@redhat.com> - 1.1-1
|
||||
- Update to 1.1 to fix Python 3.8 compatibility in tests
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1758446
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (py3c-1.0.tar.gz) = 1a634b6489ceadc2f7f79f0c896c8ab6ec0cc978c5b0195f7cdda1ac32db7f8bfd3889e6e0543843d287bbc0e27a156b09dc15bf979d951951fb74fbc5c1149c
|
||||
SHA512 (py3c-1.1.tar.gz) = aa95bbe1a80eec9e32d3dab4b0771a35fc467052757077fa17b42ceba78a5fe7fb1fa99079240aeeea5538abff778518b706f3bf16dbce2cd4f7dc1900c61b24
|
||||
|
||||
Loading…
Reference in New Issue
Block a user