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 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537
|
astroid (3.3.8-2) unstable; urgency=medium
* Team upload.
* Remove runtime dep on python3-setuptools
* Set DPT as Maintainer per new Team Policy
-- Alexandre Detiste <tchet@debian.org> Sun, 19 Jan 2025 14:15:07 +0100
astroid (3.3.8-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Sat, 28 Dec 2024 23:47:24 +0000
astroid (3.3.7-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Sat, 21 Dec 2024 23:36:28 +0000
astroid (3.3.6-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Sun, 08 Dec 2024 18:16:59 +0000
astroid (3.3.5-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Enable autopkgtest-pkg-pybuild.
* Breaks: pylint (<< 3.3.0); earlier versions of pylint have
inconsistent_quotes_fstring_py312 failures with this version of astroid.
-- Colin Watson <cjwatson@debian.org> Fri, 11 Oct 2024 16:00:14 +0100
astroid (3.3.2-1) unstable; urgency=medium
* New upstream version 3.3.2
+ Thanks to Bruno Ribeiro for the MR.
* Add d/lintian-overrides
+ Thanks to nicolas for the patch.
-- Daniel Echeverri <epsilon@debian.org> Sun, 15 Sep 2024 21:06:25 -0500
astroid (3.2.2-1) unstable; urgency=medium
[ Alexandre Detiste ]
* use new dh-sequence-python3
[ Daniel Echeverri ]
* New upstream version 3.2.2
* bump Standards-Version to 4.7.0 (no changes needed)
-- Daniel Echeverri <epsilon@debian.org> Sun, 02 Jun 2024 20:07:14 -0500
astroid (3.1.0-1) unstable; urgency=medium
[ Alexandre Detiste ]
* New upstream version 3.1.0
* six is needed for tests, not at runtime
[ Daniel Echeverri ]
* Fix clean and copyright years, set Rules-Requires-Root
+ thanks to Nicolas Boulenguez for the changes!
* Set myself as maintainer. (Closes: #1065237)
-- Daniel Echeverri <epsilon@debian.org> Sat, 06 Apr 2024 19:44:21 -0500
astroid (3.0.2-2) unstable; urgency=medium
* orphan
-- Sandro Tosi <morph@debian.org> Sat, 02 Mar 2024 01:48:16 -0500
astroid (3.0.2-1) unstable; urgency=medium
* New upstream release; Closes: #1058371, #1058103
* update github organization from PyCQA to pylint-dev
-- Sandro Tosi <morph@debian.org> Mon, 15 Jan 2024 03:28:30 -0500
astroid (2.15.6-1) unstable; urgency=medium
* New upstream release; Closes: #1041883
* debian/control
- add pip to b-d, needed by tests
-- Sandro Tosi <morph@debian.org> Wed, 26 Jul 2023 02:30:02 -0400
astroid (2.14.2-1) unstable; urgency=medium
* New upstream release
-- Sandro Tosi <morph@debian.org> Fri, 24 Feb 2023 16:23:18 -0500
astroid (2.13.3-1) unstable; urgency=medium
* New upstream release
* debian/control
- build using pybuild-plugin-pyproject
- bump Standards-Version to 4.6.2.0 (no changes needed)
* debian/copyright
- extend packaging copyright years
-- Sandro Tosi <morph@debian.org> Sun, 22 Jan 2023 00:20:47 -0500
astroid (2.12.13-1) unstable; urgency=medium
* New upstream release
* debian/control
- bump Standards-Version to 4.6.1.0 (no changes needed)
-- Sandro Tosi <morph@debian.org> Sat, 10 Dec 2022 00:25:21 -0500
astroid (2.12.12-1) unstable; urgency=medium
* New upstream release
-- Sandro Tosi <morph@debian.org> Sat, 22 Oct 2022 20:19:27 -0400
astroid (2.12.10-1) unstable; urgency=medium
* New upstream release
-- Sandro Tosi <morph@debian.org> Fri, 23 Sep 2022 09:42:48 -0400
astroid (2.12.2-1) unstable; urgency=medium
* New upstream release
* debian/copyright
- refresh copyright
-- Sandro Tosi <morph@debian.org> Fri, 23 Sep 2022 00:23:37 -0400
astroid (2.9.3-1) unstable; urgency=medium
* New upstream release
* debian/copyright
- add copyright/license notices for test files too
-- Sandro Tosi <morph@debian.org> Tue, 25 Jan 2022 23:47:04 -0500
astroid (2.9.2-1) unstable; urgency=medium
* New upstream release
* debian/rules
- re-enable test_oserror, fixed upstream in PR #1254
- stop copying/removing pytest.ini, no longer available nor needed
* debian/copyright
- extend packaging copyright years
- update upstream copyright info
-- Sandro Tosi <morph@debian.org> Tue, 04 Jan 2022 21:49:35 -0500
astroid (2.9.0-1) unstable; urgency=medium
* New upstream release
* debian/copyright
- update upstream copyright info
-- Sandro Tosi <morph@debian.org> Sun, 05 Dec 2021 01:26:08 -0500
astroid (2.8.4-1) unstable; urgency=medium
* New upstream release
* debian/copyright
- update upstream copyright info
* debian/control
- add typing-extensions to Depends; Closes: #997875
- bump Standards-Version to 4.6.0.1 (no changes needed)
-- Sandro Tosi <morph@debian.org> Tue, 02 Nov 2021 23:42:57 -0400
astroid (2.8.2-1) unstable; urgency=medium
* New upstream release
-- Sandro Tosi <morph@debian.org> Sat, 09 Oct 2021 20:27:06 -0400
astroid (2.8.1-1) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on dh-python.
* Remove obsolete field Name from debian/upstream/metadata (already present in
machine-readable debian/copyright).
[ Sandro Tosi ]
* New upstream release
* debian/watch
- track GitHub releases
* debian/copyright
- refresh upstream copyright/license info
* debian/control
- add typing-extensions to b-d, needed by tests
-- Sandro Tosi <morph@debian.org> Thu, 07 Oct 2021 21:47:12 -0400
astroid (2.5.1-1) unstable; urgency=medium
* New upstream release
* debian/copyright
refresh upstream copyright/license info
-- Sandro Tosi <morph@debian.org> Sun, 28 Feb 2021 17:53:31 -0500
astroid (2.5-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Sandro Tosi ]
* New upstream release
* Use the new Debian Python Team contact name and address
* debian/copyright
- extend packaging copyright years
- refresh upstream copyright/license info
* debian/control
- bump Standards-Version to 4.5.1 (no changes needed)
* debian/watch
- bump version to 4
-- Sandro Tosi <morph@debian.org> Thu, 18 Feb 2021 23:15:56 -0500
astroid (2.4.2-1) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Name,
Repository, Repository-Browse.
[ Sandro Tosi ]
* New upstream release
* debian/copyright
- (automatically) update upstream copyright notice
- extend packaging copyright years
* debian/rules
- copy tests from their new location
- skip test_oserror test, currently failing, #798
* debian/control
- bump Standards-Version to 4.5.0 (no changes needed)
- run wrap-and-sort
- bump compat level to 13
-- Sandro Tosi <morph@debian.org> Wed, 15 Jul 2020 23:00:07 -0400
astroid (2.3.3-1) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Sandro Tosi ]
* New upstream release; Closes: #944716
* debian/control
- bump b-d on lazy-object-proxy to >= 1.4.0
* debian/copyright
- update upstream copyright information
- extend packaging copyright years
-- Sandro Tosi <morph@debian.org> Wed, 20 Nov 2019 00:08:56 -0500
astroid (2.1.0-2) unstable; urgency=medium
* debian/{copyright,control}
- update project homepage to github; Closes: #917776
-- Sandro Tosi <morph@debian.org> Mon, 31 Dec 2018 15:20:41 -0500
astroid (2.1.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Require newer dh-python which cleans .pytest_cache directory
* Revert removing of pytest_cache manually
[ Sandro Tosi ]
* New upstream release
* debian/copyright
- add upstream copyright notices
* debian/control
- bump Standards-Version to 4.3.0 (no changes needed)
-- Sandro Tosi <morph@debian.org> Tue, 25 Dec 2018 18:34:21 -0500
astroid (2.0.4-2) unstable; urgency=medium
* Team upload.
* Remove pytest cache after running the tests (Closes: #909529)
-- Nicolas Dandrimont <olasd@debian.org> Tue, 25 Sep 2018 13:04:14 +0200
astroid (2.0.4-1) unstable; urgency=medium
Team upload.
[ Ondřej Nový ]
* Convert git repository from git-dpm to gbp layout
[ Nicolas Dandrimont ]
* New upstream release
* Drop python2 package, built from the astroid2 source package
* Build-Depend on python3-pytest to run tests at buildtime
-- Nicolas Dandrimont <olasd@debian.org> Sun, 23 Sep 2018 15:17:11 +0200
astroid (1.6.5-1) unstable; urgency=medium
* New upstream release
* debian/watch
- also look up for version with numbers and dots
-- Sandro Tosi <morph@debian.org> Sat, 09 Jun 2018 19:00:36 -0400
astroid (1.6.3-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
[ Sandro Tosi ]
* New upstream release; Closes: #896113
* debian/control
- bump Standards-Version to 4.1.4 (no changes needed)
* debian/copyright
- extend packaging copyright years
-- Sandro Tosi <morph@debian.org> Sat, 21 Apr 2018 16:31:57 -0400
astroid (1.6.0-1) unstable; urgency=medium
* New upstream release
* debian/copyright
- update copyright information
* debian/watch
- use HTTPS to talk to pypi.debian.net
-- Sandro Tosi <morph@debian.org> Mon, 25 Dec 2017 00:27:46 -0500
astroid (1.5.3-2) unstable; urgency=medium
* debian/control
- add setuptools and backports.functools-lru-cache (python2 only) to bin
pkgs depends; Closes: #883360
-- Sandro Tosi <morph@debian.org> Sun, 03 Dec 2017 21:11:27 -0500
astroid (1.5.3-1) unstable; urgency=medium
* New upstream release; Closes: #868819
* debian/control
- bump Standards-Version to 4.1.2 (no changes needed)
- add singledispatch, enum34 to b-d and depends, patch by Michael
Hudson-Doyle
-- Sandro Tosi <morph@debian.org> Thu, 30 Nov 2017 19:31:35 -0500
astroid (1.4.9-1) unstable; urgency=medium
* New upstream release
* debian/copyright
- extend packaging copyright years
-- Sandro Tosi <morph@debian.org> Thu, 05 Jan 2017 13:48:17 -0500
astroid (1.4.8-1) unstable; urgency=medium
* New upstream release
-- Sandro Tosi <morph@debian.org> Tue, 16 Aug 2016 19:29:27 +0100
astroid (1.4.7-1) unstable; urgency=medium
* New upstream release
* debian/control
- drop logilab-common from deps; Closes: #831505
-- Sandro Tosi <morph@debian.org> Mon, 18 Jul 2016 19:26:03 +0100
astroid (1.4.6-1) unstable; urgency=medium
[ Sandro Tosi ]
* New upstream release
[ Ondřej Nový ]
* Cleanup of d/copyright
-- Sandro Tosi <morph@debian.org> Sat, 11 Jun 2016 18:54:21 +0100
astroid (1.4.5-1) unstable; urgency=medium
[ Sandro Tosi ]
* New upstream release
* debian/control
- bump Standards-Version to 3.9.8 (no changes needed)
[ Ondřej Nový ]
* Fixed VCS URL (https)
-- Sandro Tosi <morph@debian.org> Sat, 23 Apr 2016 01:16:09 +0100
astroid (1.4.4-1) unstable; urgency=medium
* New upstream release
-- Sandro Tosi <morph@debian.org> Thu, 28 Jan 2016 19:35:47 +0000
astroid (1.4.3-1) unstable; urgency=medium
* New upstream release
* debian/rules
- install README.rst (README was renamed to it)
-- Sandro Tosi <morph@debian.org> Sun, 03 Jan 2016 02:24:23 +0000
astroid (1.4.1-1) unstable; urgency=medium
* New upstream release
- add support for Python 3.5; Closes: #800788
- correctly handle multiprocessing; Closes: #790884
* debian/copyright
- extend packaging copyright years
* debian/control
- add wrapt and lazy_object_proxy to b-d, needed to trigger the packages
dependencies detection
-- Sandro Tosi <morph@debian.org> Sat, 02 Jan 2016 16:36:00 +0000
astroid (1.3.8-1) unstable; urgency=medium
* New upstream release
* debian/control
- tighen logilab-common deps to >= 0.63.0
-- Sandro Tosi <morph@debian.org> Tue, 04 Aug 2015 07:57:06 +0100
astroid (1.3.6-2) unstable; urgency=medium
* upload to unstable
-- Sandro Tosi <morph@debian.org> Sun, 02 Aug 2015 00:11:06 +0100
astroid (1.3.6-1) experimental; urgency=medium
* New upstream release
* debian/watch
- uses PyPI redirector
* debian/control
- add python{,3}-nose to b-d, needed to run tests
-- Sandro Tosi <morph@debian.org> Thu, 26 Mar 2015 00:28:54 +0000
astroid (1.3.4-1) experimental; urgency=medium
* New upstream release
* debian/copyright
- extend upstream and packaging copyright years
- update upstream email contact
- update path location for new upstream code organization
* debian/control
- add six to dependencies
- add setuptoold to b-d
* debian/patches/*
- drop patched, they are now part of a release
* debian/watch
- update to the proper PyPI location
* debian/rules
- test dir has changed name, update rm command
-- Sandro Tosi <morph@debian.org> Sun, 01 Feb 2015 21:31:37 +0000
astroid (1.2.1-3) unstable; urgency=medium
* debian/patches/afea46c0380956213976db2ce0f1e8f3cf6a0abc.patch
- enable fine-grained control over extensions loading; this fix is needed
after #591676 fix; Addresses: #772018
-- Sandro Tosi <morph@debian.org> Mon, 08 Dec 2014 21:43:04 +0000
astroid (1.2.1-2) unstable; urgency=medium
* debian/patches/e24cacb15e2e152db155fdca9197a8d1bf9ce235.patch
- Never load C extensions that are not from the standard library and also
never load any compiled Python files; thanks to Jakub Wilk for the report;
Closes: #591676
-- Sandro Tosi <morph@debian.org> Sun, 23 Nov 2014 13:36:44 +0000
astroid (1.2.1-1) unstable; urgency=medium
* New upstream release
* debian/watch
- update to support multiple tarball formats
* debian/control
- bump Standards-Version to 3.9.6 (no changes needed)
- add dh-python to b-d, that package will contain dh_python* scripts
-- Sandro Tosi <morph@debian.org> Sun, 02 Nov 2014 14:47:27 +0000
astroid (1.2.0-1) unstable; urgency=medium
* New upstream release
-- Sandro Tosi <morph@debian.org> Sat, 09 Aug 2014 14:47:03 +0100
astroid (1.1.1-1) unstable; urgency=medium
* New upstream release; Closes: #735327
* debian/control
- switch me to Maintainer (team to Uploaders)
* debian/copyright
- extend upstream copyright years
* debian/patches/*
- removed, merged upstream
-- Sandro Tosi <morph@debian.org> Sun, 11 May 2014 17:43:01 +0200
astroid (1.0.1-2) unstable; urgency=low
* debian/copyright
- document test/data/SSL1/Connection1.py copyright, as pointed out by
Thorsten Alteholz
* debian/patches/bts744225-fix-gi-introspection-issues.patch
- fix GI introspection issues; thanks to Leo Iannacone for the report;
Closes: #744225
-- Sandro Tosi <morph@debian.org> Sat, 19 Apr 2014 19:57:08 +0200
astroid (1.0.1-1) unstable; urgency=low
* Initial release (Closes: #734075)
-- Sandro Tosi <morph@debian.org> Sat, 04 Jan 2014 12:14:12 +0100
|