Bug 261918 - www/py-django-appconf: Update to 1.0.5
Summary: www/py-django-appconf: Update to 1.0.5
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks: 261313
  Show dependency treegraph
 
Reported: 2022-02-13 04:27 UTC by Richard Gallamore
Modified: 2022-02-15 18:25 UTC (History)
2 users (show)

See Also:
rm: maintainer-feedback+


Attachments
Diff for v1.0.2 to 1.0.5 (1.17 KB, patch)
2022-02-13 04:27 UTC, Richard Gallamore
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Gallamore freebsd_committer freebsd_triage 2022-02-13 04:27:58 UTC
Created attachment 231783 [details]
Diff for v1.0.2 to 1.0.5

Django-appconf version 1.0.2 only supports Django 2.2. 1.0.5 increases this compatibility to up to 4.0.

Tested this on 13.0 amd64 and it works fine. Build log below.

https://poudriere.ultimasbox.com/data/130amd64-test/2022-02-12_19h08m55s/logs/py38-django-appconf-1.0.5.log
Comment 1 Richard Gallamore freebsd_committer freebsd_triage 2022-02-13 04:28:59 UTC
Adding Kai as this is bug fix required for Django 3.2 migration.
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2022-02-14 08:31:23 UTC
Approved, thank you! Please commit.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-02-15 18:24:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4c00031ee1e6b9539cd9206c8b14b0e81d6d3d83

commit 4c00031ee1e6b9539cd9206c8b14b0e81d6d3d83
Author:     Richard Gallamore <ultima@FreeBSD.org>
AuthorDate: 2022-02-15 18:16:17 +0000
Commit:     Richard Gallamore <ultima@FreeBSD.org>
CommitDate: 2022-02-15 18:23:52 +0000

    www/py-django-appconf: Updated to 1.0.5

    This version supports Django up to 4.0.

    Changes: https://github.com/django-compressor/django-appconf/compare/v1.0.2..v1.0.5

    PR: 261918
    Approved by: rm (maintainer)

 www/py-django-appconf/Makefile | 4 +---
 www/py-django-appconf/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 6 deletions(-)
Comment 4 Richard Gallamore freebsd_committer freebsd_triage 2022-02-15 18:25:00 UTC
Committed, thanks!