Commit Graph
57 Commits
Author SHA1 Message Date
Martin Weinelt 2ac63c5434 python3Packages.astroid: 3.1.0 -> 3.2.2
https://github.com/PyCQA/astroid/blob/refs/tags/v3.2.2/ChangeLog
2024-06-24 12:14:43 +02:00
Alexis Hildebrandt 755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Martin Weinelt 59b1aef590 python3Packages: format with nixfmt 2024-05-22 17:32:03 +02:00
FunkeleinhornandMartin Weinelt 9885fe7314 python311Packages.astroid: 3.0.2 -> 3.1.0
changelog: https://github.com/pylint-dev/astroid/releases/tag/v3.1.0
2024-03-12 04:30:06 +01:00
Gaetan Lepage 17aad7ce46 python311Packages.astroid: 3.0.1 -> 3.0.2
Changelog: https://github.com/PyCQA/astroid/blob/refs/tags/v3.0.2/ChangeLog
2024-01-12 15:53:37 +01:00
Gaetan LepageandMartin Weinelt 01f6a6799e python311Packages.astroid: set GaetanLepage as maintainer 2023-12-20 20:16:44 +01:00
Gaetan LepageandMartin Weinelt 2a5df407e6 python311Packages.astroid: 2.15.6 -> 3.0.1
Diff: https://github.com/PyCQA/astroid/compare/refs/tags/v2.15.6...v3.0.1

Changelog: https://github.com/PyCQA/astroid/blob/refs/tags/v3.0.1/ChangeLog
2023-12-20 20:16:43 +01:00
Theodore NiandGitHub f06e634dc5 python3.pkgs.astroid: add wheel and pip dependencies (#247258) 2023-08-12 08:09:27 +02:00
Martin Weinelt 95558af10f python310Packages.astroid: 2.14.2 -> 2.15.6
https://github.com/PyCQA/astroid/blob/refs/tags/v2.15.6/ChangeLog
2023-07-28 12:15:37 +02:00
Sandro Jäckel cf6c96533b treewide: reduce packages I maintainer 2023-07-23 19:30:22 +02:00
Robert SchützandMartin Weinelt 441bb8a805 python310Packages.astroid: add meta.changelog 2023-03-03 23:59:31 +01:00
Martin Weinelt bac097a66b python3Packages.astroid: 2.12.13 -> 2.14.2 2023-03-03 23:56:33 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt b1db877742 python3Packages.astroid: 2.12.12 -> 2.12.13 2023-01-05 01:08:51 +01:00
Theodore Ni d0e0bababe python310Packages.astroid: 2.11.7 -> 2.12.12 2022-11-20 16:23:40 -08:00
Martin Weinelt b9a02149bb python3Packages.astroid: 2.11.5 -> 2.11.7
https://github.com/PyCQA/astroid/releases/tag/v2.11.7
https://github.com/PyCQA/astroid/releases/tag/v2.11.6
2022-07-21 22:33:36 +02:00
Sandro JäckelandJonathan Ringer fa3f5e1524 python310Packages.astroid: 2.11.2 -> 2.11.4, adopt 2022-06-06 11:46:07 -07:00
Martin Weinelt 9d9c57830f python3Packages.astroid: disable test_mro_typing_extensions on python310 2022-04-15 01:39:46 +02:00
Martin Weinelt df3e27b5bb python3Packages.astroid: 2.9.3 -> 2.11.2 2022-04-15 01:39:44 +02:00
Jonathan RingerandMartin Weinelt b3d2c06cc3 python3Packages.astroid: 2.9.0 -> 2.9.3 2022-01-23 01:09:04 +01:00
Martin WeineltandJonathan Ringer f6123952df python3Packages.astroid: 2.8.2 -> 2.9.0 2021-11-30 18:52:37 -08:00
Martin Weinelt b26556aedf python3Packages.astroid: relax wrapt constraint, add typing-extensions 2021-10-11 01:22:09 +02:00
Martin Weinelt 372ff4cba3 python3Packages.astroid: 2.7.3 -> 2.8.2 2021-10-11 00:12:12 +02:00
Martin Weinelt cec333d6bd python3Packages.astroid: 2.7.2 -> 2.7.3 2021-09-01 21:23:23 +02:00
Martin Weinelt f9ea532088 python3Packages.astroid: 2.5.6 -> 2.7.2 2021-09-01 21:23:05 +02:00
Frederik Rietdijk fef9719a58 python3Packages.astroid: remove setuptools-scm-git-archive
I tested with this additional dependency and accidentally commited it.
2021-07-25 10:06:26 +02:00
Frederik Rietdijk baba4208a1 python3Packages.astroid: 2.5.1 -> 2.5.6 2021-07-25 09:55:59 +02:00
Martin Weinelt 7bd65d54f7 treewide: remove nand0p as maintainer
While looking at the sphinx package I noticed it was heavily
undermaintained, which is when we noticed nand0p has been inactive for
roughly 18 months. It is therefore prudent to assume they will not be
maintaining their packages, modules and tests.

- Their last contribution to nixpkgs was in 2019/12
- On 2021/05/08 I wrote them an email to the address listed in the
  maintainer-list, which they didn't reply to.
2021-05-17 01:50:49 +02:00
Frederik Rietdijk b72418c4fb python3Packages.astroid: 2.5 -> 2.5.1 2021-04-03 17:48:19 +02:00
Martin Weineltandgithub-actions[bot] b79f09557e python3Packages.astroid: clarify license is lgpl2.1 or newer 2021-03-05 14:06:03 +00:00
Martin Weineltandgithub-actions[bot] 904bb3585d python3Packages.astroid: 2.4.2 -> 2.5.0 2021-03-05 14:06:03 +00:00
Jonathan RingerandFrederik Rietdijk 754cd330ba python3Packages.astroid: disable for python3.9
See https://github.com/PyCQA/astroid/issues/845
2020-12-01 14:44:24 +01:00
Frederik Rietdijk cb5e89a2c5 python: astroid: 2.4.1 -> 2.4.2 2020-08-04 21:54:40 +02:00
Frederik Rietdijk 3611cc77f9 python.pkgs.astroid: fixup build 2020-06-11 10:00:25 +02:00
Frederik Rietdijk 1ddbc1f042 python: astroid: 2.3.3 -> 2.4.1 2020-06-11 09:59:53 +02:00
Michael ReillyandJörg Thalheim 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 3fd58a23a1 python: astroid: 2.3.2 -> 2.3.3 2019-11-22 08:37:04 +01:00
Frederik Rietdijk b457375360 python: astroid: 2.3.1 -> 2.3.2 2019-10-27 15:29:11 +01:00
Frederik Rietdijk 5738b5405e python: astroid: 2.2.5 -> 2.3.1 2019-10-18 09:54:03 +02:00
Jonathan Ringer ac4bce925e pythonPackages.astroid: 2.1.0 -> 2.2.5 2019-05-18 18:26:52 -07:00
Ioannis Koutras ce728ce496 python: astroid: 2.0.4 -> 2.1.0 2018-12-06 22:12:09 +02:00
Ben Wolsieffer 4f09e05849 python2Packages.astroid: init at 1.6.5 2018-10-11 18:15:15 -04:00
Frederik Rietdijk 43bb4ac8ab python: astroid: 2.0.1 -> 2.0.4 2018-08-25 07:38:21 +02:00
Robert SchützandFrederik Rietdijk 673d0bed95 python.pkgs.astroid: fix build 2018-07-26 12:43:17 +02:00
Frederik Rietdijk cdf9d66b0d python: astroid: 1.6.5 -> 2.0.1 2018-07-22 16:52:34 +02:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk ead4eeaa15 python: astroid: 1.6.4 -> 1.6.5 2018-06-21 07:42:51 +02:00
Frederik Rietdijk acbb88e35c python: astroid: 1.6.3 -> 1.6.4 2018-06-02 13:44:38 +02:00
Frederik Rietdijk b6ce94bcb4 python: astroid: 1.6.2 -> 1.6.3 2018-04-08 11:36:07 +02:00
Frederik Rietdijk 9b41fc5de9 python: astroid: 1.6.1 -> 1.6.2 2018-04-08 11:34:52 +02:00