Commit Graph

24 Commits

Author SHA1 Message Date
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Robin Gloster
e5d552f5b9
treewide: update globin's maintainership 2023-10-24 13:09:45 +02:00
Robert Schütz
7e2c738a2e errbot: 6.1.7 -> 6.1.9
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-07-14 18:55:09 -07:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
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-21 12:00:00 +00:00
Franz Pletz
c092a502df
treewide: remove myself as maintainer from some pkgs
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-08-03 14:17:51 +02:00
Robert Schütz
b10d49ee09
errbot: use python39 2022-06-06 11:46:32 -07:00
Fabian Affolter
364bb10c1d errbot: 6.1.1 -> 6.1.7 2021-02-09 19:43:27 +01:00
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