Mario Rodas
053b9da754
pythonPackages.area53: drop
...
PyPI package was taken offline.
See https://github.com/bluepines/slick53/issues/5
2019-09-06 19:05:38 +02:00
Jan Tojnar
8563088e69
Merge branch 'staging-next' into staging
2019-09-06 16:55:45 +02:00
Jan Tojnar
f9237f3152
Merge branch 'master' into staging-next
2019-09-06 16:55:11 +02:00
adisbladis
4a1189e0ab
Merge pull request #68207 from adisbladis/elk-5-removal
...
elasticsearch5/kibana5/beats5: Remove EOL packages
2019-09-06 15:29:09 +01:00
Jörg Thalheim
35f0ffb704
eksctl: 0.5.0 -> 0.5.1 ( #68188 )
...
eksctl: 0.5.0 -> 0.5.1
2019-09-06 15:03:20 +01:00
adisbladis
194aac9eed
elk-stack: Add release note about elk-5 stack removal
2019-09-06 14:30:49 +01:00
adisbladis
a3032415f7
kibana5: Remove EOL package
2019-09-06 14:30:49 +01:00
adisbladis
bded2f69d3
beats-5.*: Drop EOL packages
2019-09-06 14:30:49 +01:00
R. RyanTM
7635bd187e
python37Packages.loguru: 0.3.1 -> 0.3.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/python3.7-loguru/versions
2019-09-06 15:28:55 +02:00
Jonathan Ringer
a70aea12ca
pythonPackages.setuptools_scm: 3.2.0 -> 3.3.3
2019-09-06 15:23:20 +02:00
adisbladis
4e30b30a65
logstash5: Remove EOL package
2019-09-06 14:22:15 +01:00
adisbladis
1b64fd7f53
journalbeat5: Remove EOL package
2019-09-06 14:22:15 +01:00
adisbladis
a870cad373
elasticsearch5: Remove package
...
It's EOL
2019-09-06 14:22:15 +01:00
Frederik Rietdijk
1ede2de8a3
pythonPackages.editorconfig: -> 0.12.1 -> 0.12.2
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
bf4f885471
pythonPackages.editorconfig: remove duplicate EditorConfig
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
5718ed6d32
python.pkgs.wheel: 0.33.4 -> 0.33.6
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
0570a6b126
python.pkgs.setuptools: 0.33.4 -> 0.33.6
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
afe67e5493
python.pkgs.pip: 19.1.1 -> 19.2.3
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
dc95e17fc2
python: bootstrapped-pip: update wheel, setuptools, pip
...
wheel 33.4 -> 33.6
setuptools 41.0.1 -> 42.2.0
pip 19.1.1 -> 19.2.3
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
755de1cbe2
python.pkgs.terminado: disable tests
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
9dd6537303
pythonPackages.tld: use pythonImportsCheck and pytestCheckHook
2019-09-06 15:18:45 +02:00
Frederik Rietdijk
f7e28bf5d8
Split buildPythonPackage into setup hooks
...
This commit splits the `buildPythonPackage` into multiple setup hooks.
Generally, Python packages are built from source to wheels using `setuptools`.
The wheels are then installed with `pip`. Tests were often called with
`python setup.py test` but this is less common nowadays. Most projects
now use a different entry point for running tests, typically `pytest`
or `nosetests`.
Since the wheel format was introduced more tools were built to generate these,
e.g. `flit`. Since PEP 517 is provisionally accepted, defining a build-system
independent format (`pyproject.toml`), `pip` can now use that format to
execute the correct build-system.
In the past I've added support for PEP 517 (`pyproject`) to the Python
builder, resulting in a now rather large builder. Furthermore, it was not possible
to reuse components elsewhere. Therefore, the builder is now split into multiple
setup hooks.
The `setuptoolsCheckHook` is included now by default but in time it should
be removed from `buildPythonPackage` to make it easier to use another hook
(curently one has to pass in `dontUseSetuptoolsCheck`).
2019-09-06 15:18:45 +02:00
Soner Sayakci
16429eb2c0
discord-ptb: 0.0.15 -> 0.0.16
2019-09-06 05:48:29 -07:00
Benjamin Hipple
7d3b44c9be
waf: 2.0.15 -> 2.0.18
2019-09-06 14:35:59 +02:00
Vincent Laporte
5b3dc48f19
coqPackages.stdpp: 1.1 -> 1.2.1; coqPackages.iris: 3.1.0 -> 3.2.0
...
Ensures compatibility with Coq ≥ 8.9
2019-09-06 11:51:34 +00:00
Mario Rodas
79303d4065
Merge pull request #68186 from marsam/update-procs
...
procs: 0.8.5 -> 0.8.9
2019-09-06 06:10:47 -05:00
Robert Hensing
089011e4f9
Merge pull request #68006 from volth/patch-361
...
megacli: requireFile -> fetchurl
2019-09-06 12:49:45 +02:00
Robert Hensing
2eb0bb3b59
Merge pull request #68007 from xbreak/clipp
...
clipp: init at 1.2.3
2019-09-06 12:48:24 +02:00
worldofpeace
8b8b4abd55
Merge pull request #67280 from dtzWill/update/fortune-2.10.0
...
fortune: 2.6.2 -> 2.10.0, use official tarball
2019-09-06 05:29:04 -04:00
worldofpeace
3b39b03f05
Merge pull request #68144 from fgaz/fgaz/remove-qt-stdenv
...
Switch my qt packages to qt-specific mkDerivation
2019-09-06 05:19:39 -04:00
Jonathan Ringer
385567858f
xmlroff: remove old patch
2019-09-06 02:08:09 -07:00
Francesco Gazzetta
4f49bcf905
sfxr-qt: switch to qt-specific mkDerivation
2019-09-06 05:03:56 -04:00
Jörg Thalheim
151dcce6d1
Merge pull request #68172 from jonringer/bump-xmlroff
...
xmlroff: 0.6.2 -> 0.6.3
2019-09-06 09:52:52 +01:00
Jörg Thalheim
ff969fed98
Merge pull request #68189 from avdv/wtf-no-vendored-deps
...
wtf: No longer use vendored dependencies
2019-09-06 09:50:55 +01:00
Silvan Mosberger
da72765041
Merge pull request #67805 from Infinisil/more-git-determinism
...
nix-prefetch-git: Remove some pack file non-determinism
2019-09-06 10:24:45 +02:00
Marek Mahut
be9e7745f2
Merge pull request #68173 from jonringer/bump-gitg
...
gitg: 3.32.0 -> 3.32.1
2019-09-06 09:13:19 +02:00
Marek Mahut
59d3c9618d
Merge pull request #68167 from jonringer/bump-requests-mock
...
pythonPackages.requests-mock: 1.5.2 -> 1.7.0
2019-09-06 09:12:54 +02:00
Claudio Bley
7ee4516a7e
wtf: No longer use vendored dependencies
...
The go modules utilized by the project and the vendored dependencies already
diverged, so the nix build of `wtf` was slightly out-of-date regarding the
official binary.
The gocenter proxy provides "immutable re-usable Go modules" which should avoid
the problem of any dependency suddenly vanishing.
2019-09-06 09:04:57 +02:00
Jonathan Ringer
34c089e7ce
xmlroff: 0.6.2 -> 0.6.3
2019-09-05 23:59:03 -07:00
xrelkd
76064c57b9
eksctl: 0.5.0 -> 0.5.1
2019-09-06 14:53:20 +08:00
Sarah Brofeldt
57b66eb3f2
Merge pull request #68138 from johanot/ceph-14.2.3
...
ceph: 14.2.1 -> 14.2.3
2019-09-06 07:31:45 +02:00
Mario Rodas
56ddfa9d8f
procs: 0.8.5 -> 0.8.9
2019-09-06 00:00:00 -05:00
Mario Rodas
ce67c2ef59
Merge pull request #68134 from avdv/wtf-add-infocmp
...
wtf: Add `infocmp` to PATH, fixes #68103
2019-09-05 21:08:26 -05:00
Jan Tojnar
306cc9b311
Merge branch 'staging-next' into staging
2019-09-06 03:21:30 +02:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
...
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Aaron Andersen
22fb70a996
Merge pull request #66669 from OPNA2608/update-palemoon
...
palemoon: 28.6.0.1 -> 28.7.0, drop hardeningDisable
2019-09-05 21:03:48 -04:00
Jan Tojnar
ed54a5b51d
Merge branch 'gtk-no-plus'
2019-09-06 02:57:51 +02:00
Jan Tojnar
684bad0569
gtk: move expressions
2019-09-06 02:54:53 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
...
GTK was renamed.
2019-09-06 02:54:53 +02:00
worldofpeace
4b16b7e9a0
Merge pull request #67115 from evanjs/feature/postman-7.5.0
...
postman: 7.0.7 -> 7.6.0
2019-09-05 19:39:37 -04:00