Commit Graph

15119 Commits

Author SHA1 Message Date
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
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