| Commit message (Expand) | Author | Age | Files | Lines |
| * | python3Packages.alembic: 1.16.4 -> 1.17.2•••Changelog: https://alembic.sqlalchemy.org/en/latest/changelog.html#changelog-1-17-2
Diff: https://github.com/sqlalchemy/alembic/compare/rel_1_16_4...rel_1_17_2
| Kirill Radzikhovskyy | 2025-12-19 | 1 | -2/+2 |
| * | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.
Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
| Ihar Hrachyshka | 2025-12-10 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.15.2 -> 1.16.4•••This commit was automatically generated using update-python-libraries.
| Martin Weinelt | 2025-08-09 | 1 | -13/+6 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -10/+9 |
| * | python313Packages.alembic: 1.14.1 -> 1.15.2 | Martin Weinelt | 2025-04-03 | 1 | -2/+2 |
| * | python313Packages.alembic: 1.14.0 -> 1.14.1 | Martin Weinelt | 2025-03-11 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.13.3 -> 1.14.0 | Martin Weinelt | 2025-01-27 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.13.1 -> 1.13.3 | Martin Weinelt | 2024-10-13 | 1 | -2/+2 |
| * | 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 |
| * | 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/'
| Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -30/+29 |
| * | python312Packages.alembic: use pyproject = true | TomaSajt | 2024-05-07 | 1 | -3/+3 |
| * | python311Packages.alembic: test with pytest_7 | Martin Weinelt | 2024-03-27 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.13.0 -> 1.13.1 | Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| * | Merge master into staging-next | github-actions[bot] | 2024-01-03 | 1 | -6/+18 |
| |\ |
|
| | * | python311Packages.alembic: adjust dependencies, use pep517 builder | Martin Weinelt | 2024-01-03 | 1 | -6/+18 |
| * | | python3Packages.alembic: 1.12.0 -> 1.13.0 | Martin Weinelt | 2023-12-20 | 1 | -2/+2 |
| |/ |
|
| * | python3Packages.alembic: set meta.mainProgram | Raphael Robatsch | 2023-12-13 | 1 | -0/+1 |
| * | python3Packages.alembic: 1.9.4 -> 1.12.0 | Martin Weinelt | 2023-09-27 | 1 | -2/+2 |
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes.
| Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | python3Packages.alembic: 1.9.1 -> 1.9.4 | Martin Weinelt | 2023-03-03 | 1 | -2/+2 |
| * | python310Packages.mako: Normalize attribute, pname, dirname | Martin Weinelt | 2023-02-19 | 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.alembic: 1.8.1 -> 1.9.1 | Martin Weinelt | 2023-01-05 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.7.7 -> 1.8.1 | Martin Weinelt | 2022-07-21 | 1 | -2/+2 |
| * | treewide: remove redundant numprocesses pytest-xdist parameter•••Including the pytest-xdist package automatically configures numprocesses
to $NIX_BUILD_CORES, so specifying these on a package level has become
redundant.
| Martin Weinelt | 2022-04-15 | 1 | -4/+0 |
| * | python3Packages.alembic: 1.7.6 -> 1.7.7 | Martin Weinelt | 2022-04-13 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.7.5 -> 1.7.6 | Martin Weinelt | 2022-03-14 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.7.4 -> 1.7.5 | Jonathan Ringer | 2021-11-19 | 1 | -4/+3 |
| * | python3Packages.alembic: 1.7.1 -> 1.7.4 | Martin Weinelt | 2021-10-11 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.6.5 -> 1.7.1 | Martin Weinelt | 2021-09-01 | 1 | -9/+39 |
| * | pythonPackages: deprecate pytestcov alias | Sandro Jäckel | 2021-07-21 | 1 | -2/+2 |
| * | treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil | Robert Schütz | 2021-07-03 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.5.8 -> 1.6.5 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.4.3 -> 1.5.8 | Frederik Rietdijk | 2021-04-03 | 1 | -2/+2 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.4.2 -> 1.4.3 | Frederik Rietdijk | 2020-11-05 | 1 | -2/+2 |
| * | python: alembic: 1.3.3 -> 1.4.2 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | python3Packages.alembic: 1.3.2 -> 1.3.3 | Frederik Rietdijk | 2020-05-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python: alembic: 1.2.1 -> 1.3.2 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | pythonPackage.alembic: disable non-existent tests | Jonathan Ringer | 2019-10-27 | 1 | -0/+3 |
| * | python: alembic: 1.0.11 -> 1.2.1 | Frederik Rietdijk | 2019-10-27 | 1 | -2/+2 |
| * | python: alembic: 1.0.10 -> 1.0.11 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | python-alembic: add missing 'setuptools' to propagatedBuildInputs•••As a side-effect of f7e28bf5d8181926e600a222cb70180519d09726, the build
no longer propagated 'setuptools', which is a run-time dependency. See
https://github.com/NixOS/nixpkgs/pull/68314 for further details.
| Peter Simons | 2019-09-11 | 1 | -2/+2 |
| * | python: alembic: 1.0.9 -> 1.0.10 | Frederik Rietdijk | 2019-06-15 | 1 | -2/+2 |
| * | python: alembic: 1.0.7 -> 1.0.9 | Frederik Rietdijk | 2019-04-18 | 1 | -2/+2 |
| * | python: alembic: 1.0.6 -> 1.0.7 | Frederik Rietdijk | 2019-02-14 | 1 | -2/+2 |
| * | python: alembic: 1.0.3 -> 1.0.6 | Frederik Rietdijk | 2019-01-18 | 1 | -2/+2 |