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
|
74bfe260c8
|
python3Packages.python-telegram-bot: 12.8 -> 13.0
|
2020-12-01 14:44:19 +01:00 |
|
R. RyanTM
|
703231836e
|
python37Packages.python-telegram-bot: 12.7 -> 12.8
|
2020-07-06 17:58:48 -07:00 |
|
Dmitry Kalinkin
|
cc97e9d7f0
|
python3Packages.python-telegram-bot: set --with-upstream-urllib3 properly, add workaround
|
2020-05-03 15:27:29 -04:00 |
|
Dmitry Kalinkin
|
5cb3501a37
|
python3Packages.python-telegram-bot: mark python2 as unsupported
|
2020-05-03 15:26:54 -04:00 |
|
Jelle Besseling
|
5b49946723
|
python3Packages.python-telegram-bot: 12.3.0 -> 12.7 (#86652)
* python3Packages.python-telegram-bot: 12.3.0 -> 12.7
* Update pkgs/development/python-modules/python-telegram-bot/default.nix
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Co-authored-by: Jon <jonringer@users.noreply.github.com>
|
2020-05-03 11:51:49 -07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Jelle Besseling
|
d7cdc48502
|
python-telegram-bot: add pingiun as maintainer
|
2020-01-24 14:23:25 -08:00 |
|
Jelle Besseling
|
7680df12c5
|
python-telegram-bot: fix vendored urllib patches
|
2020-01-24 14:23:25 -08:00 |
|
R. RyanTM
|
3d01d56df3
|
python27Packages.python-telegram-bot: 12.2.0 -> 12.3.0
|
2020-01-22 13:42:54 -08:00 |
|
Frederik Rietdijk
|
324fe791e6
|
python: python-telegram-bot: 11.1.0 -> 12.2.0
|
2019-10-27 16:26:51 +01:00 |
|
Chris Ostrouchov
|
9406b36e9d
|
pythonPackages.python-telegram-bot: 10.1.0 -> 11.1.0
|
2018-10-26 16:37:52 +02:00 |
|
Frederik Rietdijk
|
b1fd593a41
|
python: python-telegram-bot: 9.0.0 -> 10.1.0
|
2018-07-26 12:43:06 +02:00 |
|
Dmitry Kalinkin
|
7a82c83c63
|
python-telegram-bot: use urllib3 from nixpkgs, disable all tests properly
|
2018-01-20 18:03:35 -05:00 |
|
Dmitry Kalinkin
|
5738da94f4
|
python-telegram-bot: init at 9.0.0
|
2018-01-19 13:41:19 -05:00 |
|