File: changelog

package info (click to toggle)
isort 6.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,628 kB
  • sloc: python: 15,525; javascript: 42; sh: 31; makefile: 28
file content (165 lines) | stat: -rw-r--r-- 5,221 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
isort (6.0.1-1) unstable; urgency=medium

  * New upstream release.
  * Update upstream URLs.

 -- Colin Watson <cjwatson@debian.org>  Sun, 02 Mar 2025 16:23:46 +0000

isort (6.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Re-enable most tests at build time.
  * Re-enable autopkgtests, using autopkgtest-pkg-pybuild.
  * Mention isort/_vendored/tomli/* in debian/copyright.
  * Remove isort/_vendored/ from the installed files after dh_auto_install,
    rather than from the source tree after dh_clean (closes: #1047966,
    #1049746).

 -- Colin Watson <cjwatson@debian.org>  Wed, 29 Jan 2025 13:56:34 +0000

isort (5.13.2-2) unstable; urgency=medium

  * debian/watch: Exclude pre-releases.

 -- Colin Watson <cjwatson@debian.org>  Sun, 20 Oct 2024 19:00:54 +0100

isort (5.13.2-1) unstable; urgency=medium

  * New upstream release.
    - Drop patch to devendor toml; upstream now uses tomllib on new enough
      Python versions, which Debian has.
  * Use pybuild-plugin-pyproject and poetry.
  * Add myself to Uploaders.
  * Remove Tristan Seligmann from Uploaders, with thanks for their previous
    contributions (closes: #1041185).
  * Apply X-Style: black.

 -- Colin Watson <cjwatson@debian.org>  Mon, 29 Jul 2024 17:43:04 +0100

isort (5.6.4-1) 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.

  [ Tristan Seligmann ]
  * New upstream release.
  * Disable autopkgtests temporarily; upstream no longer ships the tests
    in the sdist.

 -- Tristan Seligmann <mithrandi@debian.org>  Thu, 05 Nov 2020 11:24:46 +0200

isort (5.4.2-1) unstable; urgency=medium

  * New upstream release.

 -- Tristan Seligmann <mithrandi@debian.org>  Sat, 15 Aug 2020 22:16:19 +0200

isort (5.3.2-1) unstable; urgency=medium

  * New upstream release.
    - Recommend python3-colorama.

 -- Tristan Seligmann <mithrandi@debian.org>  Tue, 11 Aug 2020 18:22:42 +0200

isort (5.1.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database.
  * Set upstream metadata fields: Bug-Submit.

  [ Tristan Seligmann ]
  * New upstream release.
    - Devendor toml.
  * Fix tests.
  * Switch to dh-sequence-*.
  * Bump debhelper-compat to 13.
  * Bump Standards-Version to 4.5.0 (no changes).
  * Declare rootless build.
  * Add Repository to upstream metadata.

 -- Tristan Seligmann <mithrandi@debian.org>  Thu, 23 Jul 2020 11:34:14 +0200

isort (4.3.4+ds1-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python3-Version field
  * Use debhelper-compat instead of debian/compat.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #936751

 -- Sandro Tosi <morph@debian.org>  Sat, 02 Nov 2019 17:26:37 -0400

isort (4.3.4+ds1-1) unstable; urgency=medium

  * New upstream release.
  * Stop installing test_isort.py (closes: #887816); thanks to Chris Lamb
    for the patch.
  * Update lintian override name: debian-watch-does-not-check-gpg-signature
  * Bump Standards-Version to 4.1.3 (no changes).
  * Use https for copyright format URL.

 -- Tristan Seligmann <mithrandi@debian.org>  Sun, 18 Feb 2018 05:40:19 +0200

isort (4.2.5+ds1-3) unstable; urgency=medium

  * Team upload.
  * Bump debhelper compat level to 11.
  * Bump Standards-Version to 4.1.2, no changes needed.
  * Fix dependencies of the python2 package by using the correct
    ${python:Depends} substvar instead of ${python3:Depends}.  Thanks to Paul
    Wise for catching it.
  * Move isort into Section:utils.

 -- Mattia Rizzolo <mattia@debian.org>  Mon, 18 Dec 2017 11:39:29 +0100

isort (4.2.5+ds1-2) unstable; urgency=medium

  * Add python-isort package for Python 2 module (closes: #802582).
  * Bump Standards-Version to 3.9.8 (no changes).

 -- Tristan Seligmann <mithrandi@debian.org>  Tue, 19 Jul 2016 21:09:28 +0200

isort (4.2.5+ds1-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 3.9.7 (no changes).
  * Use https in Vcs-Browser.

 -- Tristan Seligmann <mithrandi@debian.org>  Wed, 06 Apr 2016 21:58:26 +0200

isort (4.2.2+ds1-1) unstable; urgency=medium

  * New upstream release.
    - Dropped dependency on python3-pies (closes: #779703 -- although I cannot
      confirm this due to being unable to reproduce in the first place).
  * Add a .pydist file.
  * Drop override as upstream now ships a changelog.
  * Actually run tests during build.

 -- Tristan Seligmann <mithrandi@debian.org>  Mon, 28 Sep 2015 05:43:58 +0200

isort (3.9.2+ds1-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version.
  * Add a man page.

 -- Tristan Seligmann <mithrandi@debian.org>  Thu, 25 Dec 2014 08:51:29 +0200

isort (3.9.0+ds1-1) unstable; urgency=medium

  * Repack upstream source without runtests.py.
  * Fix debian/watch to fetch the source we're actually using.

 -- Tristan Seligmann <mithrandi@debian.org>  Sun, 28 Sep 2014 01:33:31 +0200

isort (3.9.0-1) unstable; urgency=medium

  * Initial release. (Closes: #761167)

 -- Tristan Seligmann <mithrandi@debian.org>  Sat, 13 Sep 2014 19:38:48 +0200