Bug 1705025

Summary: python2-django1.11 version 1.11.22 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: python2-django1.11Assignee: Andrea <andrea.manzi>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mhroncok, pviktori
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: 2019-08-16 07:24:16 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:    
Bug Blocks: 1724497    

Description Upstream Release Monitoring 2019-05-01 07:18:11 UTC
Latest upstream release: 2.2.1
Current version/release in rawhide: 1.11.20-1.fc30
URL: https://pypi.python.org/pypi/Django

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/3828/

Comment 1 Upstream Release Monitoring 2019-06-03 11:00:32 UTC
Latest upstream release: 2.2.2
Current version/release in rawhide: 1.11.20-1.fc30
URL: https://pypi.python.org/pypi/Django

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/3828/

Comment 2 Petr Viktorin (pviktori) 2019-06-03 11:07:16 UTC
https://docs.djangoproject.com/en/2.2/releases/1.11.21/

Comment 3 Upstream Release Monitoring 2019-07-01 09:01:26 UTC
Latest upstream release: 2.2.3
Current version/release in rawhide: 1.11.21-2.fc31
URL: https://pypi.python.org/pypi/Django

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/3828/

Comment 4 Petr Viktorin (pviktori) 2019-07-01 10:45:33 UTC
1.11.22 doesn't build because of a failing database-related test:

BUILDSTDERR: ======================================================================
BUILDSTDERR: ERROR: test_check_constraints (backends.tests.FkConstraintsTests)
BUILDSTDERR: ----------------------------------------------------------------------
BUILDSTDERR: Traceback (most recent call last):
BUILDSTDERR:   File "/builddir/build/BUILD/Django-1.11.22/tests/backends/tests.py", line 1026, in test_check_constraints
BUILDSTDERR:     connection.check_constraints()
BUILDSTDERR:   File "/builddir/build/BUILD/Django-1.11.22/django/db/backends/sqlite3/base.py", line 286, in check_constraints
BUILDSTDERR:     column_name, referenced_column_name,
BUILDSTDERR:   File "/builddir/build/BUILD/Django-1.11.22/django/db/backends/utils.py", line 64, in execute
BUILDSTDERR:     return self.cursor.execute(sql, params)
BUILDSTDERR:   File "/builddir/build/BUILD/Django-1.11.22/django/db/utils.py", line 94, in __exit__
BUILDSTDERR:     six.reraise(dj_exc_type, dj_exc_value, traceback)
BUILDSTDERR:   File "/builddir/build/BUILD/Django-1.11.22/django/db/backends/utils.py", line 62, in execute
BUILDSTDERR:     return self.cursor.execute(sql)
BUILDSTDERR:   File "/builddir/build/BUILD/Django-1.11.22/django/db/backends/sqlite3/base.py", line 326, in execute
BUILDSTDERR:     return Database.Cursor.execute(self, query)
BUILDSTDERR: OperationalError: no such table: alter_alter_field_reloads_state_on_fk_target_changes_pony__old
BUILDSTDERR: ----------------------------------------------------------------------

https://koji.fedoraproject.org/koji/taskinfo?taskID=35977824

Comment 5 Andrea 2019-07-16 11:55:06 UTC
the changes between version 1.11.21 and 1.11.22 at

https://github.com/django/django/compare/1.11.21...1.11.22

do not show any changes related to the test that is failing now. ( if i'm not mistaken)

going to test locally the new version to investigate

Comment 6 Andrea 2019-08-16 07:24:16 UTC
it built fine on F31 
https://koji.fedoraproject.org/koji/buildinfo?buildID=1338943