summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-telegram-bot
AgeCommit message (Collapse)Author
2023-03-27python310Packages.python-telegram-bot: 20.1 -> 20.2R. Ryantm
2023-03-16python3Packages.python-telegram-bot: add missing dependency on httpx[http2]Nick Cao
2023-03-03python3Packages.python-telegram-bot: 20.0 -> 20.1Martin Weinelt
2023-02-19python310Packages.apscheduler: Normalize attribute, pname and locationMartin Weinelt
2023-01-21treewide: switch to nativeCheckInputsGuillaume 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-11python310Packages.python-telegram-bot: 13.15 -> 20.0Fabian Affolter
2023-01-11python310Packages.python-telegram-bot: add changelog to metaFabian Affolter
2022-12-15python310Packages.python-telegram-bot: 13.14 -> 13.15R. Ryantm
2022-10-10treewide: *Flags convert to list from strArtturin
*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-19python3Packages.python-telegram-bot: 13.13 -> 13.14Martin Weinelt
2022-06-29python310Packages.python-telegram-bot: 13.12 -> 13.13 (#179588)R. RyanTM
2022-05-27python310Packages.python-telegram-bot: 13.11 -> 13.12R. Ryantm
2022-02-03python310Packages.python-telegram-bot: 13.10 -> 13.11R. Ryantm
2022-01-20python310Packages.python-telegram-bot: 13.9 -> 13.10R. Ryantm
2022-01-08python38Packages.python-telegram-bot: 13.8.1 -> 13.9R. Ryantm
2021-11-09python3Packages.python-telegram-bot: 13.7 -> 13.8.1Fabian Affolter
2021-10-12python3Packages.python-telegram-bot: relax cachetools constraintFabian Affolter
2021-07-02python3Packages.python-telegram-bot: 13.6 -> 13.7Fabian Affolter
2021-06-22python3Packages.python-telegram-bot: add missing cachetools dependencyFabian Affolter
2021-06-22python3Packages.python-telegram-bot: 13.5 -> 13.6Martin Weinelt
2021-05-13python3Packages.python-telegram-bot: 13.4.1 -> 13.5Fabian Affolter
2021-04-11python3Packages.python-telegram-bot: 13.3 -> 13.4.1Fabian Affolter
2021-03-07python3Packages.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-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-11treewide: 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-01python3Packages.python-telegram-bot: 12.8 -> 13.0Frederik Rietdijk
2020-07-06python37Packages.python-telegram-bot: 12.7 -> 12.8R. RyanTM
2020-05-03python3Packages.python-telegram-bot: set --with-upstream-urllib3 properly, ↵Dmitry Kalinkin
add workaround
2020-05-03python3Packages.python-telegram-bot: mark python2 as unsupportedDmitry Kalinkin
2020-05-03python3Packages.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-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-01-24python-telegram-bot: add pingiun as maintainerJelle Besseling
2020-01-24python-telegram-bot: fix vendored urllib patchesJelle Besseling
2020-01-22python27Packages.python-telegram-bot: 12.2.0 -> 12.3.0R. RyanTM
2019-10-27python: python-telegram-bot: 11.1.0 -> 12.2.0Frederik Rietdijk
2018-10-26pythonPackages.python-telegram-bot: 10.1.0 -> 11.1.0Chris Ostrouchov
2018-07-26python: python-telegram-bot: 9.0.0 -> 10.1.0Frederik Rietdijk
2018-01-20python-telegram-bot: use urllib3 from nixpkgs, disable all tests properlyDmitry Kalinkin
2018-01-19python-telegram-bot: init at 9.0.0Dmitry Kalinkin