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 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406
|
python-flake8 (5.0.4-4) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Update standards version to 4.6.1, no changes needed.
[ Jochen Sprickerhof ]
* Add upstream commit for pycodestyle 2.10
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 30 Dec 2022 07:54:07 +0100
python-flake8 (5.0.4-3) UNRELEASED; urgency=medium
* Update standards version to 4.6.1, no changes needed.
-- Debian Janitor <janitor@jelmer.uk> Sat, 10 Sep 2022 10:41:36 -0000
python-flake8 (5.0.4-2) unstable; urgency=medium
* Team upload.
* This version of python-flake8 breaks python3-pytest-flake8 before 1.1.1.
Update versioned Breaks accordingly.
-- Emanuele Rocca <ema@debian.org> Sat, 10 Sep 2022 11:45:56 +0200
python-flake8 (5.0.4-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Bump versioned Build-depends on python3-codestyle to >=2.9.0 and
python3-pyflakes >=2.5.0 due to new upstream release requirements.
* Update 0001-Remove-upper-constrains-from-upstream-requirements.patch.
* Drop build-depend on python3-nose (Closes: #1018493)
* Skip upstream test test_up_to_date from
tests/unit/plugins/pycodestyle_test.py as we do not autogenerate
pycodestyle.py but rather use the version shipped by upstream.
* Update Homepage field in d/control to point to
https://github.com/pycqa/flake8.
-- Emanuele Rocca <ema@debian.org> Fri, 02 Sep 2022 10:49:28 +0200
python-flake8 (4.0.1-2) unstable; urgency=medium
* Team upload.
* Add Breaks on python3-flake8-polyfill and python3-pytest-flake8
-- Scott Talbert <swt@techie.net> Mon, 21 Feb 2022 13:43:08 -0500
python-flake8 (4.0.1-1) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ flake8: Drop versioned constraint on python-flake8 in Replaces.
+ flake8: Drop versioned constraint on python-flake8 in Breaks.
* Update standards version to 4.5.1, no changes needed.
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on python3-entrypoints,
python3-mccabe, python3-mock and python3-setuptools.
+ python3-flake8: Drop versioned constraint on python3-mccabe and
python3-setuptools in Depends.
[ Scott Talbert ]
* Update to new upstream release 4.0.1 (Closes: #1002319)
* Update d/watch version to 4
* Update Standards-Version to 4.6.0 (no changes needed)
-- Scott Talbert <swt@techie.net> Fri, 18 Feb 2022 10:20:01 -0500
python-flake8 (3.8.4-1) unstable; urgency=medium
[ Ondřej Nový ]
* New upstream release.
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
* Remove Barry Warsaw from Uploaders as he has retired from Debian
(Closes: #970178).
[ Debian Janitor ]
* Remove obsolete field Name from debian/upstream/metadata (already present in
machine-readable debian/copyright).
-- Ondřej Nový <onovy@debian.org> Tue, 27 Oct 2020 09:39:49 +0100
python-flake8 (3.8.3-1) unstable; urgency=medium
* New upstream release.
* Rebase patches.
* Bump required version of pyflakes and pycodestyle.
* Use pytest to run tests during build.
* Bump debhelper compat level to 13.
* Bump standards version to 4.5.0.
* Set Rules-Requires-Root: no.
-- Ondřej Nový <onovy@debian.org> Fri, 12 Jun 2020 12:26:38 +0200
python-flake8 (3.7.9-2) unstable; urgency=medium
* Drop python2 support; Closes: #937757
-- Sandro Tosi <morph@debian.org> Sat, 15 Feb 2020 13:08:53 -0500
python-flake8 (3.7.9-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.4.1.
-- Ondřej Nový <onovy@debian.org> Thu, 31 Oct 2019 14:17:45 +0100
python-flake8 (3.7.8-3) unstable; urgency=medium
* d/tests: Test Python 2 modules, not only Python 3 CLI
* Add python-functools32 to python-flake8 dependencies
-- Ondřej Nový <onovy@debian.org> Thu, 18 Jul 2019 14:38:52 +0200
python-flake8 (3.7.8-2) unstable; urgency=medium
* Add python-typing to python-flake8 dependencies
-- Ondřej Nový <onovy@debian.org> Wed, 17 Jul 2019 20:46:54 +0200
python-flake8 (3.7.8-1) unstable; urgency=medium
* New upstream (Closes: #925355)
* Rename d/tests/control.autodep8 to d/tests/control.
* Bump debhelper compat level to 12 and use debhelper-compat
* Bump standards version to 4.4.0 (no changes)
* d/patches: Rebase for new release
* d/control: Arrange versioned dependencies for new upstream release
* Add python-functools32 and python-typing to B-D
-- Ondřej Nový <onovy@debian.org> Tue, 16 Jul 2019 18:38:22 +0200
python-flake8 (3.6.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
+ Bump pyflakes dependency to >= 2.0.0.
* Rebased patches for new upstream release.
* d/patches/0002-Add-hooks-for-new-pycodestyle-checks: Drop, applied
upstream.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 18 Nov 2018 10:43:54 +0000
python-flake8 (3.5.0-2) unstable; urgency=medium
* d/control: Set Vcs-* to salsa.debian.org
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Backport compatibility with pycodestyle 2.4.0 from upstream
(From Ubuntu)
* d/rules: Don't run tests with nocheck build profile
* Add upstream metadata
* Bump standards version to 4.2.1 (no changes)
-- Ondřej Nový <onovy@debian.org> Fri, 28 Sep 2018 11:09:01 +0200
python-flake8 (3.5.0-1) unstable; urgency=medium
* New upstream release
* d/clean: Don't remove tox.ini
* Fix typo in manpage
-- Ondřej Nový <onovy@debian.org> Sun, 10 Dec 2017 00:31:12 +0100
python-flake8 (3.4.1-3) unstable; urgency=medium
* Uploading to unstable (Closes: #877940)
* Standards-Version is 4.1.1 now (no changes needed)
-- Ondřej Nový <onovy@debian.org> Sun, 05 Nov 2017 20:46:51 +0100
python-flake8 (3.4.1-2) experimental; urgency=medium
* Drop zigo from uploaders because he requested it
* Add python-configparser and python-enum34 back to depends
-- Ondřej Nový <onovy@debian.org> Mon, 07 Aug 2017 20:47:30 +0200
python-flake8 (3.4.1-1) experimental; urgency=medium
* New upstream release
* Rebased patches for new upstream release
* Bump required version of python{,3}-setuptools
* Standards-Version is 4.0.0.4 now (no changes needed)
-- Ondřej Nový <onovy@debian.org> Fri, 04 Aug 2017 20:25:31 +0200
python-flake8 (3.3.0-1) experimental; urgency=medium
* New upstream release
* Bump required version of python{,3}-mccabe and python{,3}-pyflakes
* d/copyright
- Bump copyright years
- Change source URL to new location
* Enable autopkgtest-pkg-python testsuite
* d/tests: Install only flake8 tool, not all binary packages
-- Ondřej Nový <onovy@debian.org> Sun, 09 Apr 2017 13:32:10 +0200
python-flake8 (3.2.1-1) unstable; urgency=medium
* New upstream release
* Bumped required version of mock to 2.0.0
-- Ondřej Nový <onovy@debian.org> Fri, 25 Nov 2016 20:04:58 +0100
python-flake8 (3.2.0-1) unstable; urgency=medium
* New upstream release
* d/patches/0001-Removed-pytest-options.patch:
Removed, applied upstream
* d/patches/0003-Add-previous_unindented_logical_line-attribute.patch:
Removed, applied upstream
* Removed dfsg rebuild of orig tarball, not needed anymore
* d/control: Fixed deps for new release
* d/flake8.1: Updated for new release
-- Ondřej Nový <onovy@debian.org> Thu, 17 Nov 2016 14:48:25 +0100
python-flake8 (3.0.4+dfsg1-4) unstable; urgency=medium
* Bumped debhelper version to 10
* Added patch to work with pycodestyle 2.1.0 (Closes: #843673)
-- Ondřej Nový <onovy@debian.org> Tue, 08 Nov 2016 19:51:43 +0100
python-flake8 (3.0.4+dfsg1-3) unstable; urgency=medium
* Remove upper constrains from upstream requirements (Closes: #843036)
-- Ondřej Nový <onovy@debian.org> Thu, 03 Nov 2016 21:47:42 +0100
python-flake8 (3.0.4+dfsg1-2) unstable; urgency=medium
* d/source/options: Ignore egg-info
* d/rules: clean target fixed for new release
* Require to install same version of python3-flake8 and flake8
(Closes: #837169)
-- Ondřej Nový <onovy@debian.org> Fri, 09 Sep 2016 19:46:40 +0200
python-flake8 (3.0.4+dfsg1-1) unstable; urgency=medium
[ Barry Warsaw ]
* d/patches/update-pyflakes-version.patch: Removed; applied upstream.
[ Ondřej Nový ]
* New upstream release.
* d/{control,copyright}: Use my @debian.org email address
* Generate changelog from docs/source/release-notes/*.rst
* Bumped required Python version to 2.7 / 3.4
* Rearranged build depends and depends for new upstream version
* Renaming pep8 to pycodestyle
* d/rules: Cleanup and use pybuild
* Removed prebuilded docs from orig tarball
* d/copyright: Fixed for new upstream release
* Updated manpage for new release
-- Ondřej Nový <onovy@debian.org> Thu, 11 Aug 2016 20:40:21 +0200
python-flake8 (2.5.4-3) unstable; urgency=medium
* d/patches/update-pyflakes-version.patch: Update for pyflakes 1.2.x.
(Closes: #824195)
* d/control:
- Add myself to Uploaders.
- Bump Standards-Version with no other changes needed.
-- Barry Warsaw <barry@debian.org> Fri, 13 May 2016 15:03:07 -0400
python-flake8 (2.5.4-2) unstable; urgency=medium
* Team upload.
* debian/patches/update-pyflakes-version.patch: Allow for pyflakes 1.1.
* debian/watch: Use the pypi.debian.net redirector.
-- Barry Warsaw <barry@debian.org> Mon, 14 Mar 2016 13:44:11 -0400
python-flake8 (2.5.4-1) unstable; urgency=medium
[ Sylvestre Ledru ]
* Team upload
* New upstream release
* Update of the standard version
* Update of the homepage
* Depends on python-pyflakes/python3-pyflakes instead of pyflakes
(Closes: #804741)
* Run the test suite when building the package
* Cherry-pick Ubuntu changes
[ Jackson Doak ]
* debian/tests/tools: Call flake8 on some actual files (setup.py as a
known-good one, and a synthetic one for a known-bad one) instead of
without arguments on an empty directory. Closes: #742482
[ Ondřej Nový ]
* Standards-Version is 3.9.7 now (no change).
* Vcs-Git changed to https.
* Added python-pyflakes and dh-python to Build-Depend.
* Removed useless XS-Testsuite.
* Added myself to d/copyright.
* Added myself as uploader.
* d/copyright: Cleanup.
* Removed python-mock from Debian tests dependency - it's not needed.
* Moved /usr/bin/flake8 to solo package.
* Changed architecture of python3-flake8 to all.
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 01 Mar 2016 18:32:47 +0100
python-flake8 (2.2.2-1ubuntu4) xenial; urgency=medium
* Add explicit dependency on setuptools. LP: #1509396.
* python-flake8: (Build)-Depend on python-pep8 instead of pep8.
-- Matthias Klose <doko@ubuntu.com> Fri, 23 Oct 2015 17:42:39 +0200
python-flake8 (2.2.2-1ubuntu2) wily; urgency=medium
* d/patches/py35-compat.patch: Added for Python 3.5 compatibility.
-- Barry Warsaw <barry@ubuntu.com> Thu, 15 Oct 2015 16:56:34 -0400
python-flake8 (2.2.2-1ubuntu1) vivid; urgency=medium
* Merge from Debian testing. Remaining changes:
- debian/rules: Run tests during package build.
- debian/tests/tools: Call flake8 on some actual files (setup.py as a
known-good one, and a synthetic one for a known-bad one) instead of
without arguments on an empty directory.
-- Liam Young <liam.young@canonical.com> Fri, 23 Jan 2015 17:50:41 +0000
python-flake8 (2.2.2-1) unstable; urgency=medium
* Team upload.
* New upstream release
* debian/control: update Standards-Version to 3.9.5.0 (no change)
* debian/rules: remove unused PY2_PACAKGE_NAME and PY3_PACKAGE_NAME
* debian/control: change architecture to 'arch: all' since there are
no binary or otherwise arch-specific executables in this package
* debian/control: correct dependencies for python3-flake8 (python3-pep8
instead of pep8, remove python3-flake8)
* debian/copyright: add current upstream maintainer copyright
* debian/control: add Suggest: python-mock to python-flake8, this is
required to run the tests
* debian/tests/control: install python-mock to let tests run, note that
tests are currently relying on the executable which is currently
python2-only so no similar changes are made to the python3 side of the
package
* debian/control: bump dependencies as required by flake8
-- Zygmunt Krynicki <zygmunt.krynicki@canonical.com> Wed, 16 Jul 2014 16:54:57 +0200
python-flake8 (2.1.0-2) unstable; urgency=medium
* Added debian/py{3,}dist-overrides for pyflakes.
* Ran wrap-and-sort.
-- Thomas Goirand <zigo@debian.org> Sun, 13 Apr 2014 15:59:54 +0000
python-flake8 (2.1.0-1ubuntu2) utopic; urgency=medium
* debian/rules: Run tests during package build.
-- Chuck Short <zulcss@ubuntu.com> Fri, 25 Jul 2014 08:10:40 -0400
python-flake8 (2.1.0-1ubuntu1) trusty; urgency=medium
* debian/tests/tools: Call flake8 on some actual files (setup.py as a
known-good one, and a synthetic one for a known-bad one) instead of
without arguments on an empty directory.
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 24 Mar 2014 10:28:25 +0100
python-flake8 (2.1.0-1) unstable; urgency=low
* Team upload.
* New upstream release
* Add manpage. Closes: #722704
* debian/control:
- Update versioned depends
* Make basic autopkgtest
-- Jackson Doak <noskcaj@ubuntu.com> Tue, 05 Nov 2013 16:52:26 +1100
python-flake8 (2.0-2) unstable; urgency=low
* Team upload.
* Add additional build-dependencies, such that dh_python2|3 can
correctly resolve python modules -> debian package name
dependencies. (Closes: #725236)
-- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Thu, 03 Oct 2013 09:09:42 +0100
python-flake8 (2.0-1) unstable; urgency=low
* Initial release (Closes: #661044)
-- Thomas Goirand <zigo@debian.org> Sat, 29 Jun 2013 05:42:51 +0000
|