Latest upstream release: 2.4.0 Current version/release in rawhide: 1.1.0-5.fc26 URL: https://pypi.python.org/pypi/cornice 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/13445/
An unexpected error occured creating the scratch build: please report this issue to the-new-hotness issue tracker at https://github.com/fedora-infra/the-new-hotness/issues
Latest upstream release: 3.0.0 Current version/release in rawhide: 1.1.0-9.fc27 URL: https://pypi.python.org/pypi/cornice 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/13445/
One or more of the specfile's Sources is not a valid URL so we cannot automatically build the new version for you. Please use a URL in your Source declarations if possible.
Hey Randy, any problems with me updating rawhide to 3.0.0 here? Or will it cause issues for bodhi?
Hi Kevin! Unfortunately, I've never put the effort into getting Bodhi to support Cornice 2 yet: https://github.com/fedora-infra/bodhi/blob/2.12.2/requirements.txt#L6 Thankfully, upgrading from 2 to 3 doesn't sound that bad, but going from 1 to 2 looks like it might be pretty involved: https://cornice.readthedocs.io/en/latest/upgrading.html#x-to-3-x Bodhi is about to release 3.0.0, which will only go to Rawhide since it is backwards incompatible. I don't want to hold up the newer versions from getting to Rawhide, so I will prioritize getting this fixed.
I've filed https://github.com/fedora-infra/bodhi/issues/1922 about reworking Bodhi to work with Cornice 3.0.0.
It looks like Bodhi is the only package that uses Cornice in Rawhide: [root@6f91c225a0e3 /]# dnf repoquery --whatrequires python2-cornice Fedora - Rawhide - Developmental packages for the next Fedora release 858 kB/s | 58 MB 01:09 Last metadata expiration check: 0:01:20 ago on Wed Oct 25 19:15:30 2017. bodhi-server-0:2.12.2-1.fc28.noarch python2-cornice-sphinx-0:1.1.0-9.fc27.noarch [root@6f91c225a0e3 /]# dnf repoquery --whatrequires python3-cornice Last metadata expiration check: 0:05:15 ago on Wed Oct 25 19:15:30 2017. python3-cornice-sphinx-0:1.1.0-9.fc27.noarch Thus, I will take this ticket so I can upgrade the two packages on the same day.
It took me three days, but I now have Bodhi working with Cornice 2 (not yet 3). It was a huge pain, and I ended up having to fix cornice_sphinx a bunch to get the docs to build too. In the midst of all this, the Cornice project knighted me (I have commit access now, because I made a bunch of commits to keep it working with Bodhi.) Fortunately, the Cornice 3 upgrade doesn't look quite as difficult as the Cornice 2 upgrade was (based only on reading their release notes), so hopefully that one won't take me 3 more days.
https://github.com/fedora-infra/bodhi/pull/1958