File: changelog

package info (click to toggle)
python-django-imagekit 6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 688 kB
  • sloc: python: 2,259; makefile: 133
file content (137 lines) | stat: -rw-r--r-- 4,686 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
python-django-imagekit (6.1-1) unstable; urgency=low

  * New upstream version 6.1
  * Use uscan version 5 GitHub template.
  * Refresh and renumber patches.
  * Use dh-sequence-python3.
  * Bump Standards-Version to 4.7.3.
  * Update year in d/copyright.
  * Switch Testsuite to autopkgtest-pkg-pybuild.
  * Drop field Priority: optional.
  * Remove license BSD-3-clause-Django as it is not used anywhere.

 -- Michael Fladischer <fladi@debian.org>  Mon, 23 Feb 2026 20:34:54 +0000

python-django-imagekit (6.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release:
    - Support Python 3.14 (closes: #1123218).
  * Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13.

 -- Colin Watson <cjwatson@debian.org>  Thu, 01 Jan 2026 17:52:41 +0000

python-django-imagekit (5.0-3) unstable; urgency=medium

  * Team upload.
  * remove extraneous build-dep on python3-django-nose

 -- Alexandre Detiste <tchet@debian.org>  Fri, 03 May 2024 11:16:32 +0200

python-django-imagekit (5.0-2) unstable; urgency=medium

  * Team upload.
  * remove extraneous build-dep on python3-mock

 -- Alexandre Detiste <tchet@debian.org>  Sun, 17 Mar 2024 22:55:14 +0100

python-django-imagekit (5.0-1) unstable; urgency=medium

  * New upstream version 5.0
  * Refresh patches.
  * Build using pybuild-plugin-pyproject.
  * Bump Standards-Version to 4.6.2.
  * Remove imagekit/compat.py from d/copyright.
  * Depend on python3-all for autopkgtests.

 -- Michael Fladischer <fladi@debian.org>  Sun, 01 Oct 2023 09:30:12 +0000

python-django-imagekit (4.1.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-django-imagekit-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 16 Oct 2022 18:02:22 +0100

python-django-imagekit (4.1.0-1) unstable; urgency=low

  * New upstream release.
  * Check tags in d/watch instead of releases.
  * Refresh patches, drop those fixed by upstream:
     - 0002-Disable-usage-of-nose-progressive-as-it-has-not-been.patch
     - 0004-Do-not-check-for-existence-if-name-is-None-Closes-95.patch
     - 0005-Set-filename-in-tests-to-avoid-path-traversal-detect.patch
  * Add python3-pytest and python3-pytest-django to Build-Depends.
  * Install testfiles using d/pybuild.testfiles.
  * Enable upstream testsuite for autopkgtests.
  * Remove unnecessary autopkgtest-pkg-python testsuite.

 -- Michael Fladischer <fladi@debian.org>  Tue, 02 Nov 2021 17:12:28 +0000

python-django-imagekit (4.0.2-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Michael Fladischer ]
  * Update d/watch to work with github again.
  * Bump debhelper version to 13.
  * Bump Standards-Version to 4.6.0.1.
  * Add patch to avoid triggering path traversal detection in tests
    (Closes: #991650).
  * Use uscan version 4.

 -- Michael Fladischer <fladi@debian.org>  Sun, 31 Oct 2021 21:35:09 +0000

python-django-imagekit (4.0.2-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Use debhelper-compat instead of debian/compat.

  [ Michael Fladischer ]
  * Refresh patches.
  * Add patch to not check for cache file existence if name is None
    (Closes: #950070).
  * Bump debhelper version to 12.
  * Bump Standards-Version to 4.5.0.
  * Set Rules-Requires-Root: no.
  * Tell autodep8 to use the correct import name.

 -- Michael Fladischer <fladi@debian.org>  Sun, 23 Feb 2020 16:33:44 +0100

python-django-imagekit (4.0.2-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Michael Fladischer ]
  * Bump debhelper compatibility and version to 11.
  * Bump Standards-Version to 4.1.4.
  * Remove X-Python3-Version field as it is no longer applicable.

 -- Michael Fladischer <fladi@debian.org>  Wed, 09 May 2018 12:00:18 +0200

python-django-imagekit (4.0.2-1) unstable; urgency=low

  * Refresh patches after git-dpm to gbp pq conversion
  * New upstream release.
  * Bump Standards-Version to 4.1.1.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Directly depend on python3-django.
  * Enable autopkgtest-pkg-python testsuite.

 -- Michael Fladischer <fladi@debian.org>  Fri, 24 Nov 2017 10:10:54 +0100

python-django-imagekit (4.0.1-1) unstable; urgency=low

  * Initial release (Closes: #868865).

 -- Michael Fladischer <fladi@debian.org>  Tue, 18 Jul 2017 15:58:13 +0200