| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done | Robert Schütz | 2026-01-11 | 1 | -3/+0 |
| * | teams: drop sphinx•••There is no point in an empty team. | Wolfgang Walther | 2025-12-21 | 1 | -1/+0 |
| * | treewide: switch instances of lib.teams.*.members to the new meta.teams attri...•••Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> | Fernando Rodrigues | 2025-04-25 | 1 | -1/+1 |
| * | python313Packages.breathe: 4.35.0 -> 4.35.0-unstable-2025-01-16•••Fast-forward for sphinx 7.4 compat, for which the patch did not apply cleanly. | Martin Weinelt | 2025-01-27 | 1 | -26/+7 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.breathe: disable failing tests•••Exclude tests that broke with Sphinx 7.4.x. The upstream project is sadly not very well maintained these days due to funding reasons. | Martin Weinelt | 2024-10-18 | 1 | -0/+5 |
| * | python312Packages.breathe: modernize | Robert Schütz | 2024-08-04 | 1 | -19/+22 |
| * | treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -18/+13 |
| * | python3.pkgs.breathe: Add missing dependency after update••• collected 3 items / 1 error ==================================== ERRORS ==================================== ___________________ ERROR collecting tests/test_renderer.py ____________________ ImportError while importing test module '/build/source/tests/test_renderer.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_renderer.py:18: in <module> from sphinx.testing.fixtures import ( /nix/store/011i5by1fafwmksijc3xmpvp6ik66w07-python3.11-sphinx-7.3.7/lib/python3.11/site-packages/sphinx/testing/fixtures.py:14: in <module> from sphinx.testing.util import SphinxTestApp, SphinxTestAppWrapperForSkipBuilding /nix/store/011i5by1fafwmksijc3xmpvp6ik66w07-python3.11-sphinx-7.3.7/lib/python3.11/site-packages/sphinx/testing/util.py:14: in <module> from defusedxml.ElementTree import parse as xml_parse E ModuleNotFoundError: No module named 'defusedxml' =========================== short test summary info ============================ ERROR tests/test_renderer.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 2.84s =============================== | Jan Tojnar | 2024-04-23 | 1 | -0/+5 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. | stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | python311Packages.breathe: fix sphinx 7.2 support | Martin Weinelt | 2023-10-27 | 1 | -0/+10 |
| * | python311.pkgs.breathe: drop already upstreamed patch•••Without the change build fails at patch apply phase: > applying patch /nix/store/dmbcdrjm61q5i0mndanj4zn8fkw7g5nj-de3504c81c7cefc87c8229743f93232ca00a685d.patch > patching file tests/test_renderer.py > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 2 out of 2 hunks ignored -- saving rejects to file tests/test_renderer.py.rej | Sergei Trofimovich | 2023-09-28 | 1 | -8/+0 |
| * | python3Packages.breathe: 4.34.0 -> 4.35.0 | Martin Weinelt | 2023-09-27 | 1 | -2/+2 |
| * | 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. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.breathe: fix build after dependency upgrade•••More information: https://github.com/breathe-doc/breathe/pull/865 | Fabián Heredia Montiel | 2023-01-07 | 1 | -0/+8 |
| * | python310Packages.breathe: 4.33.1 -> 4.34.0 | R. Ryantm | 2022-06-21 | 1 | -3/+3 |
| * | python310Packages.breathe: 4.32.0 -> 4.33.1 | R. Ryantm | 2022-02-15 | 1 | -2/+2 |
| * | python3Packages.breathe: enable tests | Fabian Affolter | 2022-01-31 | 1 | -12/+32 |
| * | python310Packages.breathe: 4.31.0 -> 4.32.0 | R. Ryantm | 2022-01-31 | 1 | -2/+2 |
| * | python38Packages.breathe: 4.30.0 -> 4.31.0 | R. RyanTM | 2021-09-17 | 1 | -2/+2 |
| * | python3Packages.breathe: 4.28.0 -> 4.30.0 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| * | python38Packages.breathe: 4.27.0 -> 4.28.0 | R. RyanTM | 2021-03-29 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.26.1 -> 4.27.0 | R. RyanTM | 2021-02-20 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.26.0 -> 4.26.1 | R. RyanTM | 2021-01-22 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.25.1 -> 4.26.0 | R. RyanTM | 2021-01-15 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.24.1 -> 4.25.1 | R. RyanTM | 2020-12-23 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.24.0 -> 4.24.1 | R. RyanTM | 2020-12-06 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.23.0 -> 4.24.0 | R. RyanTM | 2020-11-19 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.22.1 -> 4.23.0 | R. RyanTM | 2020-11-04 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.20.0 -> 4.22.1 | R. RyanTM | 2020-09-29 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.19.2 -> 4.20.0 | R. RyanTM | 2020-08-27 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.18.1 -> 4.19.2 | R. RyanTM | 2020-07-07 | 1 | -2/+2 |
| * | python: breathe: 4.14.2 -> 4.18.1 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.14.1 -> 4.14.2 | R. RyanTM | 2020-04-10 | 1 | -3/+3 |
| * | python37Packages.breathe: 4.14.0 -> 4.14.1 | R. RyanTM | 2020-02-09 | 1 | -2/+2 |
| * | pythonPackages.breathe: python2 no longer supported | Jonathan Ringer | 2019-12-30 | 1 | -1/+2 |
| * | python: breathe: 4.13.1 -> 4.14.0 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | python: breathe: 4.13.0 -> 4.13.1 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.12.0 -> 4.13.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-breathe/versions | R. RyanTM | 2019-06-02 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.11.1 -> 4.12.0 (#59643)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-breathe/versions | R. RyanTM | 2019-04-27 | 1 | -2/+2 |
| * | python37Packages.breathe: 4.11.0 -> 4.11.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-breathe/versions | R. RyanTM | 2018-12-26 | 1 | -2/+2 |
| * | python36Packages.breathe: 4.10.0 -> 4.11.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-breathe/versions | R. RyanTM | 2018-11-18 | 1 | -2/+2 |
| * | python: breathe: 4.9.1 -> 4.10.0 | Frederik Rietdijk | 2018-08-25 | 1 | -2/+2 |
| * | 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`. | Frederik Rietdijk | 2018-06-23 | 1 | -4/+3 |
| * | python: breathe: 4.7.3 -> 4.9.1 | Frederik Rietdijk | 2018-06-21 | 1 | -2/+2 |
| * | python.pkgs: updates | Frederik Rietdijk | 2017-10-27 | 1 | -2/+2 |
| * | python.pkgs: many updates | Frederik Rietdijk | 2017-08-25 | 1 | -2/+2 |
| * | python3Packages.breathe: enable with python3•••The tests don't work (not sure why), but sphinx seems to work OK. | Vladimír Čunát | 2017-08-17 | 1 | -1/+1 |
| * | Python: many package updates•••Did not test all packages. Likely we'll have some breakage. | Frederik Rietdijk | 2017-05-27 | 1 | -2/+2 |
