about summary refs log tree commit diff
path: root/pkgs/applications/networking/errbot
AgeCommit message (Collapse)AuthorFilesLines
2023-11-28treewide: add mainProgramh7x41-0/+1
(cherry picked from commit 41974d5ed904a364dcf2f6251b1a25bb5aaa77c1)
2023-10-24treewide: update globin's maintainershipRobin Gloster1-1/+1
2023-07-14errbot: 6.1.7 -> 6.1.9Robert Schütz1-17/+18
Diff: https://github.com/errbotio/errbot/compare/6.1.7...6.1.9 Changelog: https://github.com/errbotio/errbot/blob/6.1.9/CHANGES.rst
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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.
2022-08-03treewide: remove myself as maintainer from some pkgsFranz Pletz1-1/+1
Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while.
2022-06-06errbot: use python39Robert Schütz1-26/+6
2021-02-09errbot: 6.1.1 -> 6.1.7Fabian Affolter1-53/+68
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-29errbot: disable for darwinFlorian Klink1-1/+2
At least tests seem to be flaky there.
2020-02-29errbot: freeze slackclient at 1.2.1Florian Klink1-1/+23
errbot requires slackclient 1.x, see https://github.com/errbotio/errbot/pull/1367 latest 1.x release would be 1.3.2, but it requires an older websocket_client than the one in nixpkgs so let's just vendor the known-working version until they've migrated to 2.x.
2019-12-15errbot: 5.2.0 -> 6.1.1Jonathan Ringer1-23/+35
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-05-26errbot: 5.1.3 -> 5.2.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/errbot/versions. These checks were done: - built on NixOS - /nix/store/gfvsdshvr4135r231wzcl2n5if66r0ws-errbot-5.2.0/bin/.errbot-wrapped passed the binary check. - /nix/store/gfvsdshvr4135r231wzcl2n5if66r0ws-errbot-5.2.0/bin/errbot passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 2 of 2 passed binary check by having the new version present in output. - found 5.2.0 with grep in /nix/store/gfvsdshvr4135r231wzcl2n5if66r0ws-errbot-5.2.0 - directory tree listing: https://gist.github.com/92be0fef2042d15212f373d23ed09bcf - du listing: https://gist.github.com/5ca847bd9354551d6e66ba1abc16d23f
2018-03-10errbot: fix buildRobin Gloster1-1/+3
Those version specs only exist to keep compat with python 3.3 which we are not using anyway. (cherry picked from commit 560b2bce6ce84628f97e242a3015201378a90eef)
2018-01-17errbot: 5.1.2 -> 5.1.3Robin Gloster1-2/+2
2017-12-10pythonPackages: rename dns -> dnspythonrnhmjoj1-1/+1
2017-08-30errbot: add glibcLocales to buildInputsRobin Gloster1-1/+2
2017-08-30errbot: 4.3.3 -> 5.1.2Robin Gloster1-2/+4
2017-08-30errbot: remove pyside dependencyTristan Helmich1-1/+1
2017-08-30errbot: 4.2.2 -> 4.3.3Robin Gloster2-22/+9
2017-05-07Python: replace requests2 with requests tree-wideFrederik Rietdijk1-1/+1
See f63eb5857352705665411130d4f1638d55dd8c58 The `requests2` attribute now throws an error informing that `requests` should be used instead.
2016-09-18errbot: the text interface needs pytest at runtimeFranz Pletz1-1/+1
2016-09-18errbot: use buildPythonApplicationRobin Gloster1-1/+1
2016-07-01errbot: init at 4.2.2 (#16551)Franz Pletz2-0/+49