Bug 1705025 - python2-django1.11 version 1.11.22 is available
Summary: python2-django1.11 version 1.11.22 is available
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python2-django1.11
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Andrea
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: CVE-2019-12781
TreeView+ depends on / blocked
 
Reported: 2019-05-01 07:18 UTC by Upstream Release Monitoring
Modified: 2019-08-16 07:24 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-08-16 07:24:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.