Hide Forgot
Latest upstream release: 1.10.0 Current version/release in rawhide: 1.9.0-1.fc26 URL: https://pypi.io/project/vcrpy Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/6286/
Patching or scratch build for python-vcrpy-1.9.0 failed.
Created attachment 1194815 [details] Rebase-helper rebase-helper-debug.log log file. See for details and report the eventual error to rebase-helper https://github.com/phracek/rebase-helper/issues.
Patches were not touched. All were applied properly
The build with the new version fails with: copying build/lib/vcr/patch.py -> /builddir/build/BUILDROOT/python-vcrpy-1.10.0-1.fc26.noarch/usr/lib/python2.7/site-packages/vcr byte-compiling /builddir/build/BUILDROOT/python-vcrpy-1.10.0-1.fc26.noarch/usr/lib/python2.7/site-packages/vcr/stubs/aiohttp_stubs.py to aiohttp_stubs.pyc File "/usr/lib/python2.7/site-packages/vcr/stubs/aiohttp_stubs.py", line 16 def json(self, *, encoding='utf-8', loads=json.loads): # NOQA: E999 ^ SyntaxError: invalid syntax Is this because aiohttp is python3 only and shouldn't be in the python2 build?
(In reply to Kevin Fenzi from comment #4) > Is this because aiohttp is python3 only and shouldn't be in the python2 > build? That sounds right, yes.
Filed upstream: https://github.com/kevin1024/vcrpy/issues/270
Fixed in 1.10.1. and built in rawhide. :)