Frederik Rietdijk
e4c28f78e7
Merge staging-next into staging
2020-02-02 15:33:13 +01:00
R. RyanTM
3afa921423
python27Packages.josepy: 1.2.0 -> 1.3.0
2020-02-02 01:07:49 -08:00
R. RyanTM
443152f651
python27Packages.rpyc: 4.1.2 -> 4.1.3
2020-02-02 01:06:12 -08:00
R. RyanTM
cc19751a18
python37Packages.uvicorn: 0.10.4 -> 0.11.2
2020-02-01 23:23:11 -08:00
Mario Rodas
e3a9318b6f
Merge pull request #79035 from r-ryantm/auto-update/python2.7-cbor2
...
python27Packages.cbor2: 4.1.2 -> 5.0.1
2020-02-01 23:09:27 -05:00
Mario Rodas
d63542035d
Merge pull request #79070 from r-ryantm/auto-update/python3.7-nest_asyncio
...
python37Packages.nest-asyncio: 1.2.1 -> 1.2.2
2020-02-01 23:05:37 -05:00
Mario Rodas
8f58914537
Merge pull request #79043 from r-ryantm/auto-update/python2.7-azure-mgmt-iothub
...
python27Packages.azure-mgmt-iothub: 0.9.0 -> 0.10.0
2020-02-01 23:01:18 -05:00
R. RyanTM
a5a153e489
python37Packages.nest-asyncio: 1.2.1 -> 1.2.2
2020-02-02 03:37:46 +00:00
Mario Rodas
95c350736d
Merge pull request #79055 from r-ryantm/auto-update/python2.7-python-sql
...
python27Packages.python-sql: 1.0.0 -> 1.1.0
2020-02-01 21:38:55 -05:00
Mario Rodas
e1899f0508
Merge pull request #79058 from r-ryantm/auto-update/python2.7-quantities
...
python27Packages.quantities: 0.12.3 -> 0.12.4
2020-02-01 21:38:11 -05:00
Ryan Mulligan
20e0ec9942
Merge pull request #79039 from r-ryantm/auto-update/python3.7-asyncpg
...
python37Packages.asyncpg: 0.20.0 -> 0.20.1
2020-02-01 18:08:41 -08:00
Mario Rodas
f148eccf0d
Merge pull request #79048 from r-ryantm/auto-update/python2.7-django-picklefield
...
python27Packages.django-picklefield: 2.0 -> 2.1.1
2020-02-01 20:38:51 -05:00
Mario Rodas
7088659bc3
Merge pull request #79049 from r-ryantm/auto-update/python3.7-aiorun
...
python37Packages.aiorun: 2019.11.1 -> 2020.1.3
2020-02-01 20:38:03 -05:00
Mario Rodas
8b13037852
Merge pull request #79057 from r-ryantm/auto-update/python2.7-relatorio
...
python27Packages.relatorio: 0.9.0 -> 0.9.1
2020-02-01 20:36:32 -05:00
Mario Rodas
19515cf758
Merge pull request #79059 from r-ryantm/auto-update/python2.7-pdftotext
...
python27Packages.pdftotext: 2.1.2 -> 2.1.4
2020-02-01 20:36:01 -05:00
R. RyanTM
1b167d92c7
python27Packages.pdftotext: 2.1.2 -> 2.1.4
2020-02-02 00:50:16 +00:00
R. RyanTM
b8dbf0f2fb
python27Packages.quantities: 0.12.3 -> 0.12.4
2020-02-02 00:10:26 +00:00
R. RyanTM
2f780790b3
python27Packages.relatorio: 0.9.0 -> 0.9.1
2020-02-02 00:04:17 +00:00
R. RyanTM
76e859f386
python27Packages.python-sql: 1.0.0 -> 1.1.0
2020-02-01 23:30:17 +00:00
Mario Rodas
93a7da2f1a
Merge pull request #79037 from r-ryantm/auto-update/python3.7-altair
...
python37Packages.altair: 4.0.0 -> 4.0.1
2020-02-01 18:21:12 -05:00
R. RyanTM
913cc56c44
python37Packages.aiorun: 2019.11.1 -> 2020.1.3
2020-02-01 22:08:12 +00:00
R. RyanTM
216a05423e
python27Packages.django-picklefield: 2.0 -> 2.1.1
2020-02-01 22:04:05 +00:00
R. RyanTM
76cecce17c
python27Packages.azure-mgmt-iothub: 0.9.0 -> 0.10.0
2020-02-01 21:04:55 +00:00
Mario Rodas
7eaf595f00
Merge pull request #79033 from r-ryantm/auto-update/python3.7-asgiref
...
python37Packages.asgiref: 3.2.2 -> 3.2.3
2020-02-01 15:46:10 -05:00
R. RyanTM
3b4fc5b60f
python37Packages.asyncpg: 0.20.0 -> 0.20.1
2020-02-01 20:37:02 +00:00
R. RyanTM
87bee366b7
python37Packages.altair: 4.0.0 -> 4.0.1
2020-02-01 19:59:11 +00:00
R. RyanTM
ff36673ffb
python27Packages.cbor2: 4.1.2 -> 5.0.1
2020-02-01 19:42:04 +00:00
R. RyanTM
808a5676ce
python37Packages.asgiref: 3.2.2 -> 3.2.3
2020-02-01 19:10:38 +00:00
Wael Nasreddine
1882d20155
pre-commit: installed git hook should have full path to binary ( #77638 )
...
pre-commit currently install impure Git hooks that look for the
`pre-commit` binary in PATH. If the user has `pre-commit` loaded via a
nix-shell instead of having it installed then GUI editors, such as
Intellij, won't be able to use Git commit because the hook fails trying
to look for the `pre-commit` binary in PATH.
This patch updates the hook template to use the hardcoded path to the
`pre-commit` binary if it was found, fallback to using the one from
PATH.
2020-02-01 10:05:42 -08:00
Franz Pletz
e0028e45aa
sqlmap: 1.3.12 -> 1.4
2020-02-01 14:20:52 +01:00
Timo Kaufmann
769928e213
Merge pull request #78779 from drewrisinger/dr-pr-python-cirq
...
python3Packages.cirq: init at 0.6.1
2020-02-01 00:29:53 +01:00
worldofpeace
988d70bac5
python3Packages.pyatspi: 2.32.1 -> 2.34.0
...
https://gitlab.gnome.org/GNOME/pyatspi2/blob/PYATSPI_2_34_0/NEWS
2020-01-31 17:38:25 -05:00
worldofpeace
a18f9d1fad
python3Packages.pygobject3: 3.32.1 -> 3.34.0
...
https://gitlab.gnome.org/GNOME/pygobject/blob/3.34.0/NEWS
2020-01-31 17:38:25 -05:00
Drew Risinger
74a0d4dc3c
python3Packages.cirq: init at 0.6.1
...
Add Google's Cirq package.
Uses: Quantum information science.
2020-01-31 16:02:21 -05:00
Daiderd Jordan
62bbc2abc1
Merge pull request #78404 from cust0dian/glances-darwin-build
...
pythonPackages.glances: fix darwin build
2020-01-31 08:50:28 +01:00
Jan Tojnar
29d8a1c3f6
Merge pull request #78341 from riannucci/patch-1
...
pyenchant: Fix for darwin/macOS
2020-01-31 02:37:44 +01:00
worldofpeace
3103ba2ce8
Merge pull request #78927 from worldofpeace/blivet-mark-broken
...
nixosTests.blivet: remove
2020-01-30 19:34:00 -05:00
Frederik Rietdijk
5cc0468a20
Merge staging into staging-next
2020-01-31 00:16:31 +01:00
Alyssa Ross
f254fb9d89
python3Packages.mailmanclient.meta: HTTPS homepage
2020-01-30 23:14:45 +00:00
worldofpeace
85fcf3d7a8
nixosTests.blivet: remove
...
These have been broken since 2017-07-24, and the package
is hopelessly out of date as well.
2020-01-30 18:14:14 -05:00
Frederik Rietdijk
1a3a0e8181
python: pandas: 0.25.3 -> 1.0.0
2020-01-30 21:34:58 +01:00
Frederik Rietdijk
98efcba8df
python: numpy: 1.18.0 -> 1.18.1
2020-01-30 21:34:37 +01:00
Frederik Rietdijk
c67ea834c1
python: pytest: 5.3.2 -> 5.3.5
2020-01-30 21:28:57 +01:00
Drew Risinger
74de16787f
pythonPackages.nest-asyncio: cleanup
2020-01-30 10:40:52 -08:00
Timo Kaufmann
ff478eacdb
Merge pull request #78866 from drewrisinger/dr-pr-sympy-bump
...
pythonPackages.sympy: 1.5 -> 1.5.1
2020-01-30 18:22:38 +01:00
Drew Risinger
5bf67da73d
pythonPackages.sympy: 1.5 -> 1.5.1
...
Fixes core regression (compare expressions to strings), and
lambdify using deprecated scipy functions vs numpy functions.
Changelog: https://github.com/sympy/sympy/wiki/Release-Notes-for-1.5.1
No known breaks. Sage should be fine @timokau
2020-01-30 10:36:18 -05:00
Jörg Thalheim
b23b1e3d7c
python3.pkgs.deepdiff: init at 4.0.9
2020-01-30 14:00:33 +00:00
R. RyanTM
aecdd873a7
python27Packages.ROPGadget: 5.9 -> 6.0
2020-01-30 09:43:53 +01:00
Farkas, Arnold
642134d5ad
pythonPackages.djangorestframework-simplejwt: init at 4.4.0
2020-01-29 22:52:33 -08:00
Farkas, Arnold
4d80baf9b8
pythonPackages.atlassian-python-api: init at 1.14.9
2020-01-29 22:51:55 -08:00
Mario Rodas
98cc98efe1
Merge pull request #78651 from r-ryantm/auto-update/python2.7-statsmodels
...
python27Packages.statsmodels: 0.10.2 -> 0.11.0
2020-01-29 21:43:19 -05:00
Jörg Thalheim
f11e789ae9
python27Packages.pygdbmi: 0.9.0.0 -> 0.9.0.2 ( #78664 )
...
python27Packages.pygdbmi: 0.9.0.0 -> 0.9.0.2
2020-01-29 10:33:29 +00:00
Mario Rodas
df78553190
Merge pull request #78662 from r-ryantm/auto-update/python2.7-pykeepass
...
python27Packages.pykeepass: 3.1.2 -> 3.2.0
2020-01-29 02:47:38 -05:00
Mario Rodas
74abfc3ac6
Merge pull request #78666 from r-ryantm/auto-update/python2.7-plyvel
...
python27Packages.plyvel: 1.1.0 -> 1.2.0
2020-01-29 02:46:15 -05:00
Mario Rodas
46579e19d4
Merge pull request #78621 from r-ryantm/auto-update/python2.7-musicbrainzngs
...
python27Packages.musicbrainzngs: 0.6 -> 0.7.1
2020-01-29 02:37:47 -05:00
Mario Rodas
6fc14307fd
Merge pull request #78629 from r-ryantm/auto-update/python2.7-moznetwork
...
python27Packages.moznetwork: 0.27 -> 1.0.0
2020-01-29 02:36:33 -05:00
Mario Rodas
92558b8181
Merge pull request #78636 from r-ryantm/auto-update/python3.7-minio
...
python37Packages.minio: 5.0.5 -> 5.0.6
2020-01-28 19:29:14 -05:00
Mario Rodas
d682bbbd4a
Merge pull request #78635 from r-ryantm/auto-update/python2.7-lark-parser
...
python27Packages.lark-parser: 0.7.8 -> 0.8.1
2020-01-28 19:24:12 -05:00
Mario Rodas
f2eac6d2f9
Merge pull request #78630 from r-ryantm/auto-update/python2.7-cvxopt
...
python27Packages.cvxopt: 1.2.3 -> 1.2.4
2020-01-28 19:20:50 -05:00
Mario Rodas
19857ead7c
Merge pull request #78658 from r-ryantm/auto-update/python2.7-pynvim
...
python27Packages.pynvim: 0.4.0 -> 0.4.1
2020-01-28 19:18:47 -05:00
Mario Rodas
27001db1be
Merge pull request #78663 from r-ryantm/auto-update/python2.7-pyfaidx
...
python27Packages.pyfaidx: 0.5.7 -> 0.5.8
2020-01-28 19:17:01 -05:00
Mario Rodas
adb1d11d5e
Merge pull request #78665 from r-ryantm/auto-update/python2.7-python-periphery
...
python27Packages.python-periphery: 2.0.0 -> 2.0.1
2020-01-28 19:15:25 -05:00
Marek Mahut
9300e2038d
pythonPackages.ConfigArgParse: 0.15.2 -> 1.0
2020-01-28 08:50:27 -08:00
Taito Horiuchi
a7953f555d
pythonPackage.robotframework-requests: 0.6.2 -> 0.6.3
2020-01-28 08:31:09 -08:00
Frederik Rietdijk
7562c2112d
Merge pull request #77739 from NixOS/staging-next
...
Staging next
2020-01-28 14:03:29 +01:00
Mario Rodas
fdf8061b83
Merge pull request #78645 from r-ryantm/auto-update/python2.7-pyspotify
...
python27Packages.pyspotify: 2.1.2 -> 2.1.3
2020-01-28 07:00:20 -05:00
Frederik Rietdijk
cdff57e1fc
Merge staging-next into staging
2020-01-28 10:48:36 +01:00
Frederik Rietdijk
dce0ca29d9
Merge master into staging-next
2020-01-28 10:46:13 +01:00
R. RyanTM
f49fa93166
python27Packages.plyvel: 1.1.0 -> 1.2.0
2020-01-28 06:46:37 +00:00
R. RyanTM
66bdda032f
python27Packages.python-periphery: 2.0.0 -> 2.0.1
2020-01-28 06:38:00 +00:00
R. RyanTM
29ecec4bdf
python27Packages.pygdbmi: 0.9.0.0 -> 0.9.0.2
2020-01-28 06:12:01 +00:00
R. RyanTM
579eb6ca8e
python27Packages.pyfaidx: 0.5.7 -> 0.5.8
2020-01-28 05:51:09 +00:00
R. RyanTM
9f83317d6f
python27Packages.pykeepass: 3.1.2 -> 3.2.0
2020-01-28 05:48:03 +00:00
Mario Rodas
d8cb4ed910
Merge pull request #78653 from r-ryantm/auto-update/python2.7-pysrt
...
python27Packages.pysrt: 1.1.1 -> 1.1.2
2020-01-28 00:32:55 -05:00
R. RyanTM
482f8ef875
python27Packages.pynvim: 0.4.0 -> 0.4.1
2020-01-28 05:21:08 +00:00
R. RyanTM
a6b6fe115e
python27Packages.uproot: 3.11.0 -> 3.11.1
2020-01-27 19:02:45 -08:00
R. RyanTM
d6464b8add
python27Packages.pysrt: 1.1.1 -> 1.1.2
2020-01-28 03:01:28 +00:00
R. RyanTM
358e0082d8
python27Packages.statsmodels: 0.10.2 -> 0.11.0
2020-01-28 01:15:40 +00:00
Mario Rodas
b750d60da3
Merge pull request #78633 from r-ryantm/auto-update/python2.7-deap
...
python27Packages.deap: 1.3.0 -> 1.3.1
2020-01-27 20:14:28 -05:00
Niklas Hambüchen
d91d400a84
Merge pull request #78644 from nh2/babel-nix-2.2-comment
...
pythonPackages.Babel: Add comment
2020-01-28 01:32:05 +01:00
R. RyanTM
5a3156c1c6
python27Packages.pyspotify: 2.1.2 -> 2.1.3
2020-01-28 00:20:38 +00:00
Niklas Hambüchen
19ff097181
pythonPackages.Babel: Add comment about #75676
2020-01-28 00:55:33 +01:00
Mario Rodas
e5a015bd85
Merge pull request #78639 from r-ryantm/auto-update/python3.7-django-modelcluster
...
python37Packages.django_modelcluster: 5.0 -> 5.0.1
2020-01-27 18:32:54 -05:00
R. RyanTM
403813ddaa
python27Packages.mozdevice: 3.0.6 -> 3.0.7
2020-01-27 14:56:33 -08:00
R. RyanTM
de84b23e5c
python27Packages.braintree: 3.57.1 -> 3.58.0
2020-01-27 14:56:00 -08:00
R. RyanTM
f2d6f567ee
python37Packages.django_modelcluster: 5.0 -> 5.0.1
2020-01-27 22:28:25 +00:00
R. RyanTM
6b0d5ff840
python37Packages.minio: 5.0.5 -> 5.0.6
2020-01-27 22:08:46 +00:00
R. RyanTM
6e82855d06
python27Packages.lark-parser: 0.7.8 -> 0.8.1
2020-01-27 21:45:26 +00:00
R. RyanTM
da75d85571
python27Packages.deap: 1.3.0 -> 1.3.1
2020-01-27 21:02:19 +00:00
Lancelot SIX
ae9809bfcf
Merge pull request #78631 from r-ryantm/auto-update/python2.7-identify
...
python27Packages.identify: 1.4.9 -> 1.4.10
2020-01-27 21:24:43 +01:00
R. RyanTM
e29829b2bd
python27Packages.identify: 1.4.9 -> 1.4.10
2020-01-27 20:00:39 +00:00
R. RyanTM
512e77e664
python27Packages.cvxopt: 1.2.3 -> 1.2.4
2020-01-27 19:36:24 +00:00
R. RyanTM
0e42a6a182
python27Packages.moznetwork: 0.27 -> 1.0.0
2020-01-27 19:32:41 +00:00
Michael Weiss
a584044855
python38Packages.tatsu: 4.4.0 -> 5.0.0
...
Changelog: https://github.com/neogeny/TatSu/blob/v5.0.0/CHANGELOG.rst#500--2020-01-26
I've successfully tested the Python 3.7 support with
python3Packages.ics.
2020-01-27 19:29:52 +01:00
R. RyanTM
c82403a981
python27Packages.musicbrainzngs: 0.6 -> 0.7.1
2020-01-27 18:18:02 +00:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
...
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Maximilian Bosch
3d085a399c
python3Packages.python-ly: remove myself from maintainer list
...
While going through my repology feed of package-updates I realized that
I'm still a maintainer of this. Just did an update in e6a9c15fa1
and the package is pretty easy to maintain, but decided to make it clear
that I don't actively maintain this.
2020-01-26 19:52:14 +01:00
Maximilian Bosch
e6a9c15fa1
python3Packages.python-ly: 0.9.5 -> 0.9.6
2020-01-26 19:49:57 +01:00
Maximilian Bosch
02c75132d9
python3Packages.pytesseract: 0.3.1 -> 0.3.2
2020-01-26 19:21:45 +01:00
Mario Rodas
456992405c
Merge pull request #78477 from marsam/fix-apache-airflow
...
python37Packages.apache-airflow: fix build
2020-01-25 17:41:55 -05:00
Mario Rodas
8cd9059f9e
Merge pull request #78467 from marsam/fix-build-python-altair
...
python3Packages.altair: fix build
2020-01-25 14:36:50 -05:00
Mario Rodas
1bb2174725
Merge pull request #77190 from r-ryantm/auto-update/python3.7-asdf
...
python37Packages.asdf: 2.4.2 -> 2.5.0
2020-01-25 14:35:37 -05:00
Daiderd Jordan
6e6c16f90e
Merge pull request #78429 from thefloweringash/llfuse-darwin
...
pythonPackages.llfuse: darwin support, use in borgbackup
2020-01-25 15:52:36 +01:00
Mario Rodas
c6e8760b4a
pythonPackages.loguru: 0.4.0 -> 0.4.1
2020-01-25 04:30:00 -05:00
Mario Rodas
2648d2b616
python37Packages.apache-airflow: fix build
2020-01-25 04:20:00 -05:00
Mario Rodas
d097edb4bb
python3Packages.altair: fix build
2020-01-25 04:20:00 -05:00
Serg Nesterov
93dc12a6d8
pythonPackages.glances: fix darwin build
2020-01-25 09:39:25 +03:00
Andrew Childs
6d46f05945
pythonPackages.llfuse: darwin support via osxfuse
2020-01-25 12:59:31 +09:00
Jelle Besseling
d7cdc48502
python-telegram-bot: add pingiun as maintainer
2020-01-24 14:23:25 -08:00
Jelle Besseling
7680df12c5
python-telegram-bot: fix vendored urllib patches
2020-01-24 14:23:25 -08:00
Pierre Bourdon
4acf0beba1
python3Packages.zodb: fix compatibility with transaction 3.0
...
zodb build broke with the python3Packages.transaction upgrade that
happened in f054f49840
.
2020-01-24 14:02:34 -08:00
koral
40a03a8c6d
aria2p: init at 0.7.0
2020-01-24 13:15:45 -08:00
Kevin Amado
52487f4e43
pythonPackages.fluidasserts: 20.1.28253 -> 20.1.33141
2020-01-24 01:53:35 -08:00
Kevin Amado
dac34b3803
pythonPackages.pyhcl: init at 0.4.0
2020-01-24 01:53:35 -08:00
Kevin Amado
268180742c
pythonPackages.azure-storage-file-share: init at 12.0.0
2020-01-24 01:53:35 -08:00
Robert Iannucci
2bf75af84a
pyenchant: Fix for darwin/macOS
...
This allows pyenchant to be installable on macOS again, which, in turn, will allow pylint
to also be installable.
* Switches dependencies to enchant-2 (enchant-1 is not building on macOS). The existing $src (2.0.0) already has compatibility with enchant-2.
* Improves patch hack by hijacking the $PYENCHANT_LIBRARY_PATH envvar lookup
to explicitly specify the correct library path.
2020-01-23 18:01:58 -08:00
Ben Wolsieffer
109f179e44
buildbot: 2.5.1 -> 2.6.0 ( #78335 )
2020-01-23 20:31:04 -05:00
Timo Kaufmann
7db53cc312
Merge pull request #78348 from timokau/pygments-lexer-fix
...
python2.pkgs.ipython, python2.pkgs.sphinx: use proper python2 lexer
2020-01-23 16:10:21 +01:00
Timo Kaufmann
0811a69fef
python2.pkgs.sphinx: user proper python2 lexer
2020-01-23 09:40:26 +01:00
Timo Kaufmann
66675b5650
python2.pkgs.ipython: use the proper python2 lexer
...
Since pygments 2.5 `PythonLexer` refers to python3 [1]. We have to be
explicit if we want to use python2.
[1] https://pygments.org/docs/changelog/
2020-01-23 09:40:14 +01:00
R. RyanTM
c221115c4f
python37Packages.hstspreload: 2019.12.25 -> 2020.1.17
2020-01-22 23:59:12 -08:00
R. RyanTM
34719fa2c7
python27Packages.boltons: 19.3.0 -> 20.0.0
2020-01-22 23:58:31 -08:00
R. RyanTM
5c8c62902f
python27Packages.bitarray: 1.2.0 -> 1.2.1
2020-01-22 19:02:04 -08:00
Jonathan Ringer
c2a3fed5b3
python3Packages.ppft: re-enable tests
2020-01-22 18:54:41 -08:00
Jonathan Ringer
35f6a7406d
python38Packages.aiohttp: disable
...
Looks like "+" operator between futures no longer works.
Reported upstream https://github.com/aio-libs/aiohttp/issues/4525
2020-01-22 18:17:16 -08:00
Jonathan Ringer
3671932188
python38Packages.uvloop: disable
...
Tests hang, indicating race condition
2020-01-22 18:17:02 -08:00
R. RyanTM
aee0249059
python27Packages.azure-mgmt-media: 2.0.0 -> 2.1.0
2020-01-22 17:52:26 -08:00
R. RyanTM
230562a6df
python27Packages.azure-mgmt-containerservice: 8.1.0 -> 8.2.0
2020-01-22 17:50:28 -08:00
Mario Rodas
e21cdd1bbd
Merge pull request #78267 from r-ryantm/auto-update/python3.7-jupyter_console
...
python37Packages.jupyter_console: 6.0.0 -> 6.1.0
2020-01-22 20:11:30 -05:00
R. RyanTM
ef9939e36f
python37Packages.aiohttp-socks: 0.3.3 -> 0.3.4
2020-01-22 17:06:56 -08:00
R. RyanTM
f567824479
python27Packages.diff_cover: 2.5.0 -> 2.5.2
2020-01-22 17:01:28 -08:00
R. RyanTM
d4a282dfef
python37Packages.azure-mgmt-netapp: 0.7.0 -> 0.8.0
2020-01-22 17:00:12 -08:00
R. RyanTM
6b425756b8
python27Packages.azure-mgmt-recoveryservicesbackup: 0.5.0 -> 0.6.0
2020-01-22 16:56:11 -08:00
R. RyanTM
1b1835e2ec
python37Packages.html2text: 2019.9.26 -> 2020.1.16
2020-01-22 16:55:36 -08:00
R. RyanTM
daefd38e64
python37Packages.azure-mgmt-hdinsight: 1.3.0 -> 1.4.0
2020-01-22 16:47:57 -08:00
R. RyanTM
55c3d1b9df
python27Packages.stripe: 2.41.0 -> 2.42.0
2020-01-22 16:41:02 -08:00
R. RyanTM
abc34ea707
python37Packages.praw: 6.4.0 -> 6.5.1
2020-01-22 16:39:46 -08:00
R. RyanTM
8f9f1712b7
python27Packages.qtawesome: 0.6.0 -> 0.6.1
2020-01-22 16:39:09 -08:00
Ryan Mulligan
e6439c6c1a
Merge pull request #78290 from r-ryantm/auto-update/python3.7-aioresponses
...
python37Packages.aioresponses: 0.6.1 -> 0.6.2
2020-01-22 16:19:24 -08:00
Mario Rodas
4d7faaa8e9
Merge pull request #78283 from r-ryantm/auto-update/python2.7-apprise
...
python27Packages.apprise: 0.8.2 -> 0.8.3
2020-01-22 17:47:50 -05:00
R. RyanTM
e1dac71685
python37Packages.jupyterlab: 1.2.4 -> 1.2.5
2020-01-22 14:19:54 -08:00
R. RyanTM
1504315361
python27Packages.python-dotenv: 0.10.3 -> 0.10.4
2020-01-22 13:55:28 -08:00
R. RyanTM
5e1aed0b03
python27Packages.libnacl: 1.6.1 -> 1.7.1
2020-01-22 13:54:00 -08:00
R. RyanTM
0382d990ac
python27Packages.spotipy: 2.4.4 -> 2.6.1
2020-01-22 13:48:02 -08:00
R. RyanTM
af138319c0
python27Packages.phonenumbers: 8.11.1 -> 8.11.2
2020-01-22 13:44:19 -08:00
R. RyanTM
3d01d56df3
python27Packages.python-telegram-bot: 12.2.0 -> 12.3.0
2020-01-22 13:42:54 -08:00
R. RyanTM
28774cc835
python27Packages.bumps: 0.7.13 -> 0.7.14
2020-01-22 13:42:25 -08:00
R. RyanTM
795729fa82
python27Packages.shodan: 1.21.1 -> 1.21.2
2020-01-22 13:37:27 -08:00
Ryan Mulligan
1b4c6bfc90
Merge pull request #78271 from r-ryantm/auto-update/python3.7-cmd2
...
python37Packages.cmd2: 0.9.22 -> 0.9.23
2020-01-22 13:11:14 -08:00
Timo Kaufmann
d05843e841
Merge pull request #78302 from r-ryantm/auto-update/python2.7-jupytext
...
python27Packages.jupytext: 1.3.1 -> 1.3.2
2020-01-22 17:41:51 +01:00
R. RyanTM
f76597380f
python27Packages.jupytext: 1.3.1 -> 1.3.2
2020-01-22 15:47:33 +00:00
R. RyanTM
4620668f85
python37Packages.aioresponses: 0.6.1 -> 0.6.2
2020-01-22 14:26:11 +00:00
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