Bug 1430178

Summary: python-cornice-3.0.0 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: python-corniceAssignee: Randy Barlow <randy>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: cstratak, infra-sig, karlthered, kevin, lewk, python-sig, randy
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-cornice-3.0.0-1.fc28 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-12-20 17:15:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1527683    
Bug Blocks:    

Description Upstream Release Monitoring 2017-03-08 01:05:13 UTC
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/

Comment 1 Upstream Release Monitoring 2017-03-08 01:05:22 UTC
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

Comment 2 Upstream Release Monitoring 2017-10-20 12:11:27 UTC
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/

Comment 3 Upstream Release Monitoring 2017-10-20 12:11:32 UTC
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.

Comment 4 Kevin Fenzi 2017-10-22 19:52:21 UTC
Hey Randy, any problems with me updating rawhide to 3.0.0 here? 

Or will it cause issues for bodhi?

Comment 5 Randy Barlow 2017-10-23 02:37:08 UTC
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.

Comment 6 Randy Barlow 2017-10-23 02:41:27 UTC
I've filed https://github.com/fedora-infra/bodhi/issues/1922 about reworking Bodhi to work with Cornice 3.0.0.

Comment 7 Randy Barlow 2017-10-25 19:22:03 UTC
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.

Comment 8 Randy Barlow 2017-10-30 21:11:09 UTC
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.

Comment 9 Randy Barlow 2017-10-30 21:11:42 UTC
https://github.com/fedora-infra/bodhi/pull/1958