Commit Graph

14998 Commits

Author SHA1 Message Date
Kevin Amado
cdfb32d17a pythonPackages.pyparsing: improve tests
- Fetch pyparsing from GitHub instead of PyPi
- Add tests
2020-01-21 15:57:22 -08:00
Robin Gloster
aa489adfd8
Merge pull request #77686 from alyssais/urllib3
Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""
2020-01-17 00:38:52 +01:00
Anders Kaseorg
3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Frederik Rietdijk
2a88c3c302 Merge staging-next into staging 2020-01-15 09:23:28 +01:00
Kevin Amado
3773e45fbb pythonPackages.requirements-detector: fix source
- The fetch expression was referencing another package
  (due to a copy paste error), this commit points that to the
  right repository
2020-01-14 21:26:34 -08:00
Kevin Amado
aaf4ecfdda pythonPackages.pylint-django: init at 2.0.12 2020-01-14 21:26:34 -08:00
Kevin Amado
929dc2edd1 pythonPackages.pylint-celery: init at 0.3 2020-01-14 21:26:34 -08:00
Kevin Amado
e43b456fce pythonPackages.pylint-flask: init at 0.6 2020-01-14 21:26:34 -08:00
Ruud van Asseldonk
a521953553 python3Packages.sentry-sdk: add missing test dep
The tests will fail with

    ModuleNotFoundError: No module named 'sqlalchemy'

when sqlalchemy is not part of the test inputs, which prevents building
the package. Therefore, add it as a checkInput.
2020-01-14 14:49:02 -08:00
Ben Darwin
8f1994c2cc pythonPackages.pynrrd: init at 0.4.2 2020-01-14 10:33:55 -08:00
Alyssa Ross
76af9e8438
Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""
This reverts commit a1eacb900e.

Adding dev outputs to python packages means they can't be included in
a Python environment created with python3.withPackages, because
makePythonPath will include the dev output, which is empty apart from
nix-support, rather than the out output, which contains all the Python
code.
2020-01-14 16:00:00 +00:00
Frederik Rietdijk
05962c4ad5 Merge master into staging-next 2020-01-14 10:20:32 +01:00
Aiken Cairncross
74a3ff502f pythonPackages.onnx: init at version 1.6.0 2020-01-13 15:41:54 -08:00
worldofpeace
c17b04c48b python3.pkgs.python-dbusmock: 0.18.3 -> 0.19 2020-01-13 17:29:27 -05:00
Maxim Schuwalow
1979ac619f stups-pierone: init at 1.1.45 2020-01-13 10:41:46 -08:00
Florian
c2997409d3 python-miio: init at 0.4.8
Homeassitant uses this package to control Xiaomi Roborock vacuum
cleaners.
2020-01-13 10:34:46 -08:00
wucke13
57d0c8106c python3Packages.solo-python: 0.0.18 -> 0.0.21
+ fixes 74835
2020-01-13 10:14:01 -08:00
Alyssa Ross
d18403953f python3.pkgs.publicsuffix: patchPhase -> postPatch 2020-01-13 10:12:10 -08:00
Alyssa Ross
2ddd038e52 python3.pkgs.publicsuffix: fix build
This patch has not been necessary since
5425867bfa, and has in fact broken the
build since then.
2020-01-13 10:12:10 -08:00
Shea Levy
244c89d537
Merge pull request #77379 from ktrsoft/master
python3Packages.avro-python3: init at 1.8.2
2020-01-13 10:35:34 -05:00
Frederik Rietdijk
ed1b0d0bac Merge master into staging-next 2020-01-13 16:08:59 +01:00
Jörg Thalheim
0129b95b13
Merge pull request #77608 from phi-gamma/olm-remove-typing
python3Packages.python-olm: remove dependency on the typing package
2020-01-13 13:41:46 +00:00
Philipp Gesang
0169b72b65
python3Packages.python-olm: remove dependency on the typing package
Typing has been upstreamed into CPython and will cause errors
if loaded with a 3.7 interpreter. Cf.
https://github.com/python/typing/issues/573

Under Python3 libolm works without typing as tested via
weechat-matrix.

typing is still pulled in when installed for Python2.
2020-01-13 14:22:45 +01:00
Daniël de Kok
7269a92820 python3Packages.srsly: 0.2.0 -> 1.0.1
srsly 2.0.0 is also released. But since spaCy/textacy are the only
dependencies and spaCy requires < 1.1.0, it probably makes more sense
to bump this to 1.0.1 for the time being.

And additional argument in favor of 1.0.1 is that 2.0.0 drops support
for Python 3.5.
2020-01-13 00:36:56 -08:00
Erik Arvstedt
28e98fdfbc python.pkgs.django_extensions: fix build 2020-01-13 02:01:23 +00:00
Nikolay Korotkiy
9e9a1050e5 python3Packages.gpxpy: init at 1.3.5 2020-01-12 14:18:24 -08:00
Frederik Rietdijk
b3245241d8 Merge staging-next into staging 2020-01-12 09:47:43 +01:00
Frederik Rietdijk
960f062825 Merge master into staging-next 2020-01-12 09:47:19 +01:00
Benjamin Hipple
eed30dfa5c pythonPackages.measurement: now python3 only
Upstream has dropped python2 support and updated their build dependencies as of
the 3.0 version; see here for changelog:
https://github.com/coddingtonbear/python-measurement/releases

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-11 14:10:18 -08:00
Jonathan Ringer
27582b6035 python3Packages.discordpy: 1.2.4 -> 1.2.5, enable, add import checks 2020-01-11 12:48:39 -08:00
Olli Helenius
2a7e228c0c pythonPackages.hcloud: 1.6.2 -> 1.6.3 2020-01-11 12:39:07 -08:00
Timma
a2a0927269 maintainers: add ktrsoft 2020-01-11 23:13:32 +05:30
Timma
4d95c5fc53 python3Packages.avro-python3: init at 1.8.2 2020-01-11 23:13:00 +05:30
Maximilian Bosch
8343af8593
python3Packages.mautrix: 0.4.0 -> 0.4.1
https://pypi.org/project/mautrix/0.4.1/
2020-01-11 15:00:36 +01:00
Frederik Rietdijk
263bc67bda Merge staging-next into staging 2020-01-11 09:33:08 +01:00
Frederik Rietdijk
1a654573b0 Merge master into staging-next 2020-01-11 09:32:41 +01:00
Frederik Rietdijk
e4a75b0f32 Revert "python3Packages.hypothesis: 4.41.0 -> 4.56.1"
This updated only the version, not the hash.

https://github.com/NixOS/nixpkgs/pull/77372

This reverts commit 046c4020a5.
2020-01-11 09:20:25 +01:00
Jonathan Ringer
5961f211f3 python.pkgs wide: fix problematic urls 2020-01-10 21:02:12 -08:00
Victor multun Collod
4a739220a2 pythonPackages.junit-xml: init at 1.8 2020-01-10 10:11:30 -08:00
R. RyanTM
177894ce59 python27Packages.catalogue: 0.0.8 -> 0.2.0 2020-01-10 10:11:07 -08:00
Maxim Schuwalow
5c2fbc8d27 stups-fullstop: init at 1.1.31 2020-01-10 09:53:47 -08:00
Frederik Rietdijk
5ad16cb27f Merge master into staging-next 2020-01-10 10:34:04 +01:00
Ben Darwin
ee7d45c638 pythonPackages.hydra: init at 1.4.1 2020-01-09 22:54:16 -08:00
Ben Darwin
60c03fb380 pythonPackages.omegaconf: init at 1.4.1 2020-01-09 22:54:16 -08:00
Kevin Amado
55e980e031 pythonPackages.pycodestyle: improve tests
- This commit adjust the tests to the ones that are found in the
  tox.ini file for the specified version of the module
- This means we'll have 3 tests in adition to the default one
2020-01-09 19:04:45 -08:00
Jonathan Reeve
e4134747f5 pythonPackages.colormath: init at 3.0.0 2020-01-09 15:57:05 -08:00
Kevin Amado
2b7f4eddde pythonPackages.pylint-plugin-utils: init at 0.6 2020-01-09 13:07:17 -08:00
Jonathan Ringer
1e6bb7ee0b python2Packages.ihatemoney: fix python2 test deps 2020-01-09 12:28:38 -08:00
Scriptkiddi
cef835d40e pythonPackages.m3u8: init at 0.5.2 2020-01-09 12:11:49 -08:00
Jonathan Ringer
0726ab30f6 python3Packages.pandas: fix tests
The default ordering behavior has changed with pd.NAT
2020-01-09 11:28:31 -08:00