928c92e
@@ -1,6 +1,5 @@
Name: python-cffi
%global general_version 1.15.0
- %global prerel rc2
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 1%{?dist}
Summary: Foreign Function Interface for Python to call C code
@@ -70,6 +69,10 @@
%doc doc/build/html
%changelog
+ * Tue Dec 21 2021 Lumír Balhar <lbalhar@redhat.com> - 1.15.0-1
+ - Update to 1.15.0
+ Resolves: rhbz#2013760
+
* Thu Oct 07 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.15.0~rc2-1
- Update to 1.15.0rc2
Resolves: rhbz#2007006
@@ -1,1 +1,1 @@
- SHA512 (cffi-1.15.0rc2.tar.gz) = a3e3838a919e222a533f48062cab33b83157acaf9954c8a6382eae7db9b0e9d152ad8dcf7e140ae085016bc89ad9444d7a7717c9361252fba70118ec808db9d7
+ SHA512 (cffi-1.15.0.tar.gz) = ee83efde6f77f4a0c5889088c4c208ed7b9071fe06dfc16a8d2396de07f78fe859e1e39866760198a9d700f3b7359e8715e8a3e4907feb81d3fc4b8dd0dbaca1
Dependant packages in: https://copr.fedorainfracloud.org/coprs/lbalhar/python-cffi/builds/
Only notcurses failed but the reason is broken dependencies, not this change.
Seems the 32 bit arches failed.
As a matter of readability, I recommend either ditching this line completely or removing the "rc2" value from the comment.
The errors seem very much like https://bugzilla.redhat.com/show_bug.cgi?id=2034715
[citest]
Done.
The issue is fixed and the last scratch build was green. Rebase will trigger a new one just to be sure.
rebased onto 928c92e
Thanks.
Pull-Request has been merged by churchyard
Building python-cffi-1.15.0-1.fc36 for rawhide Created task: 80815268 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=80815268
Dependant packages in: https://copr.fedorainfracloud.org/coprs/lbalhar/python-cffi/builds/
Only notcurses failed but the reason is broken dependencies, not this change.