Commit Graph

44 Commits

Author SHA1 Message Date
Martin Weinelt
0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Martin Weinelt
1f8eaf759f python3Packages.alembic: 1.9.1 -> 1.9.4 2023-03-03 23:56:32 +01:00
Martin Weinelt
9e7f9a402b python310Packages.mako: Normalize attribute, pname, dirname 2023-02-19 21:36:02 +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
5fe2e97ab7 python3Packages.alembic: 1.8.1 -> 1.9.1 2023-01-05 01:08:50 +01:00
Martin Weinelt
cbcac3a1a2 python3Packages.alembic: 1.7.7 -> 1.8.1 2022-07-21 22:33:38 +02:00
Martin Weinelt
9f340b5bf1 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.
2022-04-15 01:39:54 +02:00
Martin Weinelt
c626f499ba python3Packages.alembic: 1.7.6 -> 1.7.7 2022-04-13 16:49:36 +02:00
Martin Weinelt
e878a91a13 python3Packages.alembic: 1.7.5 -> 1.7.6 2022-03-14 00:28:49 +01:00
Jonathan Ringer
908fc4afe8 python3Packages.alembic: 1.7.4 -> 1.7.5 2021-11-19 17:46:18 -08:00
Martin Weinelt
bac027a574 python3Packages.alembic: 1.7.1 -> 1.7.4 2021-10-11 00:12:11 +02:00
Martin Weinelt
35f4817c7a python3Packages.alembic: 1.6.5 -> 1.7.1 2021-09-01 21:23:23 +02:00
Sandro Jäckel
4209fed914 pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
Robert Schütz
1ec5651913 treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
Martin Weinelt
49d9da57d2 python3Packages.alembic: 1.5.8 -> 1.6.5 2021-06-21 16:59:53 -07:00
Frederik Rietdijk
efbded07f2 python3Packages.alembic: 1.4.3 -> 1.5.8 2021-04-03 17:48:18 +02:00
Pavol Rusnak
a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d 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
2021-01-11 10:38:22 +01:00
Frederik Rietdijk
73719b1148 python3Packages.alembic: 1.4.2 -> 1.4.3 2020-11-05 15:46:56 -08:00
Frederik Rietdijk
79ef1ecc1f python: alembic: 1.3.3 -> 1.4.2 2020-06-11 09:59:53 +02:00
Frederik Rietdijk
5d80f31809 python3Packages.alembic: 1.3.2 -> 1.3.3 2020-05-11 22:12:09 +02:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk
e542a06fe9 python: alembic: 1.2.1 -> 1.3.2 2019-12-30 16:46:39 +01:00
Jonathan Ringer
e740706b7a pythonPackage.alembic: disable non-existent tests 2019-10-27 16:26:56 +01:00
Frederik Rietdijk
c595befa62 python: alembic: 1.0.11 -> 1.2.1 2019-10-27 15:29:11 +01:00
Frederik Rietdijk
399194531f python: alembic: 1.0.10 -> 1.0.11 2019-10-18 09:53:55 +02:00
Peter Simons
14854f20bb python-alembic: add missing 'setuptools' to propagatedBuildInputs
As a side-effect of f7e28bf5d8, the build
no longer propagated 'setuptools', which is a run-time dependency. See
https://github.com/NixOS/nixpkgs/pull/68314 for further details.
2019-09-11 12:17:15 +02:00
Frederik Rietdijk
4e856e6867 python: alembic: 1.0.9 -> 1.0.10 2019-06-15 08:44:03 +02:00
Frederik Rietdijk
5111d50796 python: alembic: 1.0.7 -> 1.0.9 2019-04-18 12:42:39 +02:00
Frederik Rietdijk
1fb9b309b6 python: alembic: 1.0.6 -> 1.0.7 2019-02-14 11:38:01 +01:00
Frederik Rietdijk
216378768f python: alembic: 1.0.3 -> 1.0.6 2019-01-18 09:37:06 +01:00
Frederik Rietdijk
d19f46d68f python: alembic: 1.0.2 -> 1.0.3 2018-12-03 16:50:39 +01:00
Frederik Rietdijk
dabe54f373 python: alembic: 1.0.0 -> 1.0.2 2018-12-03 16:50:28 +01:00
Frederik Rietdijk
b2c657d3be python: alembic: 0.9.10 -> 1.0.0 2018-07-22 16:52:34 +02:00
Robert Schütz
1804301446 python: alembic: 0.9.9 -> 0.9.10 2018-07-06 17:09:24 +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
87f768b5fc python: alembic: 0.9.8 -> 0.9.9 2018-04-08 11:34:52 +02:00
Frederik Rietdijk
6d7b06fed8 python: alembic: 0.9.7 -> 0.9.8 2018-02-18 20:07:42 +01:00
Frederik Rietdijk
a50c205100 python: alembic: 0.9.6 -> 0.9.7 2018-01-20 12:05:23 +01:00
Pascal Wittmann
24e87b49b6 Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Frederik Rietdijk
7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Frederik Rietdijk
d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +02:00
Frederik Rietdijk
ac1ea28a50 python.pkgs: maintenance updates 2017-07-28 16:56:33 +02:00
Jörg Thalheim
2c39927c7a pythonPackages.alembic: 0.8.3 -> 0.9.2 2017-05-29 14:35:03 +01:00