Commit Graph

9382 Commits

Author SHA1 Message Date
Dmitry Kalinkin
2645454bc7
pyarrow: remove tests that can break on darwin 2019-03-26 10:35:56 -04:00
Dmitry Kalinkin
55223a8a6a
pythonPackages.pyarrow: enable parallel build 2019-03-26 00:11:02 -04:00
Dmitry Kalinkin
49e9194b24
pythonPackages.pyarrow: fix build
Setting setupPyBuildFlags makes builder add an additional target
"build_ext" to setup.py arguments in addition to "bdisst_wheel".
pyarrow's setup.py recently started to try to redo build_ext again which
broke the build.
2019-03-26 00:05:59 -04:00
Joachim F
f65a6ac829
Merge pull request #57766 from 8084/init-retext
retext: init at 7.0.4
2019-03-23 09:23:44 +00:00
Will Dietz
19030473ba pythonPackages.fonttools: 3.37.3 -> 3.39.0 (#57934)
https://github.com/fonttools/fonttools/releases/tag/3.38.0
https://github.com/fonttools/fonttools/releases/tag/3.39.0
2019-03-23 00:15:05 +01:00
Robert Schütz
b9bd965de2
Merge pull request #57424 from r-ryantm/auto-update/python3.7-munkres
python37Packages.munkres: 1.0.12 -> 1.1.2
2019-03-23 00:11:40 +01:00
R. RyanTM
3a5c92734d python37Packages.nbxmpp: 0.6.9 -> 0.6.10 (#57422)
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-nbxmpp/versions
2019-03-23 00:09:17 +01:00
Robert Schütz
48a16b3eac python3Packages.munkres: 1.0.12 -> 1.1.2
As of version 1.1.0, this munkres package no longer supports Python 2.
2019-03-23 00:00:04 +01:00
Sarah Brofeldt
78c95f561f
Merge pull request #58031 from dotlambda/elasticsearch-curator-application
elasticsearch-curator: add top-level package using older click
2019-03-22 20:11:54 +01:00
Robert Schütz
22bb090ed1
Merge pull request #58035 from dotlambda/python-fixes
pythonPackages: multiple fixes
2019-03-22 10:59:38 +01:00
Robert Schütz
dc884633a4 python.pkgs.pytest-server-fixtures: fix build 2019-03-21 16:08:22 +01:00
Robert Schütz
d716cad907 python.pkgs.retry: init at 0.9.2 2019-03-21 16:08:02 +01:00
Robert Schütz
77ab98861c python.pkgs.suds-jurko: use pytest_3 2019-03-21 13:09:05 +01:00
Robert Schütz
56d9affaea Revert "python-suds-jurko: disable the test suite"
This reverts commit c103b5b236.
2019-03-21 13:09:05 +01:00
Robert Schütz
48d1219a92 python.pkgs.tilestache: fix build 2019-03-21 13:09:05 +01:00
Robert Schütz
8519983a31 python.pkgs.python-mapnik: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2019-03-21 13:08:57 +01:00
Robert Schütz
76bfc09ff3 python.pkgs.envs: fix build 2019-03-21 12:27:03 +01:00
Robert Schütz
c0409de98d elasticsearch-curator: add top-level package using older click
See https://github.com/NixOS/nixpkgs/pull/58023 for a discussion
of why this is necessary. The upstream issue can be found at
https://github.com/elastic/curator/pull/1280.
2019-03-21 11:53:32 +01:00
Robert Schütz
0b87a56015 python.pkgs.click: make patch version-agnostic 2019-03-21 11:52:51 +01:00
Jörg Thalheim
6b5c285d2d
Merge pull request #58003 from veprbl/pr/pyhepmc_fix
pythonPackages.pyhepmc: fix build
2019-03-21 09:50:26 +00:00
Jörg Thalheim
d2b8d85ade
Merge pull request #57439 from r-ryantm/auto-update/python3.7-pyroute2
python37Packages.pyroute2: 0.5.3 -> 0.5.4
2019-03-21 09:49:12 +00:00
Robert Schütz
19aaebe419
python.pkgs.hglib: use patch to specify hg path (#57926) 2019-03-21 09:49:52 +01:00
Robert Schütz
9107b4af4f
Merge pull request #57904 from dotlambda/mecab-python3-fix
python.pkgs.mecab-python3: fix build
2019-03-21 09:45:21 +01:00
Jörg Thalheim
25335d6f03
Merge pull request #57994 from betaboon/python-language-server-0.25.0
Python language server 0.25.0
2019-03-21 06:35:44 +00:00
Dmitry Kalinkin
283a124ee4
pythonPackages.pyhepmc: fix build 2019-03-21 00:46:22 -04:00
Léo Gaspard
9fde998552
Merge pull request #57425 from r-ryantm/auto-update/python3.7-numpy-stl
python37Packages.numpy-stl: 2.9.0 -> 2.10.0
2019-03-21 01:16:53 +01:00
betaboon
48343d0dd0 python-language-server: 0.21.2 -> 0.25.0 2019-03-20 23:37:21 +01:00
betaboon
beb60916d9 python37Packages.python-jsonrpc-server: 0.0.2 -> 0.1.2 2019-03-20 23:36:59 +01:00
Sarah Brofeldt
f6e1221e8d pythonPackages.elasticsearch-curator: Jailbreak click (#57912) 2019-03-20 13:30:13 +01:00
Dmitry Kalinkin
399061d3e4 pythonPackages.fastparquet: init at 0.2.1 (#56027) 2019-03-20 12:45:58 +01:00
Robert Schütz
f088866945
Merge pull request #56193 from nyanloutre/mautrix-update
mautrix-telegram: 0.4.0.post1 -> 0.5.0
2019-03-20 12:24:23 +01:00
R. RyanTM
2fd5f716dc python37Packages.telethon: 1.5.5 -> 1.6.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-telethon/versions
2019-03-20 11:59:18 +01:00
nyanloutre
0f266d1e4c pythonPackages.telethon-session-sqlalchemy: 0.2.9.post1 -> 0.2.14 2019-03-20 11:41:58 +01:00
Robert Schütz
a376d3ee09 python.pkgs.pylast: no longer supports python2 2019-03-19 23:37:15 +01:00
Robert Schütz
1ca05690c6 python.pkgs.mt-940: 4.13.0 -> 4.13.2 2019-03-19 22:29:46 +01:00
Alyssa Ross
bc3e7f875e python3Packages.priority: fix build (#57807) 2019-03-19 22:28:54 +01:00
Alyssa Ross
c357b53763 python36Packages.hpack: fix build (#57808) 2019-03-19 22:26:32 +01:00
Robert Schütz
d338fc1583 python.pkgs.msrest: fix build on python2 2019-03-19 22:01:54 +01:00
zimbatm
8403965d01 pythonPackages.invoke: patch the default bash path (#57908)
Use a reasonable path :)
2019-03-19 17:38:55 +01:00
Robert Schütz
0cbe2fa18c python.pkgs.msrest: cleanup
I accidentally pushed fcf74c6 in a premature state.
2019-03-19 16:40:24 +01:00
Robert Schütz
fcf74c6dc0 python.pkgs.msrest: 0.6.2 -> 0.6.4 2019-03-19 16:34:24 +01:00
Robert Schütz
fc172b3590 python.pkgs.aiodns: 1.2.0 -> 2.0.0 2019-03-19 16:34:24 +01:00
Robert Schütz
99cd4a1063 python.pkgs.pycares: 2.4.0 -> 3.0.0 2019-03-19 16:34:24 +01:00
Robert Schütz
5c52dcf1d9 python.pkgs.simpleparse: fix build 2019-03-19 16:34:24 +01:00
Robert Schütz
deb20c14a2 python.pkgs.mecab-python3: correct meta 2019-03-19 15:30:50 +01:00
Robert Schütz
06bcb5c21b python.pkgs.mecab-python3: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2019-03-19 15:28:32 +01:00
Jörg Thalheim
5e888d1854
Merge pull request #57896 from dotlambda/asyncio-remove
python.pkgs.asyncio: remove
2019-03-19 10:55:37 +00:00
Robert Schütz
180c68d88a
python.pkgs.cairocffi: make withXcffib work again (#57855) 2019-03-19 10:20:05 +01:00
Robert Schütz
271835909e python.pkgs.aioeventlet: 0.5.1 -> 0.5.2 2019-03-19 10:17:16 +01:00
Robert Schütz
a4a61777e8 python.pkgs.asyncio: remove
> This version is only relevant for Python 3.3,
> which does not include asyncio in its stdlib.
We don't ship 3.3 anymore.
2019-03-19 10:11:23 +01:00