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/
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/
https://docs.djangoproject.com/en/2.2/releases/1.11.21/
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/
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
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
it built fine on F31 https://koji.fedoraproject.org/koji/buildinfo?buildID=1338943