Commit Graph

17 Commits (f6da38a42b6677df1873c03304aa20cd824b120e)

Author SHA1 Message Date
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Florian Klink ba27e63d8e errbot: disable for darwin
At least tests seem to be flaky there.
2020-02-29 15:58:35 -08:00
Florian Klink aa89871ae0 errbot: freeze slackclient at 1.2.1
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.
2020-02-29 15:58:35 -08:00
Jonathan Ringer d62b9919d8
errbot: 5.2.0 -> 6.1.1 2019-12-15 23:30:00 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM b2aef187a9 errbot: 5.1.3 -> 5.2.0
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-05-26 16:21:50 -07:00
Robin Gloster 679580be35
errbot: fix build
Those version specs only exist to keep compat with python 3.3 which we
are not using anyway.

(cherry picked from commit 560b2bce6ce84628f97e242a3015201378a90eef)
2018-03-10 12:54:55 +01:00
Robin Gloster d0f2aab67c
errbot: 5.1.2 -> 5.1.3 2018-01-17 00:10:07 +01:00
rnhmjoj 491bc4cfed
pythonPackages: rename dns -> dnspython 2017-12-10 15:27:06 +01:00
Robin Gloster a8f0b18b9a
errbot: add glibcLocales to buildInputs 2017-08-30 22:24:34 +02:00
Robin Gloster 8211dfb200
errbot: 4.3.3 -> 5.1.2 2017-08-30 21:25:56 +02:00
Tristan Helmich 6b9ca4599e
errbot: remove pyside dependency 2017-08-30 21:25:56 +02:00
Robin Gloster c999094715
errbot: 4.2.2 -> 4.3.3 2017-08-30 21:25:56 +02:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Franz Pletz 6e60359c74
errbot: the text interface needs pytest at runtime 2016-09-18 23:55:09 +02:00
Robin Gloster f1f856ada7
errbot: use buildPythonApplication 2016-09-18 23:54:39 +02:00
Franz Pletz e77eba305f errbot: init at 4.2.2 (#16551) 2016-07-01 16:04:01 +02:00