Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#24499 closed Cleanup/optimization (fixed)

Drop support for PostGIS 1.5

Reported by: Tim Graham Owned by: Tim Graham
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It's 5+ years old and no longer receiving updates.

Change History (15)

comment:1 by Tim Graham, 9 years ago

Has patch: set

comment:2 by Claude Paroz, 9 years ago

I'm not so enthusiast about dropping it now. It's still in use by many stable distros, hopefully not any longer when 1.9 will be released, but still... What about dropping it in Django 2.0?

comment:3 by Tim Graham, 9 years ago

If you think it's still providing value, I'm not in a rush, but I raised the issue because Daniel said his raster work requires PostGIS 2.0. We'll just have to add a feature flag for that.

comment:4 by Tim Graham, 9 years ago

Keywords: 2.0 added
Patch needs improvement: set
Triage Stage: UnreviewedSomeday/Maybe

comment:5 by Claude Paroz, 9 years ago

You could ask on the Geodjango ML if withdrawal of PostGIS 1.5 from Django 1.9 would hurt anyone.

comment:6 by Tim Graham, 9 years ago

Patch needs improvement: unset

No replies in 7 days although the post has 7 views according to Google groups. Should we try any harder to get feedback? I think we should be somewhat free to drop older technologies, particularly since 1.8 is LTS.

comment:7 by Claude Paroz, 9 years ago

We are talking about dropping it for 1.9, not 1.8, right? I would be strongly -1 to drop it in 1.8.

comment:8 by Aymeric Augustin, 9 years ago

Yes, we're talking about dropping it from 1.9. The impact on users is lessened because 1.8 is LTS.

comment:9 by Claude Paroz, 9 years ago

Ah, sorry. I misunderstood the comment.

comment:10 by Tim Graham, 9 years ago

Keywords: 2.0 removed
Triage Stage: Someday/MaybeAccepted

comment:11 by Tim Graham, 9 years ago

Triage Stage: AcceptedReady for checkin

Patch looks good per Claude, but I'm going to try to put together something like a docker config to ease testing on newer versions of PostGIS since Claude's system (Debian stable) includes 1.5 and he is our main contributor.

comment:12 by Claude Paroz, 9 years ago

Thanks /o\

comment:13 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 26996e2d:

Fixed #24499 -- Dropped support for PostGIS 1.5.

comment:14 by Tim Graham <timograham@…>, 9 years ago

In ab873e7:

Refs #24499 -- Removed an obsolete test check for PostGIS 1.5.

comment:15 by Tim Graham <timograham@…>, 9 years ago

In 703369f:

[1.9.x] Refs #24499 -- Removed an obsolete test check for PostGIS 1.5.

Backport of ab873e7a681e62d6803a3c04a051a47335f7b93a from master

Note: See TracTickets for help on using tickets.
Back to Top