Bug 230526 - www/py-django-livesettings: use Django 1.11
Summary: www/py-django-livesettings: use Django 1.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-11 11:48 UTC by Rene Ladan
Modified: 2018-08-11 17:55 UTC (History)
2 users (show)

See Also:
ports: maintainer-feedback+


Attachments
patch to use Django 1.11, deprecate (857 bytes, patch)
2018-08-11 11:48 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan freebsd_committer freebsd_triage 2018-08-11 11:48:34 UTC
Created attachment 196077 [details]
patch to use Django 1.11, deprecate

Update www/py-django-livesettings to use Django 1.11 instead of EOL Django 1.8

Note that according to https://wiki.freebsd.org/Ports/Django , this port depends on the removed port www/py-django-keyedcache

Builds OK in poudriere 12amd64, import OK on python 2.7
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2018-08-11 14:39:40 UTC
Submitter is Committer.
Comment 2 Kevin Golding 2018-08-11 16:12:05 UTC
Agreed, I missed it in the removal of keyedcache but given that couldn't run on a current Django this simply wouldn't work either. Tbh I'm happy with a fairly short expiry/removal.
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-08-11 17:55:22 UTC
A commit references this bug:

Author: rene
Date: Sat Aug 11 17:55:03 UTC 2018
New revision: 476935
URL: https://svnweb.freebsd.org/changeset/ports/476935

Log:
  www/py-django-livesettings: use Django 1.11 instead of EOL Django 1.8

  Since this port depends on www/py-django-keyedcache which has been removed,
  expire this port in one month.

  PR:		230526
  Submitted by:	rene
  Approved by:	maintainer (ports@caomhin.org)
  Sponsored by:	Essen Hackathon

Changes:
  head/www/py-django-livesettings/Makefile
Comment 4 Rene Ladan freebsd_committer freebsd_triage 2018-08-11 17:55:43 UTC
Committed, thanks for the review.