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