Merge ~lvoytek/ubuntu/+source/hyperkitty:add-django4-support-mantic into ubuntu/+source/hyperkitty:ubuntu/devel

Proposed by Lena Voytek
Status: Merged
Approved by: git-ubuntu bot
Approved revision: not available
Merged at revision: f3a8a4b5c68265786c743f60b872e4589fb3d89d
Proposed branch: ~lvoytek/ubuntu/+source/hyperkitty:add-django4-support-mantic
Merge into: ubuntu/+source/hyperkitty:ubuntu/devel
Diff against target: 28 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/control (+1/-1)
Reviewer Review Type Date Requested Status
git-ubuntu bot Approve
Sergio Durigan Junior (community) Approve
Canonical Server Pending
Canonical Server Reporter Pending
Review via email: mp+449964@code.launchpad.net

Description of the change

Allow Django 4.2 as a runtime dependency too so hyperkitty can migrate through proposed

PPA: https://launchpad.net/~lvoytek/+archive/ubuntu/django-4-mantic

To post a comment you must log in.
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Thanks, Lena.

Uploaded:

$ dput hyperkitty_1.3.7-1ubuntu2_source.changes
Trying to upload package to ubuntu
Checking signature on .changes
gpg: /home/sergio/work/hyperkitty/hyperkitty_1.3.7-1ubuntu2_source.changes: Valid signature from 106DA1C8C3CBBF14
Checking signature on .dsc
gpg: /home/sergio/work/hyperkitty/hyperkitty_1.3.7-1ubuntu2.dsc: Valid signature from 106DA1C8C3CBBF14
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading hyperkitty_1.3.7-1ubuntu2.dsc: done.
  Uploading hyperkitty_1.3.7-1ubuntu2.debian.tar.xz: done.
  Uploading hyperkitty_1.3.7-1ubuntu2_source.buildinfo: done.
  Uploading hyperkitty_1.3.7-1ubuntu2_source.changes: done.
Successfully uploaded packages.

review: Approve
Revision history for this message
git-ubuntu bot (git-ubuntu-bot) wrote :

Approvers: sergiodj, lvoytek
Uploaders: sergiodj
MP auto-approved

review: Approve
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Ah, I noticed that you didn't mention bug #2022089 in the changelog entry, but I think it should have been mentioned, right? If yes, please set the bug as Fix Released by hand after the package migrates. Thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index fbb2d40..953945c 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+hyperkitty (1.3.7-1ubuntu2) mantic; urgency=medium
7+
8+ * d/control: Update Django runtime dependency to match build dependency,
9+ allowing Django 4.2
10+
11+ -- Lena Voytek <lena.voytek@canonical.com> Fri, 25 Aug 2023 08:56:15 -0700
12+
13 hyperkitty (1.3.7-1ubuntu1) mantic; urgency=medium
14
15 * Add Django 4.2 compatibility (LP: #2022089)
16diff --git a/debian/control b/debian/control
17index 11e44dc..415b0ab 100644
18--- a/debian/control
19+++ b/debian/control
20@@ -47,7 +47,7 @@ Depends: fonts-font-awesome,
21 libjs-jquery-ui,
22 python3-dateutil,
23 python3-django (>= 2:3.2),
24- python3-django (<< 3:4.2),
25+ python3-django (<< 3:4.3),
26 python3-django-compressor,
27 python3-django-extensions,
28 python3-django-gravatar2,

Subscribers

People subscribed via source and target branches

to all changes: