R. RyanTM
b14de67b10
python27Packages.apprise: 0.8.2 -> 0.8.3
2020-01-22 13:38:29 +00:00
R. RyanTM
784ddd9f96
python37Packages.cmd2: 0.9.22 -> 0.9.23
2020-01-22 12:07:56 +00:00
R. RyanTM
19343de8dd
python37Packages.jupyter_console: 6.0.0 -> 6.1.0
2020-01-22 11:30:28 +00:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
...
According to https://repology.org/repository/nix_unstable/problems , we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq '.[] | .problem' -r \
| rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
| sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Jonathan Ringer
fcb3cf3324
python3Packages.dask-ml: 1.1.1 -> 1.2.0
2020-01-22 01:13:16 -08:00
Jonathan Ringer
99eb9231d4
ansible_2_9: init at 2.9.2
2020-01-22 01:12:28 -08:00
Farkas, Arnold
37298b58c6
pythonPackages.django-auth-ldap: update django dependency
...
Package `django-auth-ldap' requires Django 1.11+ which package `django' satisfies.
2020-01-22 00:56:32 -08:00
Farkas, Arnold
9588e9c89c
pythonPackages.vega: build fix
...
vega 2.6 also depends on ipywidgets
2020-01-22 00:53:34 -08:00
Kevin Amado
2dddf14da4
fluidasserts: 20.1.22554 -> 20.1.28253
...
- bumps the fluidasserts version to 20.1.28253
- in this version the build process is deterministic and
reproducible (you'll get the same hash on multiple builds)
- see: https://gitlab.com/fluidattacks/asserts/issues/873
2020-01-21 15:59:25 -08:00
Cole Mickens
4e26252c3d
plexwebsocket: init at 0.0.6
2020-01-21 15:58:45 -08:00
Cole Mickens
51c0802bad
plexauth: init at 0.0.5
2020-01-21 15:58:45 -08:00
Cole Mickens
4249db11a6
plexapi: init at 3.2.0
2020-01-21 15:58:45 -08:00
Cole Mickens
bb92cfdda2
pythonPackages.denonavr: init at 0.7.10
2020-01-21 15:58:17 -08:00
Kevin Amado
cdfb32d17a
pythonPackages.pyparsing: improve tests
...
- Fetch pyparsing from GitHub instead of PyPi
- Add tests
2020-01-21 15:57:22 -08:00
Drew Risinger
338c151139
pythonPackages.nest-asyncio: build without tests
...
Tests fail on v1.2.1 & old v1.2.0.
This disables the tests to allow this package to build.
There doesn't seem to be an easy fix to allow running tests, b/c
the GitHub repo doesn't have release tags.
2020-01-21 14:44:01 -08:00
Pavol Rusnak
e86c8b69d5
pythonPackages.runway-python: 0.5.7 -> 0.5.9
2020-01-21 13:32:28 -08:00
Pavol Rusnak
6557e9a0e7
pythonPackages.Flask-Sockets: init at 0.2.1
2020-01-21 13:32:28 -08:00
Antoine Roy-Gobeil
a8c36dbb58
add antoinerg as maintainer of python3Packages.dash-*
2020-01-21 12:20:15 -08:00
Antoine Roy-Gobeil
de6fabbe66
python3Packages.dash: init at 1.8.0
2020-01-21 12:20:15 -08:00
Antoine Roy-Gobeil
6030346166
python3Packages.dash-core-components: init at 4.6.0
2020-01-21 12:20:15 -08:00
Antoine Roy-Gobeil
c8007a7413
python3Packages.dash-renderer: init at 1.2.3
2020-01-21 12:20:15 -08:00
Antoine Roy-Gobeil
a6bea71dab
python3Packages.dash-html-components: init at 1.0.2
2020-01-21 12:20:15 -08:00
Antoine Roy-Gobeil
fe2af75066
python3Packages.dash-core-components: init at 1.7.0
2020-01-21 12:20:15 -08:00
Farkas, Arnold
c9496d1ec0
pythonPackages.avro-python3: 1.8.2 -> 1.9.1
2020-01-21 11:59:26 -08:00
Lancelot SIX
1102fc870d
pythonPackages.django_2_1: drop
...
Django-2.1 support ended on December 2, 2019, so drop it in nixpkgs as
well.
2020-01-21 14:00:54 +01:00
Lancelot SIX
e0fa73d692
Merge pull request #66391 from doom3wasagoodgame/init-python-package-coreapi
...
Packages for the python coreapi client
2020-01-21 11:47:40 +01:00
Jörg Thalheim
e48d9e6871
home-assistant: add icloud support ( #78109 )
...
home-assistant: add icloud support
2020-01-21 08:04:11 +00:00
Jörg Thalheim
1d24ce5ba0
snitun: fix macOS build
2020-01-21 07:56:14 +00:00
Cole Mickens
817d6c8ab2
pythonPackages.getmac: init at 0.8.2
2020-01-20 18:17:29 -08:00
Cole Mickens
ad6e8aa7c3
pythonPackages.flux_led: init at v0.22
2020-01-20 18:16:24 -08:00
Mario Rodas
044c02f45d
Merge pull request #78097 from wucke13/solo-python
...
python3Packages.solo-python: 0.0.21 -> 0.0.23
2020-01-20 19:35:58 -05:00
Alyssa Ross
126ff4d97e
python3.pkgs.mailman*: check isPy3k inside package
2020-01-20 14:36:56 +00:00
Peter Simons
fed5817868
python3.pkgs.authheaders: init at 0.12.1
...
This package is a dependency of GNU Mailman 3.3.x.
Co-authored-by: Jonathan Ringer <jonringer117@gmail.com>
2020-01-20 14:36:56 +00:00
Jörg Thalheim
89d1275c38
python.pkgs.pyicloud: init at 0.9.1
2020-01-20 13:59:46 +00:00
wucke13
216b47c4c1
python3Packages.solo-python: 0.0.21 -> 0.0.23
...
+ also fix for 78032
2020-01-20 13:06:02 +01:00
Jonathan Ringer
95e3e3e0a8
pythonPackages.pycurl: disable flakey memory tests
2020-01-19 12:23:29 -08:00
Florian Klink
b1f7e20ca8
Merge pull request #77954 from flokli/binwalk-2.2.0
...
python3.pkgs.binwalk 2.1.1 -> 2.2.0
2020-01-19 16:50:41 +01:00
Benno Fünfstück
85fbe4b318
pythonPackages.pypandoc: add sternenseemann to maintainers
2020-01-19 12:42:10 +01:00
Robert Scott
aa92851f77
pythonPackages.sysv_ipc: init at 1.0.1
2020-01-18 09:43:54 -08:00
sternenseemann
6b6e54eebd
pythonPackages.pypandoc: 1.4 -> 2018-06-18
...
Switch to an unstable version to make it work with pandoc v2.
Based on #56592 by @Twey. Reworked dependency handling.
2020-01-18 16:23:47 +01:00
Florian Klink
b5e99522b1
python3.pkgs.binwalk 2.1.1 -> 2.2.0
2020-01-17 22:57:16 +01:00
Frederik Rietdijk
bcd8c6b8dc
Merge master into staging-next
2020-01-17 17:08:16 +01:00
Kevin Amado
7d3e3cdf84
pythonPackages.mixpanel: 4.0.2 -> 4.5.0
2020-01-16 15:50:16 -08:00
Kevin Amado
9dadd151e8
fluidasserts: init at 20.1.22554
2020-01-16 15:50:16 -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
Ben Darwin
046730ebdb
pythonPackages.pydicom: init at 1.3.0
2020-01-16 12:34:09 -08:00
Florian
4373dba155
rxv: init at 0.6.0
2020-01-16 12:17:26 -08:00
Ben Darwin
54c409eb01
pythonPackages.pyezminc: remove
...
- package supports Python 2 only
- develop-python3 branch exists but datatype tests fail
- not updated since 2018
2020-01-16 12:14:49 -08:00
Silvan Mosberger
5a003383fb
pythonPackages.pyTelegramBotAPI: Init at 3.6.6 ( #65509 )
...
pythonPackages.pyTelegramBotAPI: Init at 3.6.6
2020-01-16 17:15:16 +01:00
Michael Weiss
f67b539c07
python3Packages.mysql-connector: 8.0.18 -> 8.0.19
2020-01-15 12:49:16 +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
R. RyanTM
a7c473ca0d
python27Packages.azure-mgmt-iotcentral: 1.0.0 -> 2.0.0
...
(cherry picked from commit 2b0e90c7186bdfcf952615a9ebebef6cc2c66378)
2020-01-09 10:09:02 -08:00
markuskowa
1df336d5d8
Merge pull request #77214 from r-ryantm/auto-update/python2.7-geoip2
...
python27Packages.geoip2: 2.9.0 -> 3.0.0
2020-01-09 12:34:44 +01:00
Mario Rodas
2ecfc839f4
Merge pull request #77195 from r-ryantm/auto-update/python2.7-jenkins-job-builder
...
python27Packages.jenkins-job-builder: 3.1.0 -> 3.2.0
2020-01-09 05:00:02 -05:00
Léo Gaspard
8fcf9926fa
Merge pull request #68973 from symphorien/ihatemoney
...
ihatemoney: init at 4.1 plus module and test
2020-01-09 04:12:54 +01:00
Peter Hoeg
0cffec3a7c
Merge pull request #70258 from juaningan/restrictedpython
...
home-assistant: add support for python_script component
2020-01-09 10:50:17 +08:00
Léo Gaspard
b31660e5bb
Merge branch 'master' into ihatemoney
2020-01-09 03:49:03 +01:00
Kajetan Champlewski
d84fb6400c
python3Packages.coordinates: init at 0.4.0
2020-01-08 18:10:50 -08:00
Ben Darwin
b4615c3b6a
python3Packages.pycm: init at 2.5
2020-01-08 16:19:47 -08:00
Kevin Amado
f467c3e13a
pythonPackages.dodgy: init at 0.2.1
2020-01-08 16:09:59 -08:00
Vladimír Čunát
5c780036c5
Merge branch 'master' into staging-next
...
The nss rebuild isn't so small.
2020-01-08 22:48:13 +01:00
Gürkan Gür
0def56c8ee
pythonPackages.pysnooper: init at 0.3.0
2020-01-08 11:46:48 -08:00
Gürkan Gür
08f1be27b5
pythonPackages.python-toolbox: init at 0.9.4
2020-01-08 11:46:48 -08:00
Ryan Mulligan
1eb5d0c091
Merge pull request #77197 from r-ryantm/auto-update/python3.7-pikepdf
...
python37Packages.pikepdf: 1.8.1 -> 1.8.2
2020-01-08 06:14:25 -08:00
Mario Rodas
d1dbdf0bf4
Merge pull request #77192 from r-ryantm/auto-update/python2.7-awkward
...
python27Packages.awkward: 0.12.18 -> 0.12.19
2020-01-08 05:56:06 -05:00
Mario Rodas
a71cec94a1
Merge pull request #77223 from r-ryantm/auto-update/python2.7-croniter
...
python27Packages.croniter: 0.3.30 -> 0.3.31
2020-01-08 05:55:06 -05:00
Ben Darwin
81179a4d56
pythonPackages.crc32c: init at 2.0
2020-01-07 20:55:18 -08:00
Jonathan Ringer
acddd86254
python3Packages.aws-adfs: add missing requests-kerberos dependency
2020-01-07 19:05:41 -08:00
Mario Rodas
fa19a11092
Merge pull request #77227 from r-ryantm/auto-update/python3.7-xdis
...
python37Packages.xdis: 4.2.1 -> 4.2.2
2020-01-07 21:39:58 -05:00
Mario Rodas
a6f8ad6283
Merge pull request #76953 from marsam/python-pyramid-cleanup-dependencies
...
pythonPackages.pyramid: cleanup dependencies
2020-01-07 21:13:22 -05:00
Mario Rodas
7cd39f9fd4
python37Packages.uncompyle6: 3.6.1 -> 3.6.2
2020-01-07 21:12:28 -05:00
Mario Rodas
3ecc232829
python37Packages.xdis: unbreak
2020-01-07 21:05:10 -05:00
Jonathan Ringer
f374bf6c19
python3Packages.s3fs: add missing fsspec dependency
2020-01-07 14:32:35 -08:00
markuskowa
f8193b165f
Merge pull request #76924 from Emantor/pkg/python-xmodem
...
pythonPackages.xmodem: init at 0.4.5
2020-01-07 20:10:06 +01:00
Frederik Rietdijk
a823616723
Merge master into staging-next
2020-01-07 20:06:22 +01:00
R. RyanTM
97a47de1ba
python27Packages.asn1crypto: 1.2.0 -> 1.3.0
2020-01-07 10:15:32 -08:00
R. RyanTM
6613ba9653
python27Packages.connexion: 2.3.0 -> 2.4.0
2020-01-07 09:55:37 -08:00
R. RyanTM
d3a004ee82
python27Packages.python-jenkins: 1.5.0 -> 1.6.0
2020-01-07 09:54:46 -08:00
Jonathan Ringer
6efd5593d0
python3Packages.pyspf: 2.0.14pre -> 2.0.14
2020-01-07 09:53:43 -08:00
R. RyanTM
f384539a23
python27Packages.jieba: 0.39 -> 0.40
2020-01-07 09:51:55 -08:00
R. RyanTM
e254ba9709
python27Packages.kconfiglib: 13.6.0 -> 13.7.0
2020-01-07 09:50:53 -08:00
R. RyanTM
03974eddbd
python27Packages.wasabi: 0.4.2 -> 0.6.0
2020-01-07 09:49:44 -08:00
R. RyanTM
d38cf0760e
gitAndTools.pre-commit: 1.20.0 -> 1.21.0
2020-01-07 09:47:13 -08:00
R. RyanTM
34bc3394ae
python27Packages.PyGithub: 1.44.1 -> 1.45
2020-01-07 09:46:17 -08:00
R. RyanTM
bd7bfcfb54
python27Packages.Nuitka: 0.6.5 -> 0.6.6
2020-01-07 09:44:41 -08:00
R. RyanTM
f67e35ceba
python37Packages.tiledb: 0.5.2 -> 0.5.3
2020-01-07 09:43:21 -08:00
R. RyanTM
5e1b5b7551
python27Packages.xcffib: 0.8.1 -> 0.9.0
2020-01-07 09:40:41 -08:00
R. RyanTM
b64895083d
python27Packages.yamllint: 1.19.0 -> 1.20.0
2020-01-07 09:38:46 -08:00
R. RyanTM
064c9023f6
python37Packages.telethon: 1.10.9 -> 1.10.10
2020-01-07 09:37:42 -08:00
R. RyanTM
b9e05ffb31
python27Packages.xmlschema: 1.0.17 -> 1.0.18
2020-01-07 09:36:45 -08:00
Marek Mahut
8a708e4506
Merge pull request #77210 from r-ryantm/auto-update/python3.7-irc
...
python37Packages.irc: 17.1 -> 18.0.0
2020-01-07 17:01:54 +01:00
Ryan Mulligan
e8acc3506c
Merge pull request #77211 from r-ryantm/auto-update/python2.7-opentracing
...
python27Packages.opentracing: 2.2.0 -> 2.3.0
2020-01-07 06:45:28 -08:00
R. RyanTM
8c40b18ea5
python37Packages.xdis: 4.2.1 -> 4.2.2
2020-01-07 05:17:29 -08:00
R. RyanTM
a82b9a83ae
python27Packages.croniter: 0.3.30 -> 0.3.31
2020-01-07 04:42:52 -08:00
R. RyanTM
b31a3bf5c8
python27Packages.geoip2: 2.9.0 -> 3.0.0
2020-01-07 03:41:42 -08:00
R. RyanTM
eef6de7a09
python27Packages.opentracing: 2.2.0 -> 2.3.0
2020-01-07 02:56:39 -08:00
R. RyanTM
93c2475017
python37Packages.irc: 17.1 -> 18.0.0
2020-01-07 02:51:02 -08:00
Chris Ostrouchov
41d1ac24ba
pythonPackages.JayDeBeApi: refactor formatting and metadata changes
2020-01-07 02:10:48 -08:00
Chris Ostrouchov
3c0d4f2dc3
pythonPackages.JPype1: refactor fix broken build
2020-01-07 02:10:48 -08:00
Jonathan Ringer
367085bc8a
python3Packages.numexpr: 2.7.0 -> 2.7.1
2020-01-07 10:50:14 +01:00
Eric Bailey
826df23514
pythonPackages.bugwarrior: depend on jira, remove test deps
...
- drop support for 2.7, per upstream
- remove half-baked checkInputs, but leave comment
- add yurrriq as maintainer
- add setuptools to propagatedBuildInputs
2020-01-07 01:50:03 -08:00
Milan Pässler
fe2742cee4
python: pyspf: 2.0.13 -> 2.0.14pre1
2020-01-07 01:40:15 -08:00
R. RyanTM
110ea2f63f
python37Packages.pikepdf: 1.8.1 -> 1.8.2
2020-01-07 01:09:29 -08:00
R. RyanTM
55c3ad693d
python27Packages.jenkins-job-builder: 3.1.0 -> 3.2.0
2020-01-07 00:48:35 -08:00
R. RyanTM
2a4de1511a
python27Packages.awkward: 0.12.18 -> 0.12.19
2020-01-06 23:57:14 -08:00
R. RyanTM
141aa2285a
python37Packages.asdf: 2.4.2 -> 2.5.0
2020-01-06 23:45:34 -08:00
Rakesh Gupta
f412725449
pythonPackages.imgaug: 0.3.0-patch
2020-01-06 22:51:05 -08:00
Wael M. Nasreddine
0e4457ce93
pythonPackages.timezonefinder: disable on Python 2
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
ba3aeb1ca1
pythonPackages.h3: init at 3.4.3
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
be2b7fde23
pythonPackages.timezonefinder: init at 4.2.0
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
801b3438eb
pythonPackages.snowflake-sqlalchemy: init at 1.1.17
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
892f2962ff
pythonPackages.snowflake-connector-python: init at 2.1.2
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
83288405df
pythonPackages.oscrypto: init at 1.1.1
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
98e4b05851
pythonPackages.area: init at 1.1.1
2020-01-06 13:51:00 -08:00
Jonathan Ringer
e8f0c8995d
python3Packages.annoy: add missing h5py dependency
2020-01-06 12:34:27 -08:00
Timo Kaufmann
bdbec90304
Merge pull request #76945 from prusnak/tensorflow-drop-bin2c-path
...
python.pkgs.tensorflow: fix build with cudatoolkit 10.2
2020-01-06 17:12:34 +01:00
Pavol Rusnak
9a982d3540
python.pkgs.tensorflow: fix build with cudatoolkit 10.2
2020-01-06 13:46:00 +01:00
Rouven Czerwinski
b656da1683
pythonPackages.xmodem: init at 0.4.5
2020-01-06 12:40:11 +01:00
Lancelot SIX
cc62409067
Merge pull request #77039 from jonringer/bump-mypy
...
python3Packages.mypy: 0.750 -> 0.761
2020-01-06 12:10:12 +01:00
Frederik Rietdijk
4a91444aa8
Merge staging-next into staging
2020-01-06 12:01:12 +01:00
Jonathan Ringer
4873d8dbd3
python3Packages.mypy: 0.750 -> 0.761
2020-01-06 02:36:26 -08:00
Frederik Rietdijk
17ab5f9d88
Merge master into staging-next
2020-01-06 10:38:20 +01:00
Josef Kemetmüller
30121dffd4
pythonPackages.moto: 1.3.13 -> 1.3.14
2020-01-06 10:37:03 +01:00
R. RyanTM
29ffa0255f
dkimpy: 1.0.1 -> 1.0.2
2020-01-06 01:37:10 -08:00
Ryan Mulligan
2a9e79dd0e
Merge pull request #62664 from vanschelven/flask-swagger-ui
...
pythonPackages.flask-swagger-ui: init at 3.20.9
2020-01-05 21:29:20 -08:00
Enno Lohmeier
ab2f63234d
python3Packages.fints: 2.2.0 -> 3.0.0
2020-01-05 18:35:35 -08:00
Trolli Schmittlauch
ccf95dff97
pythonPackages.django-simple-captcha: init at 0.5.12
...
co-author: Vladyslav Burzakovskyy <vladislav.burzakovskij@satoshilabs.com>
2020-01-05 17:31:28 -08:00
Trolli Schmittlauch
e5255bfd30
pythonPackages.django-ranged-response: init at 0.2.0
...
co-author: Vladyslav Burzakovskyy <vladislav.burzakovskij@satoshilabs.com>
2020-01-05 17:31:28 -08:00
Robert Hensing
0752cf0641
Merge pull request #76993 from mildlyincompetent/fix-scikit-build
...
Fix scikit-build by removing no longer needed patch.
2020-01-05 23:05:07 +01:00
Kajetan Champlewski
1b8794e623
Remove no longer needed patch.
2020-01-05 17:37:27 +00:00
Ryan Mulligan
2e8fc97dbf
Merge pull request #57583 from costrouc/python-init-sphinxcontrib-tikz
...
pythonPackages.sphinxcontrib-tikz: init at 0.4.6
2020-01-05 09:33:41 -08:00
Ryan Mulligan
38929d3ddc
Merge pull request #55284 from vcanadi/notedown
...
pythonPackages.notedown: init at 1.5.1
2020-01-05 08:19:19 -08:00
Mario Rodas
516377d1d8
Merge pull request #76958 from risicle/ris-pybind11-clang-fix
...
pythonPackages.pybind11: fix for clang/darwin
2020-01-05 10:52:23 -05:00
Frederik Rietdijk
981b94442b
Merge staging-next into staging
2020-01-05 16:10:40 +01:00
Frederik Rietdijk
828f93a326
Merge master into staging-next
2020-01-05 16:00:21 +01:00
Frederik Rietdijk
444a6b8d9e
python2Packages.cachetools: restore 3.1.1 for python2
2020-01-05 15:41:35 +01:00
Frederik Rietdijk
dc911b165b
Revert "python-google_auth: build this package with on older version of cachetools"
...
This reverts commit 177ab0e01e
.
2020-01-05 15:41:35 +01:00
Frederik Rietdijk
0d0a4f160e
Merge pull request #76631 from kamadorueda/pythonPackages
...
Add many new pythonPackages
2020-01-05 15:18:07 +01:00
Frederik Rietdijk
e279676f48
pythonPackages.pyopenssl: fix build, fixes #76879
2020-01-05 15:01:42 +01:00
Peter Simons
177ab0e01e
python-google_auth: build this package with on older version of cachetools
...
Fixes https://github.com/NixOS/nixpkgs/issues/76978 .
2020-01-05 14:47:56 +01:00
Mario Rodas
5c0d3d9050
pythonPackages.ipykernel: fix build
...
flaky was accidentally removed from checkInputs in 99de1a8ebb
2020-01-05 13:51:31 +01:00
Robert Scott
951fb0472a
pythonPackages.pybind11: fix for clang
...
default clang is still not happy with c++17's sized and aligned
deallocations
2020-01-04 23:10:16 +00:00
Robert Scott
8b3e1e72a7
pythonPackages.unicorn: redesign to become a wrapper package around unicorn-emu
...
this allows us to easily keep the two in sync and gives a more flexible
result, also add self as co-maintainer.
2020-01-04 15:08:56 -06:00
Frederik Rietdijk
a3f40b507f
pythonPackages.setuptools: 42.0.2 -> 44.0.0
2020-01-04 15:24:43 +01:00
Michel Weitbrecht
d38c4638ee
python3.pkgs.graph-tool: 2.27 -> 2.29
...
The dependency 'pkg-config' was renamed and the two patches have since been
included or resolved.
2020-01-04 14:54:38 +01:00
Mario Rodas
ea89d56b43
pythonPackages.pyramid: cleanup dependencies
2020-01-04 04:20:00 -05:00
Mario Rodas
736d305d79
loguru: fix build on darwin
2020-01-04 04:20:00 -05:00
Symphorien Gibol
b40fc3a56b
pynagsystemd: init at 1.2.0
...
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-03 15:48:42 -08:00
Symphorien Gibol
dd478ddc36
pythonPackages.nagiosplugin: init at 1.3.2
2020-01-03 15:48:42 -08:00
Kevin Amado
ff892ee1f0
pythonPackages.bandit: init at 1.6.2
2020-01-03 17:56:41 -05:00
Kevin Amado
1da8594596
pythonPackages.msal-extensions: init at 0.1.3
2020-01-03 17:56:41 -05:00
Kevin Amado
37148a82b2
pythonPackages.msal: init at 1.0.0
2020-01-03 17:56:41 -05:00
Kevin Amado
58717e6ccc
pythonPackages.azure-keyvault-nspkg: init at 1.0.0
2020-01-03 17:56:41 -05:00
Kevin Amado
b4f81b9628
pythonPackages.azure-identity: init at 1.1.0
2020-01-03 17:56:41 -05:00
Kevin Amado
8f08c1baee
pythonPackages.names: init a 0.3.0
2020-01-03 17:56:41 -05:00
Kevin Amado
4f8eba122a
pythonPackages.oyaml: init at 0.9
2020-01-03 17:56:41 -05:00
Kevin Amado
8b2b1d125d
pythonPackages.pyjks: init a 19.0.0
2020-01-03 17:56:41 -05:00
Kevin Amado
46a3045884
pythonPackages.pysmb: init at 1.1.28
2020-01-03 17:56:41 -05:00
Kevin Amado
3af635e043
pythonPackages.requirements-detector: init at 0.6
2020-01-03 17:56:41 -05:00
Kevin Amado
0634484a53
pythonPackages.javaobj-py3: init a 0.3.0
2020-01-03 17:56:40 -05:00
Kevin Amado
ea7fa57694
pythonPackages.twofish: init at 0.3.0
2020-01-03 17:56:40 -05:00
Kevin Amado
78d619c65e
pythonPackages.viewstate: init at 0.4.3
2020-01-03 17:56:40 -05:00
Chris Ostrouchov
7c85d7db72
pythonPackages.svgwrite: refactor fix broken build
...
There was a single test in the build that tries to download a google
font.
(cherry picked from commit 6e02629a35
)
2020-01-03 09:12:03 -08:00
Frederik Rietdijk
5ca7a7d882
Merge staging-next into staging
2020-01-03 13:18:04 +01:00
Frederik Rietdijk
fb0da93509
python3Packages.numpy: fix build
2020-01-03 12:52:42 +01:00
Frederik Rietdijk
6ee60b37fc
python: numpy: 1.17.5 -> 1.18.0
2020-01-03 12:51:45 +01:00
Frederik Rietdijk
64015f4f7d
python: numpy: 1.17.4 -> 1.17.5
2020-01-03 12:51:45 +01:00
Chris Ostrouchov
6e02629a35
pythonPackages.svgwrite: refactor fix broken build
...
There was a single test in the build that tries to download a google
font.
2020-01-03 02:22:43 -08:00
Victor multun Collod
16c665911f
pythonPackages.compiledb: init at 0.10.1
2020-01-03 02:10:22 -08:00
Victor multun Collod
7cce13c5aa
pythonPackages.shutilwhich: init at 1.1.0
2020-01-03 02:10:22 -08:00
Victor multun Collod
0c76aa6414
pythonPackages.bashlex: init at 0.14
2020-01-03 02:10:22 -08:00
Frederik Rietdijk
7aa2b0215b
Merge master into staging-next
2020-01-03 10:25:14 +01:00
Maximilian Bosch
40d02af8aa
ansible-lint: 4.1.1a0 -> 4.2.0
...
Upstream switched to a PEP517-based build[1] which required some minor
changes on the package. Additionally, the update fixes the currently
broken package build[2].
[1] https://www.python.org/dev/peps/pep-0517/
[2] https://hydra.nixos.org/build/109032815
2020-01-02 23:03:04 +01:00
Frederik Rietdijk
f08e3e38d4
Merge master into staging-next
2020-01-02 21:41:13 +01:00
Victor multun Collod
43db1be418
pythonPackages.junitparser: init at 1.4.1
2020-01-02 11:24:23 -08:00
Victor multun Collod
f85aff5a22
pythonPackages.prox-tv: init at 3.3.0
2020-01-02 17:18:17 +01:00
Marek Mahut
af64fb6ebd
Merge pull request #76751 from aanderse/leveldb
...
pythonPackages.leveldb: 0.194 -> 0.201
2020-01-02 16:27:28 +01:00
Elis Hirwing
63f2f1df49
Merge pull request #76746 from WhittlesJr/zwave-fixes
...
Zwave fixes
2020-01-02 09:09:49 +01:00
Emily
31ef3b8ec5
stm32loader: 0.5.0 -> 0.5.1
2020-01-01 10:54:31 +01:00
Aaron Andersen
11f26633d2
pythonPackages.leveldb: 0.194 -> 0.201
2019-12-31 14:02:48 -05:00
Chris Ostrouchov
853ecd2571
python3Packages.optuna: 0.17.1 -> 0.19.0
2019-12-31 18:12:37 +01:00
Chris Ostrouchov
4e0ebea84a
pythonPackages.cma: init at 2.7.0
2019-12-31 18:12:37 +01:00
Chris Ostrouchov
310afc9e93
pythonPackages.bokeh: 1.3.4 -> 1.4.0
2019-12-31 18:12:37 +01:00
Chris Ostrouchov
92da996e62
python3Packages.dask: 2.9.0 -> 2.9.1 enable tests, use github src
2019-12-31 18:12:37 +01:00
Alex Whitt
2d00e8d6f3
python_openzwave: Fix broken and missing dependencies.
2019-12-31 09:36:05 -05:00
Gürkan Gür
36af8d34c9
django-postgresql-netfields: init at 1.2.2
2019-12-31 10:30:49 +01:00
Jan Tojnar
0c2adc0fb1
Merge branch 'staging' into staging-next
2019-12-31 03:59:58 +01:00
Robin Gloster
006242fd5a
treewide: fix types for mkDerivation params
2019-12-31 01:23:19 +01:00
Maximilian Bosch
839c0ea7a5
treewide: *Inputs are flat lists
2019-12-31 01:10:02 +01:00
Robin Gloster
760e23136a
treewide: *inputs are lists
2019-12-31 01:09:25 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string
2019-12-31 00:16:46 +01:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string
2019-12-31 00:13:29 +01:00
Robin Gloster
981ae25113
treewide: NIX_*_COMPILE -> string
2019-12-31 00:07:21 +01:00
Jonathan Ringer
446fec8c2d
Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next
2019-12-30 10:14:18 -08:00
Frederik Rietdijk
99de1a8ebb
pythonPackages.ipykernel: remove duplicate checkInputs
2019-12-30 18:17:34 +01:00
Frederik Rietdijk
164408fcd4
pythonPackages.tifffile: fix syntax error
2019-12-30 18:17:23 +01:00
Marek Mahut
97da2d22fe
python3Packages.trezor: 0.11.5 -> 0.11.6
2019-12-30 18:14:42 +01:00
Chris Ostrouchov
8f870327b2
pythonPackages.aioamqp: 0.13.0 -> 0.14.0 fix broken package
2019-12-30 18:13:51 +01:00
Chris Ostrouchov
98d34eda12
pythonPackages.pyrabbit2: init at 1.0.7
2019-12-30 18:13:51 +01:00
Edmund Wu
226b6c7935
pythonPackages.sqlalchemy-utils: 0.35.0 -> 0.36.0
2019-12-30 18:12:51 +01:00
Frederik Rietdijk
3af601f37d
Merge pull request #76664 from costrouc/python-fsspec-update
...
python3Packages.fsspec: 0.5.2 -> 0.6.2 enable tests
2019-12-30 18:10:17 +01:00
Frederik Rietdijk
5a3cbd01f7
Merge pull request #76652 from costrouc/python-httpx-init
...
Packaging several async python web libraries / databases connectors
2019-12-30 18:09:22 +01:00
Marek Mahut
de4b7d51e9
Merge pull request #76700 from pschuprikov/fix-toggl-cli-deps
...
python3Packages: toggl-cli fix pendulum version bounds
2019-12-30 17:00:51 +01:00