Commit Graph

7907 Commits

Author SHA1 Message Date
R. RyanTM
fcfdd1d96f python37Packages.peewee: 3.7.1 -> 3.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-peewee/versions
2018-12-25 01:21:47 -05:00
R. RyanTM
80ceb35158 python37Packages.nvchecker: 1.2.7 -> 1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nvchecker/versions
2018-12-24 11:46:37 -08:00
Ivan Kozik
82470c2e3b snscrape: init at 0.1.3 (#52758) 2018-12-24 11:42:06 +01:00
Robert Schütz
461552526b python.pkgs.django_1_8: 1.8.18 -> 1.8.19
This fixes CVE-2018-7536 and CVE-2018-7537:
https://www.djangoproject.com/weblog/2018/mar/06/security-releases/

cc https://github.com/NixOS/nixpkgs/issues/52679
2018-12-24 11:18:57 +01:00
Izorkin
5948a5a3b0 pythonPackages.pg8000: fix build 2018-12-24 12:05:45 +03:00
Maximilian Bosch
30c6234e15
python3Packages.pyaxmlparser: fix build
The build is currently broken on master[1] due to a major bump of
`click` in fe0af1ce77.

Manually patching `setup.py` temporarily fixes the issue. To ensure that
succeeding builds don't deliver packages breaking at runtime due to
dependency issues I switched to the GitHub archive as source since it
contains tests as well.

Additionally, Python 2.7 support has been dropped. It seems as it
was never intended to support Python3 here, I simply forgot to disable
the Python2 build.

```
TypeError: AXMLParser object is not an iterator
```

[1] https://hydra.nixos.org/build/86108813
2018-12-23 23:15:36 +01:00
Mario Rodas
ff004d0b14 pythonPackages.nose-randomly: add checkPhase (#52628) 2018-12-23 18:40:51 +01:00
R. RyanTM
4ecf1744c9 python37Packages.typed-ast: 1.1.0 -> 1.1.1 (#52700)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-typed-ast/versions
2018-12-23 18:34:26 +01:00
R. RyanTM
c02445eec0 python37Packages.zeep: 3.1.0 -> 3.2.0 (#52699)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-zeep/versions
2018-12-23 18:33:29 +01:00
Christopher Ostrouchov
142687c5c7 python3Packages.flit: 1.0 -> 1.2.1 (#51674) 2018-12-23 18:26:31 +01:00
Yannis Koutras
7cb982776e pythonPackages.cli-helpers: fix dependencies (#52692) 2018-12-23 17:09:45 +01:00
Robert Schütz
07adbdf1e7 python.pkgs.pyliblo: 0.9.2 -> 0.10.0
Fixes #52727.
2018-12-23 17:04:21 +01:00
Maximilian Bosch
db5399b188
Merge pull request #52719 from marsam/fix-scrapy-python37
pythonPackages.scrapy: fix build on Python 3.7
2018-12-23 14:53:25 +01:00
R. RyanTM
49268e7a20 python37Packages.mysqlclient: 1.3.13 -> 1.3.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-mysqlclient/versions
2018-12-23 11:03:53 +01:00
Mario Rodas
706aa7127e
pythonPackages.scrapy: fix build on Python 3.7 2018-12-22 22:33:16 -05:00
Robert Schütz
84ad62efc5
Merge pull request #52578 from elohmeier/fints
add sepaxml & fints
2018-12-22 15:55:22 +01:00
Mario Rodas
ddd91fcfab pythonPackages.django_1_11: 1.11.16 -> 1.11.17 (#52636) 2018-12-22 15:30:11 +01:00
Jörg Thalheim
ea10141de4
Merge pull request #52030 from r-ryantm/auto-update/redis
redis: 5.0.1 -> 5.0.3
2018-12-22 11:03:02 +01:00
Ivan Kozik
12dcd34097 pythonPackages.manhole: disable tests (#52666)
`python: process-tests: 1.2.1 -> 2.0.0` included the change
e6d4f4db27
which removed setup_coverage and thus broke manhole's tests.
2018-12-22 10:53:35 +01:00
Jörg Thalheim
88fbb32522
pythonPackages.thumbor: 6.5.2 -> 6.6.0
now compatible with our pillow
2018-12-22 09:23:17 +01:00
Jörg Thalheim
907e88c1d1
Merge pull request #52607 from lopsided98/python-sh-disable-tests
pythonPackages.sh: fix tests on Python 3.7
2018-12-22 06:53:08 +01:00
Ben Wolsieffer
d08254f7ff pythonPackages.sh: disable failing tests on Darwin 2018-12-21 17:58:43 -05:00
Dmitry Kalinkin
284df60986
Merge pull request #51841 from veprbl/pr/pyjet_fix
pythonPackages.pyjet: fix for python37
2018-12-21 16:57:54 -05:00
Jörg Thalheim
c0611717dc
Merge pull request #52641 from lopsided98/uritemplate-merge
pythonPackages.uritemplate_py: remove
2018-12-21 21:24:52 +01:00
Ben Wolsieffer
26869e7b31 pythonPackages.uritemplate_py: remove
This package is the same as uritemplate.
2018-12-21 14:41:39 -05:00
Ben Wolsieffer
26fb110d81 pythonPackages.sh: fix tests on Python 3.7 2018-12-21 14:00:06 -05:00
Timo Kaufmann
bfca7082d4
Merge pull request #52613 from nyanloutre/pyqt5-fix
pythonPackages.pyqt5: fix sip dependency
2018-12-21 15:28:50 +01:00
nyanloutre
05cf0e1107 pythonPackages.pyqt5: link sip module 2018-12-21 14:06:44 +01:00
nyanloutre
b569b87d4a pythonPackages.sip: change module name
See https://github.com/NixOS/nixpkgs/pull/49400
2018-12-21 14:06:03 +01:00
Michael Raskin
02ce974d04 python2Packages.wptserve: fix build 2018-12-21 13:21:50 +01:00
Ben Wolsieffer
306a07f8d4 pythonPackages.behave: fix build on Python 2.7 2018-12-21 09:59:36 +01:00
Jörg Thalheim
09eeebad26
Merge pull request #52610 from lopsided98/python-github3-cleanup
pythonPackages.github3_py: cleanup
2018-12-21 09:42:41 +01:00
Ben Wolsieffer
7c995f1227 pythonPackages.github3_py: cleanup 2018-12-21 00:26:15 -05:00
Timo Kaufmann
64b9df085d
Revert "python: cypari2: 1.3.1 -> 2.0.0" (#52596)
This reverts commit 7c9ca65480. The
cypari2 update is not ready. The package is pretty much only used for
sage and the update causes problems:
https://trac.sagemath.org/ticket/26442#comment:33
I've already reverted this once before.
2018-12-20 23:51:48 +01:00
Michael Weiss
ba8dbbd010 pythonPackages.raven: 6.9.0 -> 6.10.0 2018-12-20 20:54:29 +01:00
Enno Lohmeier
49406530b6 pythonPackages.fints: init at 2.0.0 2018-12-20 20:07:15 +01:00
Enno Lohmeier
16071bb5cd pythonPackages.sepaxml: init at 2.0.0 2018-12-20 20:07:15 +01:00
Robert Schütz
256deeb33e python.pkgs.pathpy: improve expression 2018-12-20 15:49:15 +01:00
R. RyanTM
82dbdad654 python37Packages.flask_migrate: 2.3.0 -> 2.3.1 (#52117)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-flask-migrate/versions
2018-12-20 15:28:50 +01:00
Timo Kaufmann
51fdee8b92
pythonPackages.jupytext: init at 0.8.4 (#52545) 2018-12-20 12:18:30 +01:00
R. RyanTM
ca5ee6dfb7 python37Packages.kafka-python: 1.4.3 -> 1.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-kafka-python/versions
2018-12-19 18:07:22 -05:00
R. RyanTM
eeb00cc570 python37Packages.dominate: 2.3.4 -> 2.3.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-dominate/versions
2018-12-19 18:05:20 -05:00
Herwig Hochleitner
77293ac160 Revert "python: azure-mgmt-storage: 0.20.0 -> 3.0.0"
This reverts commit 95569262bb.

https://github.com/NixOS/nixpkgs/issues/52547
2018-12-20 00:00:39 +01:00
Herwig Hochleitner
88559cb49e Revert "python: azure-mgmt-resource: 0.20.1 -> 2.0.0"
This reverts commit 4218dc2ba7.

https://github.com/NixOS/nixpkgs/issues/52547
2018-12-20 00:00:39 +01:00
Herwig Hochleitner
cda0e2b7ec Revert "python: azure-mgmt-nspkg: 1.0.0 -> 3.0.2"
This reverts commit 8d58469a61.

https://github.com/NixOS/nixpkgs/issues/52547
2018-12-20 00:00:39 +01:00
Herwig Hochleitner
ab88bd38eb Revert "python: azure-mgmt-network: 0.20.1 -> 2.2.1"
This reverts commit a944d0fcc8.

https://github.com/NixOS/nixpkgs/issues/52547
2018-12-20 00:00:39 +01:00
Herwig Hochleitner
e388eb974c Revert "python: azure-mgmt-compute: 0.20.0 -> 4.3.1"
This reverts commit 2e2916b647.

https://github.com/NixOS/nixpkgs/issues/52547
2018-12-20 00:00:39 +01:00
R. RyanTM
fb61d7a70b python37Packages.sphinxcontrib-bibtex: 0.4.0 -> 0.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-sphinxcontrib-bibtex/versions
2018-12-19 17:58:56 -05:00
R. RyanTM
1e0d7f99f1 python37Packages.google_cloud_vision: 0.34.0 -> 0.35.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-google-cloud-vision/versions
2018-12-19 17:57:00 -05:00
Timo Kaufmann
979b88b2bc
pythonPackages.pathpy: skip performance test (#52548)
The test may fail non-deterministically, as it does right now on hydra.
2018-12-19 23:53:17 +01:00
R. RyanTM
53ea46b450 python37Packages.facebook-sdk: 3.0.0 -> 3.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-facebook-sdk/versions
2018-12-19 17:52:06 -05:00
R. RyanTM
1f99218b61 python37Packages.elpy: 1.26.0 -> 1.27.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-elpy/versions
2018-12-19 17:49:56 -05:00
Timo Kaufmann
af83f8b398
pythonPackages.absl-py: fix python2 build (#52544) 2018-12-19 23:19:16 +01:00
Benjamin Hipple
6206a342e0 mkl: include Intel's libiomp.so in the MKL RPM unpack
Since Intel's default openmp implementation is available in the same src
tarball, we can just include it in the package. This means that `mkl` now "just
works" without any environment variables, fragile setup-hooks, or forced
propagation.

Since the openmp implementation is only needed at runtime (and for test cases),
users can substitute a different one if they prefer by exporting it with
`LD_PRELOAD`, which is how Intel recommends handling this. If they do not do so,
`libiomp.so` lives next to `libmkl_rt.so` and thus will be in the RPATH as a
sane default.

Since this still comes from the same src tarball, we can ship it without losing
the fixed-output derivation; likewise, since Hydra is not building or caching
these, shipping these proprietary packages costs no bandwidth for the nix
community.
2018-12-19 22:05:22 +01:00
Franz Pletz
65dfc2b272
Merge pull request #51914 from dotlambda/home-assistant-python37
home-assistant: use python37
2018-12-19 19:32:11 +00:00
Robert Schütz
c5ef5c9137 python.pkgs.cherrypy: disable on python2 2018-12-19 17:10:20 +01:00
Robert Schütz
407f9ba5c9 python.pkgs.objgraph: fix build
Fixes https://github.com/NixOS/nixpkgs/issues/52518.
2018-12-19 14:14:36 +01:00
Florian Klink
e5db0df0b5
Merge pull request #52115 from r-ryantm/auto-update/python3.7-Django
python37Packages.django_2_1: 2.1.3 -> 2.1.4
2018-12-19 11:18:53 +01:00
Florian Klink
959ac46e99
Merge pull request #52113 from r-ryantm/auto-update/python3.7-dropbox
python37Packages.dropbox: 9.1.0 -> 9.2.0
2018-12-19 11:18:30 +01:00
Robert Schütz
5fda32e6f1 python.pkgs.mt-940: 4.10.0 -> 4.12.2 2018-12-19 10:24:26 +01:00
Frederik Rietdijk
3504cfea6b
Merge pull request #52125 from r-ryantm/auto-update/python3.7-folium
python37Packages.folium: 0.6.0 -> 0.7.0
2018-12-19 09:28:11 +01:00
R. RyanTM
4b06edd148 python37Packages.aioconsole: 0.1.10 -> 0.1.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-aioconsole/versions
2018-12-19 09:26:48 +01:00
Eamonn Coughlan
7c2d638802 ipykernel: fix permissions when installing kernels 2018-12-19 09:18:28 +01:00
Frederik Rietdijk
911d1853ca Merge master into staging-next 2018-12-19 08:57:41 +01:00
R. RyanTM
6da82e7c35 python37Packages.fonttools: 3.32.0 -> 3.33.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fonttools/versions
2018-12-18 14:00:56 -05:00
R. RyanTM
66a6445f66 python36Packages.ase: 3.16.2 -> 3.17.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-ase/versions
2018-12-18 10:11:50 -05:00
Chris Ostrouchov
19d077a157 pythonPackages.pygmo: 2.8 -> 2.9 refactor fix broken package
Introduce a `pagmo2WithPython` which overrides the pagmo2 expression
and enables the pygmo build. Then hand it over to `buildPythonPackage`
by making it the src to produce a usable package.
2018-12-18 10:11:49 -05:00
Robert Schütz
db558b31b9 python3.pkgs.git-annex-adapter: 0.2.0 -> 0.2.1 2018-12-18 14:46:10 +01:00
Peter Simons
63576365fe python-osc: update to latest git snapshot 2018-12-18 12:51:33 +01:00
Frederik Rietdijk
826ab7026e Merge master into staging-next 2018-12-18 09:22:17 +01:00
volth
0ab6572324 libvirt: 4.7.0 -> 4.10.0 2018-12-17 23:12:44 +00:00
Robert Schütz
7a4521ada6
Merge pull request #52124 from r-ryantm/auto-update/python2.7-cmdtest
python27Packages.cmdtest: 0.18 -> 0.32
2018-12-17 00:32:33 +01:00
Robert Schütz
b3beeab014 python.pkgs.cmdtest: use pname 2018-12-17 00:31:45 +01:00
Maximilian Bosch
713561aed9
Merge pull request #52309 from r-ryantm/auto-update/python3.7-eyeD3
python37Packages.eyeD3: 0.8.7 -> 0.8.8
2018-12-16 22:34:37 +01:00
R. RyanTM
d2aaef9f00 python37Packages.dkimpy: 0.9.0 -> 0.9.1 (#52127)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-dkimpy/versions
2018-12-16 14:14:50 +01:00
R. RyanTM
da8276546d python37Packages.daphne: 2.2.2 -> 2.2.3 (#52123)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-daphne/versions
2018-12-16 14:13:00 +01:00
R. RyanTM
93cde0b7c8 python37Packages.billiard: 3.5.0.4 -> 3.5.0.5 (#52121)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-billiard/versions
2018-12-16 14:10:57 +01:00
R. RyanTM
c49358668d python37Packages.parver: 0.1.1 -> 0.2.0 (#52106)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-parver/versions
2018-12-16 13:51:33 +01:00
R. RyanTM
116edb8e7b python37Packages.rfc3986: 1.1.0 -> 1.2.0 (#52079)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-rfc3986/versions
2018-12-16 13:48:02 +01:00
Daiderd Jordan
087ca2ee98
Merge pull request #52183 from r-ryantm/auto-update/python3.7-mypy
python37Packages.mypy: 0.641 -> 0.650
2018-12-16 13:36:44 +01:00
R. RyanTM
4ba0a3d645 python37Packages.eyeD3: 0.8.7 -> 0.8.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-eyed3/versions
2018-12-15 21:43:39 -08:00
Timo Kaufmann
066614a526
pythonPackages.graph-tool: fix build (#52261)
The new version of cgal introduced in #47826 requires a patch (that will
be included in the next graph-tool version).

Fixes #50446
2018-12-16 00:10:33 +01:00
R. RyanTM
2548f6897a python37Packages.cftime: 1.0.2.1 -> 1.0.3.4 (#52108)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cftime/versions
2018-12-15 13:13:00 +01:00
R. RyanTM
fae39f76ff python37Packages.pybtex: 0.21 -> 0.22.0 (#52107)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pybtex/versions
2018-12-15 13:07:31 +01:00
Timo Kaufmann
79642ebd77
Merge pull request #52202 from timokau/cysignals-1.8.0
pythonPackages.cysignals: 1.7.2 -> 1.8.0
2018-12-15 12:57:41 +01:00
Robert Schütz
b1519e64fc
Merge pull request #52187 from danieldk/spacy-2.0.18
python3Packages.spacy: 2.0.16 -> 2.0.18
2018-12-15 11:34:47 +01:00
Fritz Otlinghaus
bf60f8d566 pythonPackages.x256: init at 0.0.3 2018-12-15 18:33:50 +08:00
Robert Schütz
4313a9b6be python.pkgs.ftfy: disable on python2 2018-12-15 11:17:00 +01:00
Daniël de Kok
0730a55dca python3Packages.spacy: 2.0.16 -> 2.0.18
Changes:

https://github.com/explosion/spaCy/releases/tag/v2.0.18
https://github.com/explosion/spaCy/releases/tag/v2.0.17
2018-12-15 10:57:04 +01:00
Daniël de Kok
d1edf245e8 python3Package.thinc: 6.12.0 -> 6.12.1 2018-12-15 10:56:59 +01:00
Timo Kaufmann
0cca124b04 pythonPackages.cysignals: 1.7.2 -> 1.8.0 2018-12-15 10:42:40 +01:00
R. RyanTM
c0f88f637f python37Packages.astropy: 3.0.5 -> 3.1 (#52152)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-astropy/versions
2018-12-15 10:41:14 +01:00
R. RyanTM
49b967c7dd python37Packages.mypy: 0.641 -> 0.650
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-mypy/versions
2018-12-15 00:00:38 -08:00
Alexey Shmalko
40f6f1590b
Merge pull request #51986 from ivan/add-grab-site
grab-site: init at 2.1.11
2018-12-15 03:33:05 +02:00
Dmitry Kalinkin
246efb21e5
Merge pull request #50221 from hyphon81/add/gym-add
pythonPackages.gym: init at 0.9.6
2018-12-14 20:03:16 -05:00
Dmitry Kalinkin
269b100180
gym: remove dot in meta.description 2018-12-14 20:02:15 -05:00
R. RyanTM
35df6f5d75 python37Packages.folium: 0.6.0 -> 0.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-folium/versions
2018-12-14 15:07:24 -08:00
R. RyanTM
3f145d8e50 python27Packages.cmdtest: 0.18 -> 0.32
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-cmdtest/versions
2018-12-14 15:01:29 -08:00
Ivan Kozik
cb3e6e72b9 pythonPackages.fb-re2: init at 1.0.6 2018-12-14 22:21:44 +00:00
Ivan Kozik
33b906bacf pythonPackages.ludios_wpull: init at 3.0.7 2018-12-14 22:21:36 +00:00
Robert Schütz
d94ac27dc5 python.pkgs.tweepy: 3.6.0 -> 3.7.0 2018-12-14 23:21:33 +01:00
Ivan Kozik
9295ffbf8e pythonPackages.namedlist: init at 1.7 2018-12-14 22:20:04 +00:00
Florian Klink
3a5dbfd681
Merge pull request #52051 from r-ryantm/auto-update/python3.7-twilio
python37Packages.twilio: 6.19.2 -> 6.21.0
2018-12-14 22:29:20 +01:00
R. RyanTM
375f2c23dd python37Packages.django_2_1: 2.1.3 -> 2.1.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django/versions
2018-12-14 13:27:31 -08:00
R. RyanTM
1ba7f11905 python37Packages.dropbox: 9.1.0 -> 9.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-dropbox/versions
2018-12-14 13:13:04 -08:00
Robert Schütz
6fbc9c4c6c python.pkgs.colorlog: 3.1.4 -> 4.0.2 2018-12-14 22:11:20 +01:00
Robert Schütz
e0af2df260 python.pkgs.yarl: 1.2.6 -> 1.3.0 2018-12-14 21:34:11 +01:00
Robert Schütz
fddf00c5b1
python37Packages.pycountry: 18.5.26 -> 18.12.8 (#52104)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pycountry/versions
2018-12-14 21:16:02 +01:00
R. RyanTM
849726f760 python37Packages.pyshp: 1.2.12 -> 2.0.0 (#52105)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyshp/versions
2018-12-14 21:15:44 +01:00
R. RyanTM
873cf894f8 python37Packages.misaka: 2.1.0 -> 2.1.1 (#52093)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-misaka/versions
2018-12-14 21:08:16 +01:00
R. RyanTM
f02fc7610c python37Packages.phonenumbers: 8.10.0 -> 8.10.2 (#52094)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-phonenumbers/versions
2018-12-14 21:08:01 +01:00
R. RyanTM
ea82d95949 python37Packages.pydot: 1.2.4 -> 1.4.0 (#52101)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pydot/versions
2018-12-14 21:05:38 +01:00
R. RyanTM
ae46af2a51 python37Packages.pyfiglet: 0.7.6 -> 0.8.post0 (#52103)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyfiglet/versions
2018-12-14 21:04:25 +01:00
R. RyanTM
153c14a9e4 python37Packages.mwclient: 0.9.2 -> 0.9.3 (#52102)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-mwclient/versions
2018-12-14 21:04:02 +01:00
R. RyanTM
af18f6b121 python37Packages.rasterio: 1.0.10 -> 1.0.12 (#52099)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-rasterio/versions
2018-12-14 20:59:58 +01:00
R. RyanTM
867590b6f7 python37Packages.pycountry: 18.5.26 -> 18.12.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pycountry/versions
2018-12-14 11:53:54 -08:00
Mario Rodas
87d84a6397 pythonPackages.pytest-dependency: init at 0.4.0 (#51912) 2018-12-14 20:53:02 +01:00
R. RyanTM
f58d21ac87 python37Packages.sphinx-testing: 0.7.2 -> 0.8.1 (#52061)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-sphinx-testing/versions
2018-12-14 20:21:52 +01:00
R. RyanTM
b5a69a2557 python37Packages.s3fs: 0.1.6 -> 0.2.0 (#52066)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-s3fs/versions
2018-12-14 20:20:50 +01:00
R. RyanTM
ff2ef48484 python37Packages.yapf: 0.24.0 -> 0.25.0 (#52071)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-yapf/versions
2018-12-14 20:20:00 +01:00
R. RyanTM
b366c1597d python37Packages.ptest: 1.5.3 -> 1.7.4 (#52087)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ptest/versions
2018-12-14 19:34:31 +01:00
R. RyanTM
fc75d55296 python37Packages.prov: 1.5.2 -> 1.5.3 (#52089)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-prov/versions
2018-12-14 19:33:12 +01:00
R. RyanTM
e17cb15e73 python27Packages.spambayes: 1.1b2 -> 1.1b3 (#52080)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-spambayes/versions
2018-12-14 19:21:30 +01:00
R. RyanTM
517534810d python37Packages.splinter: 0.9.0 -> 0.10.0 (#52081)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-splinter/versions
2018-12-14 19:20:08 +01:00
R. RyanTM
171b112ef1 python37Packages.rpy2: 2.9.4 -> 2.9.5 (#52084)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-rpy2/versions
2018-12-14 19:16:35 +01:00
R. RyanTM
4387bbf149 python37Packages.ordered-set: 3.0.2 -> 3.1 (#52086)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ordered-set/versions
2018-12-14 19:09:05 +01:00
R. RyanTM
74fd4f357a python37Packages.timeout-decorator: 0.4.0 -> 0.4.1 (#52085)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-timeout-decorator/versions
2018-12-14 19:04:06 +01:00
Robert Schütz
be096f9a27 python3.pkgs.git-annex-adapter: fix broken test
Apply https://github.com/alpernebbi/git-annex-adapter/pull/9.
2018-12-14 18:51:26 +01:00
Jörg Thalheim
8dd2fb2ffb
Merge pull request #52064 from r-ryantm/auto-update/python3.7-scp
python37Packages.scp: 0.12.1 -> 0.13.0
2018-12-14 15:43:01 +00:00
R. RyanTM
3c249e2cab python37Packages.scp: 0.12.1 -> 0.13.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-scp/versions
2018-12-14 07:22:49 -08:00
Jörg Thalheim
44b02b52ea
Merge pull request #52050 from r-ryantm/auto-update/python3.7-urwidtrees
python37Packages.urwidtrees: 1.0 -> 1.0.2
2018-12-14 14:08:15 +00:00
R. RyanTM
92975d07c6 python37Packages.twilio: 6.19.2 -> 6.21.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-twilio/versions
2018-12-14 06:01:58 -08:00
R. RyanTM
6443b8ecb7 python37Packages.urwidtrees: 1.0 -> 1.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-urwidtrees/versions
2018-12-14 05:55:40 -08:00
Lorenzo Manacorda
6283971a2c slither-analyzer: init at 0.3.0 2018-12-13 13:37:38 -05:00
Jörg Thalheim
3d4cb55b71
Merge pull request #51937 from ivan/add-cchardet
pythonPackages.cchardet: init at 2.1.4
2018-12-13 13:58:08 +00:00
Alexey Shmalko
bb14e3b1fb
Merge pull request #51929 from ivan/add-manhole
pythonPackages.manhole: init at 1.5.0
2018-12-13 13:39:36 +02:00
Ivan Kozik
76dc4b56f7 pythonPackages.cchardet: init at 2.1.4 2018-12-13 11:12:59 +00:00
Ivan Kozik
e7ec6cdf11 pythonPackages.manhole: init at 1.5.0 2018-12-13 09:07:13 +00:00
Ivan Kozik
f1b814a879 pythonPackages.lmdb: enable tests (#51931) 2018-12-13 09:08:05 +01:00
Ivan Kozik
2232135cf9 pythonPackages.Yapsy: 1.11.223 -> 1.12.0 and enable tests (#51925) 2018-12-13 08:30:49 +01:00
Jörg Thalheim
f49e2ad365
Merge pull request #51758 from rasendubi/pynvim
pythonPackages.neovim-0.3.0 -> pythonPackages.pynvim-0.3.1
2018-12-12 17:01:25 +00:00
Robert Schütz
34f04810cf
Merge pull request #51904 from worldofpeace/secretstorage/3.1.0
python3Packages.secretstorage: 2.3.1 -> 3.1.0
2018-12-12 16:50:41 +01:00
Robert Schütz
cee5f2b622 python.pkgs.ruamel_yaml: do not depend on typing
The dependency was removed in version 0.14.9.
2018-12-12 16:44:05 +01:00
worldofpeace
851e2c7e21 python3Packages.secretstorage: 2.3.1 -> 3.1.0
Changelog: https://github.com/mitya57/secretstorage/blob/master/changelog

Pertinent changes:

- ported from dbus-python to jeepney
  Thusly Python 3.5 or newer is required.
- We can use pypi
- Add pygobject3
2018-12-12 10:22:57 -05:00
worldofpeace
9f66479ffc python3Packages.jeepney: init at 0.4 2018-12-12 10:22:56 -05:00
Gabriel Ebner
a9d7a31817 alot: 0.7 -> 0.8 2018-12-12 13:31:32 +01:00
Justin Humm
df6010aa3a
python3Packages.cytoolz: fix build
cytoolz has a test failure with Python 3.7 [0]. There is a debian patch
for it, which didn't make it into upstream yet [1].

[0] https://github.com/pytoolz/cytoolz/issues/122
[1] 5ce4158dee/debian/patches/py37.patch
2018-12-11 16:06:48 +01:00
Mario Rodas
cf46e28f0a
pythonPackages.robotframework-selenium2library: 1.6.0 -> 3.0.0 2018-12-11 09:10:00 -05:00
Mario Rodas
850b2592c3
pythonPackages.robotframework-seleniumlibrary: init at 3.2.0 2018-12-11 09:10:00 -05:00
Mario Rodas
0890aa4d6a
pythonPackages.mockito: init at 1.1.1 2018-12-11 09:10:00 -05:00