Mario Rodas
11900ffe33
pythonPackages.python3pika: drop
...
Pika already supports Python3, and python3pika wasn't updated since 2014
2019-09-06 19:06:00 +02:00
Mario Rodas
c800464bc7
pythonPackages.eggdeps: fix PyPI name
2019-09-06 19:05:48 +02:00
Mario Rodas
4778194f7d
pythonPackages.mp2: fix PyPI name
2019-09-06 19:05:48 +02:00
Mario Rodas
b1c2a05877
pythonPackages.mrbob: fix PyPI name
2019-09-06 19:05:48 +02:00
Mario Rodas
47ae762b85
pythonPackages.pyaudio: fix PyPI name
2019-09-06 19:05:48 +02:00
Mario Rodas
ad4ac8a797
pythonPackages.pymysqlsa: fix PyPI name
2019-09-06 19:05:48 +02:00
Mario Rodas
59ff3a08f8
pythonPackages.pystache: fix pname
2019-09-06 19:05:48 +02:00
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
adisbladis
0cce8856b2
elk-5: Remove tests
...
These packages are EOL and are about to be removed
2019-09-06 14:22:14 +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
Domen Kožar
d7c4106ce0
Merge pull request #68197 from jtojnar/nixos-doc-make-fix
...
nixos/doc/manual: Fix Makefile
2019-09-06 14:10:23 +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
Jan Tojnar
81e755f305
nixos/doc/manual: Fix Makefile
...
We had `./options-to-docbook.xsl` as a dependency for `generated` target but it was moved to a package in https://github.com/NixOS/nixpkgs/pull/66328 .
2019-09-06 12:40:06 +02:00
Jan Tojnar
4564295b3b
rl-1909: make services.gnome3 links sensible ( #68196 )
...
rl-1909: make services.gnome3 links sensible
2019-09-06 12:29:12 +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
270b4866e3
rl-1909: make services.gnome3 links sensible
2019-09-06 05:25:27 -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
Marek Mahut
48dee4352d
Merge pull request #68192 from jonringer/cleanup-xmlroff
...
xmlroff: remove old patch
2019-09-06 11:10:33 +02: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