Bug 1611025
| Summary: | python-django-2.1 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | python-django | Assignee: | Matthias Runge <mrunge> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | bkabrda, jakub.dornak, jal233, mhroncok, michel, mrunge, sgallagh |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-08-17 10:54:24 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: | |||
|
Description
Upstream Release Monitoring
2018-08-02 00:14:05 UTC
python-django-2.1 was built in rawhide What's the plan for F29? We could pull it into f29, too. But I would think (some of the dependent packages) will fail then. Usually, it takes some time for them to get updated. Let's see what a mini mass scratch rebuild in rawhide does? Would you have a script to kick that on? In fact I do. https://github.com/hroncok/mini-mass-rebuild dnf repoquery --repo=rawhide-source --whatrequires python3-django | pkgname | tee ../django frepple python-django-appconf python-django-avatar python-django-babel python-django-countries python-django-debug-toolbar python-django-filter python-django-formtools python-django-haystack python-django-helpdesk python-django-jsonfield python-django-mptt python-django-notifications-hq python-django-post_office python-django-pyscss python-django-redis python-django-rest-framework-composed-permissions python-django-tinymce python-livereload python-pelican python-semantic_version python-testfixtures python-whitenoise python3-openid $ parallel -j 12 bash ../fedpkg-build.sh -- $(cat ../django) | grep 'Task info:' Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148958 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148959 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148968 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148969 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148971 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148975 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148976 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148977 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148978 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148979 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148980 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148988 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148989 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148991 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148992 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148995 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148996 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148997 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29148998 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29149000 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29149002 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29149005 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29149014 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=29149012 $ parallel -j 32 bash ../build-status.sh -- $(cat ../django) | tee ../status python-django-debug-toolbar closed python-django-notifications-hq closed python-django-formtools closed python-testfixtures failed python-django-helpdesk closed python-livereload closed python-whitenoise closed python-django-countries failed python-django-avatar failed python-django-mptt closed python-django-appconf closed python-django-filter closed frepple closed python-django-post_office closed python-django-haystack closed python-django-pyscss closed python-django-tinymce closed python-pelican closed python-django-babel closed python-django-rest-framework-composed-permissions closed python-django-redis closed python3-openid closed python-django-jsonfield closed python-semantic_version closed That's: python-testfixtures https://bugzilla.redhat.com/show_bug.cgi?id=1605947 python-django-countries https://koji.fedoraproject.org/koji/taskinfo?taskID=29148977 python-django-avatar https://koji.fedoraproject.org/koji/taskinfo?taskID=29149012 python-django-countries https://koji.fedoraproject.org/koji/taskinfo?taskID=29149100 OK on f29 python-django-avatar https://koji.fedoraproject.org/koji/taskinfo?taskID=29149101 OK on f29 Thanks for the report here. So I should get django 2.1 into f29 then. python-testfixtures is retired |