Page MenuHomeFreeBSD

www/py-django32: Switch consumers over to Django 3.2
ClosedPublic

Authored by kai on Apr 9 2022, 1:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 20, 10:13 AM
Unknown Object (File)
Feb 18 2024, 10:36 AM
Unknown Object (File)
Jan 13 2024, 11:37 AM
Unknown Object (File)
Dec 28 2023, 9:32 AM
Unknown Object (File)
Dec 28 2023, 9:32 AM
Unknown Object (File)
Dec 28 2023, 9:28 AM
Unknown Object (File)
Dec 28 2023, 9:17 AM
Unknown Object (File)
Dec 27 2023, 8:34 AM
Subscribers

Details

Summary
Django 2.2 will become End-of-Life during April 2022 and Django 3.2
is the new LTS (= Long Term Support) release which will be supported
until April 2024.

* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Fix pkg-plist issues with deskutils/py-paperless
* Ports that aren't yet ready for Django 3.2 and deprecated ports were
  excluded.

PR: 261313
Test Plan

Notes:

Excluded ports because they aren't compatible with Django 3.2, yet:

  • www/py-django-ldapdb
  • www/py-django-modern-rpc
  • www/py-django-tagging
  • www/py-graphite-web

Excluded ports because they're deprecated with an expiration date:

  • www/py-django
  • www/py-django-babel
  • www/py-django-bootstrap-form
  • www/py-django-bulk-update
  • www/py-django-common-helpers
  • www/py-django-compat
  • www/py-django-cron
  • www/py-django-happenings-update
  • www/py-django-sudo
  • www/py-jsonfield2

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kai requested review of this revision.Apr 9 2022, 1:37 PM
kai created this revision.
This revision is now accepted and ready to land.Apr 9 2022, 9:33 PM

Thanks for the hard work. In case py-graphite-web is not updated to support support py-django32 before the removal of django22 please reap it. Will resurrect once it supports django32.

What is the impact on those remaining port without Django 3.2 support after this change lands?

What are the remaining steps (if any), post this change, to complete the migration?

Thanks for your work on this and the reminders that I needed to get things moving on seahub! =]

What is the impact on those remaining port without Django 3.2 support after this change lands?

Those ports keep assigned to Django 2.2 and still build fine once the other ports are switched to Django 3.2. The Django 2.2 ports expire on 2022-06-30 and should get removed before 2022Q3 lands.

What are the remaining steps (if any), post this change, to complete the migration?

Once this diff lands there are only three ports (which still build fine after this diff) we need to take care of:

  • www/py-django-ldapdb (no new release yet, but it has already Django 3.2 compatible code, so I'm going to open a bug at FreeBSD's bugzill with a backport patch for it)
  • www/py-django-modern-rpc (there's WIP for release 1.0.0 that has Django support, might be released during 2022Q2)
  • www/py-django-tagging (there's already PR263216, but it has to wait until www/py-graphite-web gets updated or removed)