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