[Django] #28181: Versions in GDAL lib_names are outdated

6 views
Skip to first unread message

Django

unread,
May 8, 2017, 10:26:13 AM5/8/17
to django-...@googlegroups.com
#28181: Versions in GDAL lib_names are outdated
--------------------------------------+----------------------------
Reporter: Tim Graham | Owner: Tim Graham
Type: Bug | Status: assigned
Component: GIS | Version: 1.11
Severity: Normal | Keywords:
Triage Stage: Accepted | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
--------------------------------------+----------------------------
The
[https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/geolibs/
Django docs] say that GDAL 1.9-2.1 is supported, but
[https://github.com/django/django/blob/5df0ff4155d2ee3192768e8f7f75b546f98c3f77/django/contrib/gis/gdal/libgdal.py#L22-L27
the code] searches for versions 1.7-1.11.

--
Ticket URL: <https://code.djangoproject.com/ticket/28181>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
May 8, 2017, 10:32:32 AM5/8/17
to django-...@googlegroups.com
#28181: Versions in GDAL lib_names are outdated
----------------------------+--------------------------------------

Reporter: Tim Graham | Owner: Tim Graham
Type: Bug | Status: assigned
Component: GIS | Version: 1.11
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------+--------------------------------------
Changes (by Tim Graham):

* has_patch: 0 => 1


Comment:

[https://code.djangoproject.com/ticket/28181 PR]

--
Ticket URL: <https://code.djangoproject.com/ticket/28181#comment:1>

Django

unread,
May 8, 2017, 10:59:35 AM5/8/17
to django-...@googlegroups.com
#28181: Versions in GDAL lib_names are outdated
----------------------------+--------------------------------------

Reporter: Tim Graham | Owner: Tim Graham
Type: Bug | Status: closed
Component: GIS | Version: 1.11
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------+--------------------------------------
Changes (by GitHub <noreply@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"a404f75f92971634c76330f3742261d33ccecca1" a404f75f]:
{{{
#!CommitTicketReference repository=""
revision="a404f75f92971634c76330f3742261d33ccecca1"
Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.

Follow up to:
ffdf507ec0821f0520e315c2e8a6cf231ea3fd5a (adding GDAL 2.0 support)
ebaa2fef27644430e2b9dfa912f02e39582bfc05 (confirming GDAL 2.1 support)
8c7778884bced3e756ce139da781b0c8c8b2395c (removing GDAL 1.8, 1.7 support)
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/28181#comment:2>

Django

unread,
May 8, 2017, 11:03:38 AM5/8/17
to django-...@googlegroups.com
#28181: Versions in GDAL lib_names are outdated
----------------------------+--------------------------------------

Reporter: Tim Graham | Owner: Tim Graham
Type: Bug | Status: closed
Component: GIS | Version: 1.11
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------+--------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"7fdbd253365f934d2910de3bfd756616c306bc14" 7fdbd25]:
{{{
#!CommitTicketReference repository=""
revision="7fdbd253365f934d2910de3bfd756616c306bc14"
[1.11.x] Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.

Follow up to:
ffdf507ec0821f0520e315c2e8a6cf231ea3fd5a (adding GDAL 2.0 support)
ebaa2fef27644430e2b9dfa912f02e39582bfc05 (confirming GDAL 2.1 support)
8c7778884bced3e756ce139da781b0c8c8b2395c (removing GDAL 1.8, 1.7 support)

Backport of a404f75f92971634c76330f3742261d33ccecca1 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/28181#comment:3>

Django

unread,
May 27, 2017, 1:24:35 PM5/27/17
to django-...@googlegroups.com
#28181: Versions in GDAL lib_names are outdated
----------------------------+--------------------------------------

Reporter: Tim Graham | Owner: Tim Graham
Type: Bug | Status: closed
Component: GIS | Version: 1.11
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------+--------------------------------------

Comment (by Tim Graham):

As reported in ticket:28237#comment:12, it seems that the library name for
GDAL 2.1 on Windows in correct.
[https://github.com/django/django/pull/8558 PR] to fix that.

--
Ticket URL: <https://code.djangoproject.com/ticket/28181#comment:4>

Django

unread,
May 30, 2017, 9:40:10 AM5/30/17
to django-...@googlegroups.com
#28181: Versions in GDAL lib_names are outdated
----------------------------+--------------------------------------

Reporter: Tim Graham | Owner: Tim Graham
Type: Bug | Status: closed
Component: GIS | Version: 1.11
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------+--------------------------------------

Comment (by GitHub <noreply@…>):

In [changeset:"c32476e5ba2f1c18758cfcffc857fa4eab37e816" c32476e]:
{{{
#!CommitTicketReference repository=""
revision="c32476e5ba2f1c18758cfcffc857fa4eab37e816"
Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.

Follow up to a404f75f92971634c76330f3742261d33ccecca1.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/28181#comment:5>

Django

unread,
May 30, 2017, 9:42:57 AM5/30/17
to django-...@googlegroups.com
#28181: Versions in GDAL lib_names are outdated
----------------------------+--------------------------------------

Reporter: Tim Graham | Owner: Tim Graham
Type: Bug | Status: closed
Component: GIS | Version: 1.11
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------+--------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"4112bce442c96747f588b9f99f63e45634950972" 4112bce]:
{{{
#!CommitTicketReference repository=""
revision="4112bce442c96747f588b9f99f63e45634950972"
[1.11.x] Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.

Follow up to a404f75f92971634c76330f3742261d33ccecca1.

Backport of c32476e5ba2f1c18758cfcffc857fa4eab37e816 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/28181#comment:6>

Reply all
Reply to author
Forward
0 new messages