| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-27 | python310Packages.python-telegram-bot: 20.1 -> 20.2 | R. Ryantm | |
| 2023-03-16 | python3Packages.python-telegram-bot: add missing dependency on httpx[http2] | Nick Cao | |
| 2023-03-03 | python3Packages.python-telegram-bot: 20.0 -> 20.1 | Martin Weinelt | |
| 2023-02-19 | python310Packages.apscheduler: Normalize attribute, pname and location | Martin Weinelt | |
| 2023-01-21 | treewide: switch to nativeCheckInputs | Guillaume Girol | |
| 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-11 | python310Packages.python-telegram-bot: 13.15 -> 20.0 | Fabian Affolter | |
| 2023-01-11 | python310Packages.python-telegram-bot: add changelog to meta | Fabian Affolter | |
| 2022-12-15 | python310Packages.python-telegram-bot: 13.14 -> 13.15 | R. Ryantm | |
| 2022-10-10 | treewide: *Flags convert to list from str | Artturin | |
| *Flags implies a list slightly relevant: > stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172 the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so it's not a breaking change | |||
| 2022-09-19 | python3Packages.python-telegram-bot: 13.13 -> 13.14 | Martin Weinelt | |
| 2022-06-29 | python310Packages.python-telegram-bot: 13.12 -> 13.13 (#179588) | R. RyanTM | |
| 2022-05-27 | python310Packages.python-telegram-bot: 13.11 -> 13.12 | R. Ryantm | |
| 2022-02-03 | python310Packages.python-telegram-bot: 13.10 -> 13.11 | R. Ryantm | |
| 2022-01-20 | python310Packages.python-telegram-bot: 13.9 -> 13.10 | R. Ryantm | |
| 2022-01-08 | python38Packages.python-telegram-bot: 13.8.1 -> 13.9 | R. Ryantm | |
| 2021-11-09 | python3Packages.python-telegram-bot: 13.7 -> 13.8.1 | Fabian Affolter | |
| 2021-10-12 | python3Packages.python-telegram-bot: relax cachetools constraint | Fabian Affolter | |
| 2021-07-02 | python3Packages.python-telegram-bot: 13.6 -> 13.7 | Fabian Affolter | |
| 2021-06-22 | python3Packages.python-telegram-bot: add missing cachetools dependency | Fabian Affolter | |
| 2021-06-22 | python3Packages.python-telegram-bot: 13.5 -> 13.6 | Martin Weinelt | |
| 2021-05-13 | python3Packages.python-telegram-bot: 13.4.1 -> 13.5 | Fabian Affolter | |
| 2021-04-11 | python3Packages.python-telegram-bot: 13.3 -> 13.4.1 | Fabian Affolter | |
| 2021-03-07 | python3Packages.python-telegram-bot: 13.0 -> 13.3 (#115287) | Jelle Besseling | |
| Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com> | |||
| 2021-01-25 | treewide: remove stdenv where not needed | Pavol Rusnak | |
| 2021-01-11 | treewide: with stdenv.lib; in meta -> with lib; | Profpatsch | |
| 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 | |||
| 2020-12-01 | python3Packages.python-telegram-bot: 12.8 -> 13.0 | Frederik Rietdijk | |
| 2020-07-06 | python37Packages.python-telegram-bot: 12.7 -> 12.8 | R. RyanTM | |
| 2020-05-03 | python3Packages.python-telegram-bot: set --with-upstream-urllib3 properly, ↵ | Dmitry Kalinkin | |
| add workaround | |||
| 2020-05-03 | python3Packages.python-telegram-bot: mark python2 as unsupported | Dmitry Kalinkin | |
| 2020-05-03 | python3Packages.python-telegram-bot: 12.3.0 -> 12.7 (#86652) | Jelle Besseling | |
| * 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-04-10 | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | |
| 2020-01-24 | python-telegram-bot: add pingiun as maintainer | Jelle Besseling | |
| 2020-01-24 | python-telegram-bot: fix vendored urllib patches | Jelle Besseling | |
| 2020-01-22 | python27Packages.python-telegram-bot: 12.2.0 -> 12.3.0 | R. RyanTM | |
| 2019-10-27 | python: python-telegram-bot: 11.1.0 -> 12.2.0 | Frederik Rietdijk | |
| 2018-10-26 | pythonPackages.python-telegram-bot: 10.1.0 -> 11.1.0 | Chris Ostrouchov | |
| 2018-07-26 | python: python-telegram-bot: 9.0.0 -> 10.1.0 | Frederik Rietdijk | |
| 2018-01-20 | python-telegram-bot: use urllib3 from nixpkgs, disable all tests properly | Dmitry Kalinkin | |
| 2018-01-19 | python-telegram-bot: init at 9.0.0 | Dmitry Kalinkin | |
