Commit Graph

6345 Commits

Author SHA1 Message Date
Timo Kaufmann
3421430d9c
Merge pull request #49182 from r-ryantm/auto-update/python3.6-Flask-Babel
python36Packages.flask-babel: 0.11.2 -> 0.12.2
2018-10-26 21:48:54 +02:00
R. RyanTM
b26fc63e20 python36Packages.flask-babel: 0.11.2 -> 0.12.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.6-flask-babel/versions
2018-10-26 12:21:31 -07:00
lewo
26e471ab30
Merge pull request #48842 from bhipple/add/bitarray
pythonPackages.bitarray: init at 0.8.3
2018-10-26 18:35:36 +02:00
Chris Ostrouchov
550d80880d pythonPackages.ntfy: 1.2.0 -> 2.6.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
ad43964627 pythonPackages.memory_profiler: 0.41 -> 0.54.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
2f99da4ec8 pythonPackages.nose2: 0.5.0 -> 0.8.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
a85eb1035c pythonPackages.pycontracts: 1.8.3 -> 1.8.6 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
fb8b2e901e pythonPAckages.nameparser: 0.3.4 -> 1.0.1 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
b40cec3b7a pythonPAckages.pympler: 0.4.3 -> 0.6 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
2bb31202a2 pythonPAckages.pytest-django: 3.1.2 -> 3.4.3 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
923acba10e pythonPackages.django-discover-runner: init at 1.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
758f4ce2b8 pythonPackages.dj-email-url: init at 0.1.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
012404a858 pythonPackages.django-configurations: init at 2.1 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
f575ae13fa pythonPackages.django-cache-url: init at 3.0.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
36eee63f36 pythonPAckages.dj-search-url: init at 0.1 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
f13d6d3e46 pythonPackages.rpmfluff: 0.5.3 -> 0.5.5 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
445340809f pythonPackages.trio: 0.7.0 -> 0.9.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
a501a0e172 pythonPackages.twine: 1.11.0 -> 1.12.1 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
9406b36e9d pythonPackages.python-telegram-bot: 10.1.0 -> 11.1.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
1fa6e372b2 pythonPackages.uncompyle6: 2.8.3 -> 3.2.3 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
78885a6302 pythonPackages.xdis: 3.2.4 -> 3.8.8 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
4182bba9fe pythonPackages.spark_parser: 1.4.0 -> 1.8.7 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
5aed95f8b4 pythonPackages.structlog: 17.2.0 -> 18.2.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
e3bf962bb8 python3PAckages.python-rapidjson: init at 0.6.3 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
b89aa04c12 pythonPackages.uproot: 2.9.11 -> 3.2.6 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
0a4f70663e pythonPackages.uproot-methods: init at 0.2.5 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
a19b12e797 pythonPackages.awkward: init at 0.3.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
6ce6637219 pythonPackages.selenium: 3.8.1 -> 3.14.1 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
3446af99ab pythonPackages.whichcraft: 0.4.1 -> 0.5.2 resolve libcLocales issue 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
8bca8527bd python3Packages.zeroconf: 0.20.0 -> 0.21.3 removes python3 support 2018-10-26 16:37:52 +02:00
Chris Ostrouchov
2854322cb8 pythonPackages.ifaddr: init at 0.1.4 2018-10-26 16:37:52 +02:00
Dmitry Kalinkin
e76082a941
pyarrow: disable jvm test 2018-10-25 23:14:27 -04:00
Dmitry Kalinkin
6ae3cb4d36
pythonPackages.pyarrow: fix running tests on hydra
This replaces standard checkPhase using setup.py that uses pytest-runner
with an explicit call to pytest. One reason to do that is because
setup.py triggers another rebuild when asked to do "test". Another
reason is that there seems to be a conflict between possible imports for
pyarrow: `pwd`/pyarrow vs $out/pyarrow. By some unknown reason this
triggers an import error on hydra and ofborg, but not on my machine. The
solution here is to remove `pwd`/pyarrow, keep the tests and use direct
call to pytest (setup.py needs `pwd`/pyarrow). The added benefit is that
we are now testing what is installed in $out.
2018-10-25 23:12:16 -04:00
Jörg Thalheim
1780ecb041
Merge pull request #49016 from r-ryantm/auto-update/python3.6-fusepy
python36Packages.fusepy: 2.0.4 -> 3.0.1
2018-10-25 17:56:04 +01:00
Jörg Thalheim
1ee5b2f07e
Merge pull request #49051 from r-ryantm/auto-update/python3.6-evdev
python36Packages.evdev: 1.0.0 -> 1.1.2
2018-10-25 17:54:27 +01:00
Jörg Thalheim
7a408ff055
Merge pull request #49030 from r-ryantm/auto-update/python3.6-elpy
python36Packages.elpy: 1.9.0 -> 1.25.0
2018-10-25 17:50:36 +01:00
Jörg Thalheim
8708dac063
Merge pull request #49041 from r-ryantm/auto-update/python3.6-fido2
python36Packages.fido2: 0.3.0 -> 0.4.0
2018-10-25 17:34:10 +01:00
Jörg Thalheim
8b5ee27ff4
Merge pull request #49042 from r-ryantm/auto-update/python3.6-influxdb
python36Packages.influxdb: 4.0.0 -> 5.2.0
2018-10-25 17:32:31 +01:00
Jörg Thalheim
4ad62b6d0f
Merge pull request #49061 from r-ryantm/auto-update/python2.7-ipaddr
python27Packages.ipaddr: 2.1.11 -> 2.2.0
2018-10-25 17:24:17 +01:00
Jörg Thalheim
e73db6182f
Merge pull request #49057 from r-ryantm/auto-update/python3.6-Chameleon
python36Packages.chameleon: 2.25 -> 3.5
2018-10-25 15:07:23 +01:00
Jörg Thalheim
e6ea928539
Merge pull request #49063 from r-ryantm/auto-update/python3.6-adal
python36Packages.adal: 1.0.2 -> 1.2.0
2018-10-25 15:00:56 +01:00
R. RyanTM
5e4541df7a python36Packages.mypy: 0.630 -> 0.641
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-mypy/versions
2018-10-24 20:46:40 +02:00
R. RyanTM
df535a6fd1 python36Packages.django_environ: 0.4.0 -> 0.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.6-django-environ/versions
2018-10-24 20:14:25 +02:00
R. RyanTM
27da6c5c50 python36Packages.flask_oauthlib: 0.9.3 -> 0.9.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.6-flask-oauthlib/versions
2018-10-24 20:11:58 +02:00
R. RyanTM
073ded7c93 python36Packages.celery: 4.2.0 -> 4.2.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.6-celery/versions
2018-10-24 20:11:38 +02:00
R. RyanTM
85e92a9430 python36Packages.IBMQuantumExperience: 2.0.3 -> 2.0.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.6-ibmquantumexperience/versions
2018-10-24 20:08:38 +02:00
R. RyanTM
4188094106 python36Packages.gsd: 1.5.2 -> 1.5.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.6-gsd/versions
2018-10-24 20:07:55 +02:00
R. RyanTM
34f3354ccd python36Packages.gnureadline: 6.3.3 -> 6.3.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.6-gnureadline/versions
2018-10-24 20:07:34 +02:00
R. RyanTM
91c0b03801 python36Packages.django_hijack: 2.1.5 -> 2.1.9
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-django-hijack/versions
2018-10-24 20:07:15 +02:00
R. RyanTM
653077b333 python36Packages.bjoern: 2.2.2 -> 2.2.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.6-bjoern/versions
2018-10-24 20:06:52 +02:00
R. RyanTM
1bf7c848d1 python36Packages.augeas: 1.0.2 -> 1.0.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.6-augeas/versions
2018-10-24 20:06:30 +02:00
R. RyanTM
9a9db29d75 python36Packages.astropy: 3.0.4 -> 3.0.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.6-astropy/versions
2018-10-24 20:02:15 +02:00
R. RyanTM
a57aabe18f python36Packages.adal: 1.0.2 -> 1.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.6-adal/versions
2018-10-24 10:58:40 -07:00
R. RyanTM
0013bc3056 python36Packages.google_api_core: 1.3.0 -> 1.5.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-google-api-core/versions
2018-10-24 10:55:19 -07:00
R. RyanTM
c09c4b9ff1 python27Packages.ipaddr: 2.1.11 -> 2.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/python2.7-ipaddr/versions
2018-10-24 10:48:46 -07:00
R. RyanTM
cfca8b528c python36Packages.chameleon: 2.25 -> 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.6-chameleon/versions
2018-10-24 10:37:08 -07:00
R. RyanTM
b457c1282b python36Packages.evdev: 1.0.0 -> 1.1.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.6-evdev/versions
2018-10-24 09:54:42 -07:00
R. RyanTM
13c8469938 python36Packages.icalendar: 3.9.0 -> 4.0.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.6-icalendar/versions
2018-10-24 09:16:15 -07:00
R. RyanTM
dae80d35fd python36Packages.influxdb: 4.0.0 -> 5.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.6-influxdb/versions
2018-10-24 09:06:38 -07:00
R. RyanTM
6cb7d25090 python36Packages.fido2: 0.3.0 -> 0.4.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-fido2/versions
2018-10-24 09:03:33 -07:00
R. RyanTM
dd2534b287 python36Packages.django_extensions: 2.0.7 -> 2.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.6-django-extensions/versions
2018-10-24 08:46:06 -07:00
R. RyanTM
fbfd51a8c6 python36Packages.django-picklefield: 1.0.0 -> 1.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.6-django-picklefield/versions
2018-10-24 08:42:51 -07:00
R. RyanTM
810385d62b python36Packages.ftfy: 4.4.3 -> 5.3.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-ftfy/versions
2018-10-24 08:34:22 -07:00
R. RyanTM
f7d26489cc python36Packages.elpy: 1.9.0 -> 1.25.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-elpy/versions
2018-10-24 08:21:05 -07:00
R. RyanTM
77addd67bb python36Packages.i3ipc: 1.4.0 -> 1.5.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.6-i3ipc/versions
2018-10-24 08:11:25 -07:00
R. RyanTM
95371f3de1 python36Packages.kerberos: 1.2.4 -> 1.3.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-kerberos/versions
2018-10-24 16:52:34 +02:00
R. RyanTM
6615b76996 python27Packages.enum: 0.4.4 -> 0.4.7
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-enum/versions
2018-10-24 16:34:46 +02:00
R. RyanTM
c3c05e97d1 python36Packages.django_polymorphic: 2.0.2 -> 2.0.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.6-django-polymorphic/versions
2018-10-24 16:34:24 +02:00
R. RyanTM
fb718dad41 python36Packages.django_nose: 1.4.4 -> 1.4.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.6-django-nose/versions
2018-10-24 16:27:56 +02:00
R. RyanTM
435ee8e1f9 python36Packages.colored: 1.1.5 -> 1.3.93
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-colored/versions
2018-10-24 16:27:44 +02:00
R. RyanTM
0aa3b6c0bf python36Packages.d2to1: 0.2.12 -> 0.2.12.post1
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-d2to1/versions
2018-10-24 16:27:20 +02:00
sveitser
5e4fd34cfe
pythonPackages.sh: move to python-modules 2018-10-24 22:10:04 +08:00
R. RyanTM
47a082dbab python36Packages.fusepy: 2.0.4 -> 3.0.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.6-fusepy/versions
2018-10-24 07:00:51 -07:00
R. RyanTM
dce4042b26 python36Packages.ipyparallel: 6.2.2 -> 6.2.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.6-ipyparallel/versions
2018-10-24 15:57:05 +02:00
R. RyanTM
0b51a12e48 python36Packages.pycountry: 1.17 -> 18.5.26
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-pycountry/versions
2018-10-24 15:36:31 +02:00
R. RyanTM
fe7c001cbc python36Packages.ezdxf: 0.8.1 -> 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.6-ezdxf/versions
2018-10-24 15:21:13 +02:00
R. RyanTM
835043a6f6 python36Packages.plotly: 3.1.1 -> 3.3.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-plotly/versions
2018-10-24 15:20:26 +02:00
R. RyanTM
6676cf6e88 python36Packages.powerline: 2.6 -> 2.7
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-powerline/versions
2018-10-24 15:20:05 +02:00
R. RyanTM
09d548484b python36Packages.limnoria: 2016.05.06 -> 2018.09.09
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-limnoria/versions
2018-10-24 15:19:28 +02:00
R. RyanTM
91107eb3c7 python36Packages.jsonpointer: 1.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.6-jsonpointer/versions
2018-10-24 15:18:46 +02:00
R. RyanTM
f891641989 python36Packages.meld3: 1.0.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.6-meld3/versions
2018-10-24 15:18:20 +02:00
R. RyanTM
74bed8afa2 python36Packages.nipy: 0.4.0 -> 0.4.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.6-nipy/versions
2018-10-24 15:17:34 +02:00
R. RyanTM
b83e23c70d python36Packages.persistent: 4.4.2 -> 4.4.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.6-persistent/versions
2018-10-24 15:16:54 +02:00
R. RyanTM
7476843b47 python27Packages.mechanize: 0.3.5 -> 0.3.7
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-mechanize/versions
2018-10-24 15:15:54 +02:00
R. RyanTM
a2a95fd406 python36Packages.poyo: 0.4.0 -> 0.4.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.6-poyo/versions
2018-10-24 15:15:35 +02:00
R. RyanTM
1f7c29bc43 python36Packages.keepkey: 4.0.0 -> 4.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.6-keepkey/versions
2018-10-24 15:15:14 +02:00
R. RyanTM
db1a509797 python36Packages.Nuitka: 0.5.25 -> 0.6.0.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.6-nuitka/versions
2018-10-24 15:13:23 +02:00
R. RyanTM
bd7663c9ab python36Packages.pydub: 0.22.1 -> 0.23.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-pydub/versions
2018-10-24 15:13:02 +02:00
R. RyanTM
0ab77afc4e python36Packages.MechanicalSoup: 0.10.0 -> 0.11.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-mechanicalsoup/versions
2018-10-24 15:12:40 +02:00
R. RyanTM
fafead3748 python36Packages.filebytes: 0.9.12 -> 0.9.17
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-filebytes/versions
2018-10-24 15:11:14 +02:00
R. RyanTM
ea1b540208 python27Packages.fudge: 1.1.0 -> 1.1.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/python2.7-fudge/versions
2018-10-24 15:10:54 +02:00
R. RyanTM
d92dcb7ee1 python36Packages.geojson: 2.4.0 -> 2.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.6-geojson/versions
2018-10-24 15:10:36 +02:00
R. RyanTM
5ae13d48d2 python36Packages.django_classytags: 0.6.1 -> 0.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.6-django-classy-tags/versions
2018-10-24 05:19:14 -07:00
R. RyanTM
32032825bf python36Packages.lmdb: 0.92 -> 0.94
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-lmdb/versions
2018-10-24 12:32:17 +02:00
R. RyanTM
616cfefc27 python36Packages.pudb: 2016.2 -> 2018.1 (#48975)
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-pudb/versions
2018-10-24 12:25:02 +02:00
R. RyanTM
53b55573a5 python36Packages.outcome: 0.1.0 -> 1.0.0 (#48978)
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-outcome/versions
2018-10-24 12:20:43 +02:00
Jörg Thalheim
d18a68d51d
Merge pull request #48976 from r-ryantm/auto-update/python3.6-podcastparser
python36Packages.podcastparser: 0.6.2 -> 0.6.4
2018-10-24 11:03:25 +01:00
R. RyanTM
5e2590ba6f python36Packages.podcastparser: 0.6.2 -> 0.6.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.6-podcastparser/versions
2018-10-24 02:09:26 -07:00
Lancelot SIX
93c7503adb
pythonPackages.OWSLib: init at 0.17.0 2018-10-24 10:29:00 +02:00
R. RyanTM
2829d860a4 python36Packages.twilio: 6.8.0 -> 6.19.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.6-twilio/versions
2018-10-24 10:25:46 +02:00
R. RyanTM
a8a11ab31c python36Packages.warlock: 1.2.0 -> 1.3.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-warlock/versions
2018-10-24 10:25:24 +02:00
R. RyanTM
b899fd6a18 python36Packages.python-sql: 0.9 -> 1.0.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-python-sql/versions
2018-10-24 10:25:10 +02:00
R. RyanTM
4e983cdd90 python36Packages.stem: 1.6.0 -> 1.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.6-stem/versions
2018-10-24 10:24:41 +02:00
R. RyanTM
c2c1fe1354 python36Packages.mahotas: 1.4.2 -> 1.4.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.6-mahotas/versions
2018-10-24 10:24:07 +02:00
R. RyanTM
06145c9c81 python36Packages.xdot: 0.9 -> 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.6-xdot/versions
2018-10-24 10:23:41 +02:00
R. RyanTM
27337bcf34 python36Packages.txtorcon: 18.0.2 -> 18.3.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-txtorcon/versions
2018-10-24 10:23:15 +02:00
R. RyanTM
ae88ee9a40 python36Packages.smart_open: 1.6.0 -> 1.7.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.6-smart_open/versions
2018-10-24 10:22:37 +02:00
R. RyanTM
44d0de4394 python36Packages.XlsxWriter: 1.1.1 -> 1.1.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.6-xlsxwriter/versions
2018-10-24 10:22:03 +02:00
R. RyanTM
b4cd03bc4f python36Packages.simpleeval: 0.9.6 -> 0.9.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.6-simpleeval/versions
2018-10-24 10:21:34 +02:00
R. RyanTM
734de7a70b python36Packages.python-utils: 2.2.0 -> 2.3.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-python-utils/versions
2018-10-24 10:21:05 +02:00
R. RyanTM
50ebd47b8a python36Packages.sortedcollections: 0.4.2 -> 1.0.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.6-sortedcollections/versions
2018-10-24 10:20:40 +02:00
R. RyanTM
779dbd6534 python36Packages.validictory: 1.0.0a2 -> 1.1.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.6-validictory/versions
2018-10-24 10:17:30 +02:00
R. RyanTM
65714187a2 python36Packages.transaction: 2.2.1 -> 2.3.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-transaction/versions
2018-10-24 10:17:15 +02:00
R. RyanTM
26d7042548 python36Packages.qtpy: 1.4.2 -> 1.5.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.6-qtpy/versions
2018-10-24 10:16:49 +02:00
R. RyanTM
53f28ca806 python36Packages.typing-extensions: 3.6.5 -> 3.6.6
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-typing_extensions/versions
2018-10-24 10:16:16 +02:00
R. RyanTM
36f54007f9 python36Packages.shellingham: 1.2.6 -> 1.2.7
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-shellingham/versions
2018-10-24 10:15:30 +02:00
R. RyanTM
20576db4b3 python36Packages.rebulk: 0.9.0 -> 1.0.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-rebulk/versions
2018-10-24 10:15:01 +02:00
R. RyanTM
32ef4b1fa7 python36Packages.rply: 0.7.5 -> 0.7.6
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-rply/versions
2018-10-24 10:14:40 +02:00
R. RyanTM
66a6b56e0d python36Packages.scp: 0.11.0 -> 0.12.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.6-scp/versions
2018-10-24 10:13:15 +02:00
R. RyanTM
6b90cda929 python36Packages.statsd: 3.2.1 -> 3.3.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-statsd/versions
2018-10-24 10:12:17 +02:00
R. RyanTM
0f3a51363f python36Packages.schedule: 0.3.2 -> 0.5.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-schedule/versions
2018-10-24 10:11:44 +02:00
R. RyanTM
5286c61128 python36Packages.yamllint: 1.11.1 -> 1.12.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.6-yamllint/versions
2018-10-24 10:11:13 +02:00
R. RyanTM
84339e448e python27Packages.gnutls: 3.0.0 -> 3.1.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/python2.7-python-gnutls/versions
2018-10-24 10:10:54 +02:00
R. RyanTM
035bdbb184 python36Packages.vcrpy: 1.13.0 -> 2.0.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.6-vcrpy/versions
2018-10-24 10:10:34 +02:00
R. RyanTM
7ce5dfb0d3 python36Packages.kazoo: 2.2.1 -> 2.5.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-kazoo/versions
2018-10-24 10:10:07 +02:00
R. RyanTM
11e25c1afd python36Packages.pylama: 7.5.5 -> 7.6.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.6-pylama/versions
2018-10-24 10:09:52 +02:00
Jörg Thalheim
9fdc49328e
Merge pull request #48941 from r-ryantm/auto-update/python3.6-python-jsonrpc-server
python36Packages.python-jsonrpc-server: 0.0.1 -> 0.0.2
2018-10-24 09:05:39 +01:00
R. RyanTM
087d4e8352 python36Packages.pyRFC3339: 0.2 -> 1.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.6-pyrfc3339/versions
2018-10-24 10:01:41 +02:00
R. RyanTM
ef4ef86700 python36Packages.rpy2: 2.9.3 -> 2.9.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.6-rpy2/versions
2018-10-24 10:01:08 +02:00
R. RyanTM
0cbe7f0f6c python36Packages.qtawesome: 0.4.4 -> 0.5.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.6-qtawesome/versions
2018-10-24 10:00:29 +02:00
R. RyanTM
03daa8d9de python36Packages.node-semver: 0.3.0 -> 0.4.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.6-node-semver/versions
2018-10-24 10:00:12 +02:00
R. RyanTM
38ad109cb9 python36Packages.rx: 1.6.0 -> 1.6.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.6-rx/versions
2018-10-24 09:59:00 +02:00
R. RyanTM
78007c47b9 python36Packages.readme_renderer: 21.0 -> 22.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-readme_renderer/versions
2018-10-24 09:58:45 +02:00
R. RyanTM
d40fb550cb python36Packages.prawcore: 0.15.0 -> 1.0.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-prawcore/versions
2018-10-24 09:58:29 +02:00
R. RyanTM
b8e0a873c1 python36Packages.musicbrainzngs: 0.5 -> 0.6
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-musicbrainzngs/versions
2018-10-24 09:58:09 +02:00
R. RyanTM
cb254b005b python36Packages.python-jsonrpc-server: 0.0.1 -> 0.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.6-python-jsonrpc-server/versions
2018-10-23 21:21:45 -07:00
Benjamin Hipple
f65afcb4c3 pythonPackages.bitarray: init at 0.8.3 2018-10-22 17:23:05 -04:00
Timo Kaufmann
9512841e89 pythonPackages.cypari2: 1.2.1 -> 1.3.1 2018-10-22 14:52:19 +02:00
Ivan Kozik
c61ba4d3de pythonPackages.autobahn: 18.8.2 -> 18.9.2 2018-10-21 14:20:30 +00:00
Ivan Kozik
1a3405c228 pythonPackages.txaio: 18.7.1 -> 18.8.1 2018-10-21 14:18:04 +00:00
Chris Ostrouchov
4bb06d7be7 pythonPackages.BoltzTraP2: init at 18.9.1 2018-10-21 14:37:22 +02:00
Frederik Rietdijk
a4c0cdd466
Merge pull request #46564 from jluttine/nikola-8.0.0
pythonPackages.Nikola: 7.8.15 -> 8.0.1
2018-10-21 11:01:36 +02:00
Frederik Rietdijk
86c7662be0 Merge staging-next into master 2018-10-21 08:37:30 +02:00
Daniël de Kok
b932a35c08 pythonPackages.spacy: 2.0.12 -> 2.0.16 2018-10-20 12:20:42 +02:00
Daniël de Kok
b505418a70 pythonPackages.thinc: 6.11.2 -> 6.12.0 2018-10-20 12:20:41 +02:00
Daniël de Kok
5e58e979e4 pythonPackages.preshed: 1.0.1 -> 2.0.1 2018-10-20 12:20:37 +02:00
Daniël de Kok
5653f3d531 pythonPackages.cymem: 1.31.2 -> 2.0.2 2018-10-20 12:20:30 +02:00
Frederik Rietdijk
ca6ee8f519 Merge master into staging-next 2018-10-20 09:40:09 +02:00
Peter Hoeg
8e7dda36a4
Merge pull request #48630 from dotlambda/home-assistant-0.80.1
home-assistant: 0.77.3 -> 0.80.2
2018-10-19 08:00:54 +08:00
Jörg Thalheim
02405cfe83
Merge pull request #48565 from rprospero/sasview-4.2.0
Sasview: unstable -> 4.2.0
2018-10-18 21:44:25 +01:00