Jonathan Ringer
b7b7da0521
python3Packages.cython: 0.29.14 -> 0.29.19
2020-06-04 18:13:34 +02:00
Frederik Rietdijk
08900c0554
Merge master into staging-next
2020-06-04 15:25:54 +02:00
Benjamin Hipple
9a64d6bf45
Merge pull request #89451 from tviti/fix-owslib
...
owslib: add pyyaml as a runtime dep
2020-06-04 00:41:26 -04:00
Benjamin Hipple
94bb84f9ed
Merge pull request #89340 from utdemir/cookiecutter-fix
...
python3Packages.cookiecutter: add missing slugify dependency
2020-06-03 22:24:12 -04:00
Taylor Viti
8da7b45020
owslib: add pyyaml as a runtime dep
2020-06-03 15:10:40 -10:00
Utku Demir
bf1c120e15
python3Packages.cookiecutter: add missing slugify dependency
2020-06-04 09:32:55 +12:00
Maximilian Bosch
f7dbcb56c5
python3Packages.telethon: 1.10.10 -> 1.14.0
2020-06-03 11:33:30 -07:00
Maximilian Bosch
9b5b943222
python3Packages.mautrix: 0.4.2 -> 0.5.0
2020-06-03 11:33:30 -07:00
Jonathan Ringer
903e0ecd2f
python3Packages.minio: fix build, fix tests
2020-06-03 11:29:15 -07:00
Jonathan Ringer
89c986fdf0
python3Packages.flower: add missing dependencies
2020-06-03 11:29:15 -07:00
Jonathan Ringer
57238c566a
python3Packages.celery: 4.4.2 -> 4.4.4, fix tests
2020-06-03 11:29:15 -07:00
Jonathan Ringer
74e0cbf32d
python3Packages.clickclick: fix tests
2020-06-03 11:29:15 -07:00
Jonathan Ringer
22ef38bdad
python3Packages.zope_lifecycleevent: fix tests
2020-06-03 11:29:15 -07:00
Jonathan Ringer
7a8434c710
python3Packages.zope_i18nmessageid: fix tests
2020-06-03 11:29:15 -07:00
Jonathan Ringer
0e13f49e7c
python3Packages.zope-hookable: 4.2.0 -> 5.0.1
2020-06-03 11:29:15 -07:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Martin Weinelt
b2da714180
pythonPackages.django2_2: 2.2.11 -> 2.2.13
...
Fixes: CVE-2020-13254, CVE-2020-13596
2020-06-03 16:52:17 +02:00
Eduard Bopp
84b5d5dfef
Update my GitHub username
...
I recently changed the username, so this reflects that change to make
sure people find me.
For confirmation, check that the GitHub ID is still 3098430 for my new
username using the GitHub API:
https://api.github.com/users/edibopp
2020-06-03 15:42:55 +02:00
Timo Kaufmann
3f3b93b141
Merge pull request #89397 from timokau/flask-autoindex-py2-unbreak
...
python2.pkgs.flask-autoindex: fix build
2020-06-03 13:49:18 +02:00
Timo Kaufmann
caf2c1bb07
python2.pkgs.flask-autoindex: fix build
...
pathlib is now required, which is part of the standard library in python
3.4+ but not in python 2.7. Broken by
ec12a5fd1e
2020-06-03 13:20:31 +02:00
Jake Waksbaum
bfcead18cd
python27Packages.tenacity: 6.0.0 -> 6.2.0
2020-06-02 22:26:55 -07:00
Matt Huszagh
1471767b55
pythonPackages.pulp: 2.0 -> 2.1
2020-06-02 21:17:34 -07:00
Konstantin Alekseev
49ca8ce7f7
pre-commit: 1.21.0 -> 2.4.0
2020-06-02 13:23:29 -07:00
Patrick Winter
259f344ae6
python27Packages.pytest-factoryboy: init at 2.0.3
2020-06-02 12:59:49 -07:00
Frederik Rietdijk
994576f4cb
python3.pkgs.datashader: 0.9.0 -> 0.11.0
2020-06-02 18:34:43 +02:00
Frederik Rietdijk
ce6fbb9c42
python3.pkgs.fastparquet: 0.3.3 -> 0.4.0
2020-06-02 18:34:43 +02:00
zimbatm
9f15e95ff2
Merge pull request #89308 from LnL7/remove-sri-hashes
...
Remove sri hashes
2020-06-02 16:24:01 +02:00
Frederik Rietdijk
1ee0b9bc63
python3.pkgs.hvplot: 0.5.2 -> 0.6.0
2020-06-02 15:05:54 +02:00
Frederik Rietdijk
f4c52d58be
python3.pkgs.panel: 0.8.3 -> 0.9.5
2020-06-02 15:05:54 +02:00
Frederik Rietdijk
491b4dafe6
python3Packages.bokeh: 1.4.0 -> 2.0.1
...
Tests still don't function. Somehow fixtures cannot be found causing massive failures...
2020-06-02 15:05:54 +02:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes
2020-06-01 15:24:19 +02:00
Atemu
45ac259796
jc: 1.10.12 -> 1.11.1
2020-05-31 01:17:35 +02:00
Frederik Rietdijk
20aa1cc95c
python.pkgs.python-lz4: buildInputs are nativeBuildInputs
2020-05-29 20:42:11 +02:00
Frederik Rietdijk
7fe783903e
python.pkgs.pkgconfig: fix setup hook
...
after regression caused by https://github.com/NixOS/nixpkgs/pull/87705
2020-05-29 20:41:49 +02:00
Frederik Rietdijk
81b204e8a1
python.pkgs.cython: use pkg-config instead of python.pkgs.pkgconfig
...
It does not need the Python interface to pkg-config.
Note I think the majority of Python packages that use pkgconfig should
actually use pkg-config.
2020-05-29 20:21:04 +02:00
Frederik Rietdijk
36d9eeb9c7
Merge staging-next into staging
2020-05-29 17:06:01 +02:00
Frederik Rietdijk
c7d25a5db6
Merge master into staging-next
2020-05-29 17:05:38 +02:00
Claudio Bley
7172514b72
bazel: 3.1.0 -> 3.2.0
2020-05-29 15:22:35 +02:00
Claudio Bley
1c5386fa1d
bazel: Make bazel_3 the default version
...
* drop bazel_2
* update hashes of fetch derivations that use `buildBazelPackage`
2020-05-29 08:52:17 +02:00
MetaDark
f3ee91d47e
pythonPackages.pytest-datadir: init at 1.3.1
2020-05-28 19:21:43 -07:00
MetaDark
db2ce6413e
python3Packages.pygls: init at 0.8.1
2020-05-28 19:21:43 -07:00
R. RyanTM
f0d90a2ef0
python27Packages.py_scrypt: 0.8.13 -> 0.8.15
2020-05-28 19:19:51 -07:00
Vincent Haupert
354798437a
pythonPackages.hiyapyco: init at 0.4.16
2020-05-28 15:29:30 -07:00
Daniël de Kok
8c5f4b8a3b
python3Packages.spacy: relax thinc version constraint
2020-05-28 15:17:07 -07:00
R. RyanTM
abe0e561c7
python27Packages.thinc: 7.4.0 -> 7.4.1
2020-05-28 15:17:07 -07:00
R. RyanTM
1096383557
python27Packages.elasticsearch: 7.6.0 -> 7.7.0
2020-05-28 14:57:13 -07:00
Antoine Richard
847de99970
pythonPackages.secp256k1: fix broken package ( #88612 )
...
* fix secp256k1 broken package
* Update default.nix
* Update default.nix
2020-05-28 14:46:49 -07:00
Frederik Rietdijk
03de4c02fb
Merge staging-next into staging
2020-05-28 22:05:36 +02:00
Frederik Rietdijk
e27e3ae169
Merge master into staging-next
2020-05-28 22:03:48 +02:00
Dmitry Kalinkin
dba97ff6dd
Merge pull request #88015 from alexarice/agda-pkg-init
...
agda-pkg: init at 0.1.50
2020-05-28 12:32:34 -04:00