Update Django to version 4.2 for mantic
Bug #2022089 reported by
Lena Voytek
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
django-assets (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
django-cachalot (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
django-cte (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
django-dbbackup (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
django-mailman3 (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
django-menu-generator-ng (Ubuntu) |
Won't Fix
|
Undecided
|
Lena Voytek | |||
Mantic |
Won't Fix
|
Undecided
|
Lena Voytek | |||
django-oauth-toolkit (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
django-tables (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
djangorestframework-filters (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
factory-boy (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
hyperkitty (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
lava (Ubuntu) | ||||||
Mantic |
Won't Fix
|
Undecided
|
Unassigned | |||
postorius (Ubuntu) | ||||||
Mantic |
Invalid
|
Undecided
|
Unassigned | |||
psycopg3 (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
python-ara (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
python-django (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
python-django-celery-results (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
python-django-compressor (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
python-django-crispy-forms (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
python-django-modelcluster (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek | |||
python-django-tagging (Ubuntu) | Status tracked in Mantic | |||||
Mantic |
Fix Released
|
Undecided
|
Lena Voytek |
Bug Description
With the new LTS of Django 4.2 released, future Ubuntu releases should be moved to it from 3.2. This requires any incompatible reverse-
Related branches
~lvoytek/ubuntu/+source/python-django-crispy-forms:django4-compatibility
Merged
into
ubuntu/+source/python-django-crispy-forms:ubuntu/devel
at
revision 8f2b5af9c247e96bbb5e7c270bb6cedfb81eeccd
- git-ubuntu bot: Approve
- Lukas Märdian (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 96 lines (+64/-1)4 files modifieddebian/changelog (+8/-0)
debian/control (+2/-1)
debian/patches/series (+1/-0)
debian/patches/support-django4.patch (+53/-0)
~lvoytek/ubuntu/+source/django-cte:django4-compatibility
Merged
into
ubuntu/+source/django-cte:ubuntu/devel
at
revision ab0bc3e082e499e84774b3032c548cfae039120b
- git-ubuntu bot: Approve
- Lukas Märdian (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 71 lines (+41/-1)4 files modifieddebian/changelog (+8/-0)
debian/control (+2/-1)
debian/patches/fix-column-alias-django4.patch (+30/-0)
debian/patches/series (+1/-0)
~lvoytek/ubuntu/+source/python-django-celery-results:django4-compatibility
Merged
into
ubuntu/+source/python-django-celery-results:ubuntu/devel
at
revision 8ff11e0c652c05e8ea70d327c867aaf513928b36
- git-ubuntu bot: Approve
- Julian Andres Klode (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 53 lines (+13/-3)3 files modifieddebian/changelog (+9/-0)
debian/control (+3/-2)
debian/tests/upstream (+1/-1)
~lvoytek/ubuntu/+source/psycopg3:update-to-3.1.8
Merged
into
ubuntu/+source/psycopg3:ubuntu/devel
at
revision f1ad1f321f07e5f156e569e45ebd789b6c02c233
- git-ubuntu bot: Approve
- Athos Ribeiro (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 2143 lines (+699/-372)45 files modified.github/workflows/lint.yml (+1/-0)
.github/workflows/packages-bin.yml (+1/-72)
.github/workflows/packages-pool.yml (+9/-17)
.github/workflows/packages-src.yml (+66/-0)
.github/workflows/tests.yml (+69/-108)
debian/changelog (+14/-0)
debian/control (+2/-1)
docs/api/cursors.rst (+9/-0)
docs/news.rst (+9/-0)
psycopg/psycopg/_adapters_map.py (+8/-2)
psycopg/psycopg/_typeinfo.py (+81/-47)
psycopg/psycopg/cursor.py (+14/-19)
psycopg/psycopg/cursor_async.py (+3/-3)
psycopg/psycopg/pq/pq_ctypes.py (+8/-6)
psycopg/psycopg/version.py (+1/-1)
psycopg/setup.cfg (+2/-0)
psycopg/setup.py (+8/-5)
psycopg_c/MANIFEST.in (+3/-0)
psycopg_c/build_backend/cython_backend.py (+38/-0)
psycopg_c/psycopg_c/_psycopg.pyx (+6/-0)
psycopg_c/psycopg_c/_psycopg/waiting.pyx (+3/-9)
psycopg_c/psycopg_c/pq/pgconn.pyx (+12/-6)
psycopg_c/psycopg_c/types/array.pyx (+1/-1)
psycopg_c/psycopg_c/version.py (+1/-1)
psycopg_c/pyproject.toml (+12/-2)
psycopg_c/setup.cfg (+2/-1)
psycopg_pool/psycopg_pool/version.py (+1/-1)
psycopg_pool/pyproject.toml (+3/-0)
psycopg_pool/setup.cfg (+2/-0)
tests/constraints.txt (+13/-6)
tests/crdb/test_cursor.py (+10/-1)
tests/crdb/test_cursor_async.py (+10/-1)
tests/fix_crdb.py (+4/-0)
tests/scripts/bench-411.py (+123/-37)
tests/test_client_cursor.py (+10/-2)
tests/test_client_cursor_async.py (+10/-2)
tests/test_cursor.py (+4/-2)
tests/test_cursor_async.py (+4/-2)
tests/test_pipeline.py (+2/-1)
tests/test_pipeline_async.py (+2/-1)
tests/test_typeinfo.py (+49/-8)
tests/types/test_net.py (+3/-0)
tests/types/test_numeric.py (+1/-1)
tools/build/ci_install_libpq.sh (+47/-0)
tools/bump_version.py (+18/-6)
~lvoytek/ubuntu/+source/django-oauth-toolkit:django4-compatibility
Merged
into
ubuntu/+source/django-oauth-toolkit:ubuntu/devel
at
revision 7189c838da7ec67eca67488021621045281f55f0
- git-ubuntu bot: Approve
- Steve Langasek (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 228 lines (+194/-1)4 files modifieddebian/changelog (+8/-0)
debian/control (+2/-1)
debian/patches/remove-bulk_create-testsuite-for-django4.patch (+183/-0)
debian/patches/series (+1/-0)
~lvoytek/ubuntu/+source/django-cachalot:django4-compatibility
Merged
into
ubuntu/+source/django-cachalot:ubuntu/devel
at
revision 219779c82d9b3b6d7963689a67bdab1aa957c9ae
- git-ubuntu bot: Approve
- Sergio Durigan Junior (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 48 lines (+16/-2)3 files modifieddebian/changelog (+9/-0)
debian/control (+2/-2)
debian/tests/control (+5/-0)
~lvoytek/ubuntu/+source/factory-boy:django4-compatibility
Merged
into
ubuntu/+source/factory-boy:ubuntu/devel
at
revision 236c17359b33b28fb57933a9e2cf6684e5899f2f
- git-ubuntu bot: Approve
- Sergio Durigan Junior (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 69 lines (+35/-1)4 files modifieddebian/changelog (+7/-0)
debian/control (+2/-1)
debian/patches/demo-django4-compatibility.patch (+25/-0)
debian/patches/series (+1/-0)
~lvoytek/ubuntu/+source/djangorestframework-filters:django4-compatibility
Merged
into
ubuntu/+source/djangorestframework-filters:ubuntu/devel
at
revision 80e5be8e6a229f53b722ff46b5959c12ec6018a2
- git-ubuntu bot: Approve
- Sergio Durigan Junior (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 67 lines (+37/-1)4 files modifieddebian/changelog (+8/-0)
debian/control (+2/-1)
debian/patches/fix-testapp-django4-compatibility.patch (+26/-0)
debian/patches/series (+1/-0)
~lvoytek/ubuntu/+source/django-tables:django4-compatibility
Merged
into
ubuntu/+source/django-tables:ubuntu/devel
at
revision d8e4fa3880db5a51b1b8b20efe7e8eb2b9f91532
- git-ubuntu bot: Approve
- Sergio Durigan Junior (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 50 lines (+12/-4)3 files modifieddebian/changelog (+7/-0)
debian/control (+2/-1)
debian/tests/test-run-py3 (+3/-3)
~lvoytek/ubuntu/+source/django-assets:fix-django4-compatibility
Merged
into
ubuntu/+source/django-assets:ubuntu/devel
at
revision d228897d8e882bdd2c76ec7671b70176b7332680
- git-ubuntu bot: Approve
- Graham Inggs (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 131 lines (+56/-30)6 files modifieddebian/changelog (+9/-0)
debian/control (+2/-1)
debian/patches/django4-compatibility.patch (+21/-0)
debian/patches/fix-node-iteration.patch (+22/-0)
debian/patches/series (+2/-1)
dev/null (+0/-28)
~lvoytek/ubuntu/+source/python-django-tagging:django4.2-compatibility
Approved
for merging
into
ubuntu/+source/python-django-tagging:ubuntu/devel
- git-ubuntu bot: Approve
- Simon Quigley (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 99 lines (+66/-1)4 files modifieddebian/changelog (+8/-0)
debian/control (+2/-1)
debian/patches/django-4.x-fixes/Check-FullResultSet-exception.patch (+55/-0)
debian/patches/series (+1/-0)
~lvoytek/ubuntu/+source/django-dbbackup:update-to-4.0.2
Merged
into
ubuntu/+source/django-dbbackup:ubuntu/devel
at
revision 4201448eb56b55ebce40b3b6be059e2466256754
- git-ubuntu bot: Approve
- Andreas Hasenack (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 10800 lines (+5656/-4758)65 files modifiedAUTHORS.txt (+16/-0)
LICENSE.txt (+25/-25)
MANIFEST.in (+6/-4)
PKG-INFO (+249/-32)
README.rst (+215/-209)
dbbackup/VERSION (+1/-0)
dbbackup/__init__.py (+18/-7)
dbbackup/apps.py (+20/-15)
dbbackup/checks.py (+67/-50)
dbbackup/db/base.py (+182/-157)
dbbackup/db/exceptions.py (+17/-15)
dbbackup/db/mongodb.py (+54/-46)
dbbackup/db/mysql.py (+45/-41)
dbbackup/db/postgresql.py (+125/-126)
dbbackup/db/sqlite.py (+98/-96)
dbbackup/log.py (+38/-58)
dbbackup/management/commands/_base.py (+144/-132)
dbbackup/management/commands/dbbackup.py (+122/-90)
dbbackup/management/commands/dbrestore.py (+118/-94)
dbbackup/management/commands/listbackups.py (+73/-47)
dbbackup/management/commands/mediabackup.py (+131/-109)
dbbackup/management/commands/mediarestore.py (+115/-93)
dbbackup/settings.py (+57/-53)
dbbackup/storage.py (+286/-244)
dbbackup/tests/commands/test_base.py (+162/-153)
dbbackup/tests/commands/test_dbbackup.py (+74/-75)
dbbackup/tests/commands/test_dbrestore.py (+155/-141)
dbbackup/tests/commands/test_listbackups.py (+112/-94)
dbbackup/tests/commands/test_mediabackup.py (+73/-71)
dbbackup/tests/functional/test_commands.py (+244/-242)
dbbackup/tests/settings.py (+90/-52)
dbbackup/tests/test_checks.py (+73/-72)
dbbackup/tests/test_connectors/test_base.py (+90/-92)
dbbackup/tests/test_connectors/test_mongodb.py (+119/-109)
dbbackup/tests/test_connectors/test_mysql.py (+157/-147)
dbbackup/tests/test_connectors/test_postgresql.py (+275/-335)
dbbackup/tests/test_connectors/test_sqlite.py (+57/-50)
dbbackup/tests/test_log.py (+130/-128)
dbbackup/tests/test_storage.py (+186/-177)
dbbackup/tests/test_utils.py (+278/-265)
dbbackup/tests/testapp/management/commands/count.py (+10/-9)
dbbackup/tests/testapp/management/commands/feed.py (+11/-11)
dbbackup/tests/testapp/migrations/0001_initial.py (+72/-41)
dbbackup/tests/testapp/models.py (+29/-22)
dbbackup/tests/testapp/urls.py (+3/-11)
dbbackup/tests/testapp/views.py (+1/-3)
dbbackup/tests/utils.py (+122/-115)
dbbackup/utils.py (+442/-430)
debian/changelog (+10/-0)
debian/control (+2/-2)
debian/patches/disable-gpg-tests.patch (+52/-54)
debian/patches/series (+1/-0)
debian/patches/test_set_options-support-django4.patch (+34/-0)
django_dbbackup.egg-info/PKG-INFO (+249/-32)
django_dbbackup.egg-info/SOURCES.txt (+9/-4)
django_dbbackup.egg-info/not-zip-safe (+1/-0)
django_dbbackup.egg-info/requires.txt (+1/-2)
pyproject.toml (+7/-0)
requirements.txt (+2/-3)
requirements/build.txt (+5/-0)
requirements/dev.txt (+5/-0)
requirements/docs.txt (+4/-3)
requirements/tests.txt (+13/-9)
setup.cfg (+4/-8)
setup.py (+70/-53)
~lvoytek/ubuntu/+source/hyperkitty:add-django4-support-mantic
Merged
into
ubuntu/+source/hyperkitty:ubuntu/devel
at
revision 6deeab9585d4ba522229aa4978cc4393d59b5591
- git-ubuntu bot: Approve
- Bryce Harrington (community): Approve
- Canonical Server MOTU reviewers: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 73 lines (+31/-2)4 files modifieddebian/changelog (+9/-0)
debian/control (+3/-2)
debian/patches/django4-compatibility.patch (+18/-0)
debian/patches/series (+1/-0)
~lvoytek/ubuntu/+source/python-django:merge-lp2022089-mantic
Merged
into
ubuntu/+source/python-django:debian/experimental
at
revision 15866131d37b69dc27103f8147648f145ccea3a3
- Lucas Kanashiro (community): Approve
- Canonical Server Reporter: Pending requested
-
Diff: 28 lines (+8/-1)2 files modifieddebian/changelog (+6/-0)
debian/control (+2/-1)
~lvoytek/ubuntu/+source/python-ara:fix-django4-compatibility
Merged
into
ubuntu/+source/python-ara:ubuntu/devel
at
revision db83e8fc78cb405bdf70f6522a838f1077b2c7bf
- git-ubuntu bot: Approve
- Simon Quigley (community): Approve
- Canonical Server: Pending requested
- Canonical Server Reporter: Pending requested
-
Diff: 75 lines (+42/-1)4 files modifieddebian/changelog (+7/-0)
debian/control (+2/-1)
debian/patches/series (+1/-0)
debian/patches/use-tzlocal-name-api.patch (+32/-0)
~lvoytek/ubuntu/+source/python-django-modelcluster:fix-django4-compatibility
Merged
into
ubuntu/+source/python-django-modelcluster:ubuntu/devel
at
revision f9dd908618b8dfd40c7c7fc42ac72f0088feac33
- git-ubuntu bot: Approve
- Lucas Kanashiro (community): Approve
- Canonical Server Reporter: Pending requested
-
Diff: 101 lines (+69/-1)4 files modifieddebian/changelog (+7/-0)
debian/control (+2/-1)
debian/patches/fix_test_suite_django_4plus.patch (+59/-0)
debian/patches/series (+1/-0)
~lvoytek/ubuntu/+source/django-menu-generator-ng:fix-django4-compatibility
On hold
for merging
into
ubuntu/+source/django-menu-generator-ng:ubuntu/devel
- Lucas Kanashiro (community): Needs Information
- Canonical Server Reporter: Pending requested
-
Diff: 68 lines (+38/-1)4 files modifieddebian/changelog (+7/-0)
debian/control (+2/-1)
debian/patches/django4-compatibility.patch (+28/-0)
debian/patches/series (+1/-0)
~lvoytek/ubuntu/+source/django-mailman3:add-django4-support-mantic
Merged
into
ubuntu/+source/django-mailman3:ubuntu/devel
at
revision 5f04a2ffa2d44fda3cd94a7d0f9effbd0fdd94ff
- git-ubuntu bot: Approve
- Lucas Kanashiro (community): Approve
- Canonical Server Reporter: Pending requested
-
Diff: 89 lines (+51/-2)4 files modifieddebian/changelog (+9/-0)
debian/control (+3/-2)
debian/patches/django4-compatibility.patch (+38/-0)
debian/patches/series (+1/-0)
CVE References
Changed in python-django (Ubuntu): | |
status: | New → In Progress |
assignee: | nobody → Lena Voytek (lvoytek) |
Changed in hyperkitty (Ubuntu Mantic): | |
status: | New → In Progress |
assignee: | nobody → Lena Voytek (lvoytek) |
Changed in django-mailman3 (Ubuntu Mantic): | |
status: | New → In Progress |
assignee: | nobody → Lena Voytek (lvoytek) |
Changed in django-assets (Ubuntu Mantic): | |
status: | New → In Progress |
assignee: | nobody → Lena Voytek (lvoytek) |
Changed in django-menu-generator-ng (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
Changed in python-django-modelcluster (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
Changed in python-ara (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
Changed in django-dbbackup (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
Changed in django-tables (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
Changed in djangorestframework-filters (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
Changed in python-django-crispy-forms (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
Changed in factory-boy (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
Changed in python-django-celery-results (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
Changed in django-cte (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
Changed in django-oauth-toolkit (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
no longer affects: | postorius (Ubuntu) |
no longer affects: | lava (Ubuntu) |
Changed in django-cachalot (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
Changed in lava (Ubuntu Mantic): | |
status: | New → Won't Fix |
Changed in psycopg3 (Ubuntu Mantic): | |
assignee: | nobody → Lena Voytek (lvoytek) |
status: | New → In Progress |
Changed in postorius (Ubuntu Mantic): | |
status: | New → Invalid |
summary: |
- Update to version 4.2 for mantic + Update Django to version 4.2 for mantic |
To post a comment you must log in.
This bug was fixed in the package django-mailman3 - 1.3.9-1ubuntu1
---------------
django-mailman3 (1.3.9-1ubuntu1) mantic; urgency=medium
* Add Django 4.2 compatibility (LP: #2022089) compatibility. patch: Add Django 4.2 as a possible dependency
- d/p/django4-
in setup.py and provide a tox environment for it
- d/control: Allow Django 4.2 as a dependency
-- Lena Voytek <email address hidden> Fri, 28 Jul 2023 13:10:51 -0700