Commit Graph

61143 Commits

Author SHA1 Message Date
Matthew Bauer
b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
Michael Eden
cbbde55382 cmake: add ability to cross-compile cmake 2019-02-18 17:41:03 -05:00
Lengyel Balazs
6f9a7f05cf mesa: 18.3.3 -> 18.3.4 2019-02-18 23:24:47 +01:00
Sarah Brofeldt
dcdba11ac9 pandoc: Enable distribution to fix master eval 2019-02-18 21:10:28 +01:00
Frederik Rietdijk
815b77cbe6 Merge master into staging-next 2019-02-18 14:18:04 +01:00
Daniel Garzon
117559bcfa nodePackages_10_x.@angular/cli: init at 7.3.1 2019-02-18 06:01:55 -05:00
Carlos Morera de la Chica
9c406336f1 bazel: fix bash completion 2019-02-18 11:34:35 +01:00
Hlöðver Sigurðsson
c388cecf45 nodePackages_10_x: bump webpack-cli (#55814) 2019-02-18 12:13:17 +02:00
Freezeboy
8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Peter Simons
1472b9902a haskell-pandoc-citeproc: update override for the latest version 2019-02-18 10:39:12 +01:00
Peter Simons
acaa5c1f1a stylish-cabal compiles again. Yay!
Thank you, @pikajude.
2019-02-18 10:39:12 +01:00
Peter Simons
cdc4398b71 Disable failing test suites for pandoc and tasty-hedgehog to fix builds. 2019-02-18 10:39:12 +01:00
Peter Simons
f382de263b pandoc: switch to latest version despite LTS 13.x recommendations
The 2.5.x version no longer passes its test suite with recent versions of its
dependencies.
2019-02-18 10:39:12 +01:00
Peter Simons
64334a7b64 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.1-5-g0b4d758 from Hackage revision
c3f27250ec.
2019-02-18 10:39:12 +01:00
Peter Simons
eba4f12a83 LTS Haskell 13.7 2019-02-18 10:39:10 +01:00
Vincent Laporte
4a21043578 coqPackages.mathcomp-analysis: enable for Coq 8.9 2019-02-18 08:54:11 +01:00
Ryan Mulligan
3b8ee87c27
Merge pull request #53462 from astro/svd2rust
svd2rust: init at 0.14.0
2019-02-17 21:02:28 -08:00
Will Dietz
f9a62dbace gtk3: 3.24.4 -> 3.24.5
* add fribidi as it's now required.
* fetch patches to fix fribidi linking, autoreconf
2019-02-17 20:49:34 -06:00
Will Dietz
750aa7f474 libhandy: 0.0.7 -> 0.0.8
3721b490b6
2019-02-17 20:46:09 -06:00
Will Dietz
99d3982107 libsForQt.qtstyleplugin-kvantum: 0.10.8 -> 0.10.9
https://github.com/tsujan/Kvantum/releases/tag/V0.10.9
2019-02-17 20:36:27 -06:00
Ryan Mulligan
96e17d4db9
Merge pull request #54835 from artemist/one_gadget
one_gadget: init at 1.6.2
2019-02-17 18:14:25 -08:00
Ryan Mulligan
cea567c783
Merge pull request #48835 from mhaselsteiner/wrf_python
add pythonPackage.wrf-python
2019-02-17 14:33:49 -08:00
Ryan Mulligan
0a0f0b355b
Merge pull request #55714 from mpisanko/leiningen-2.9.0
upgrade leiningen to latest (2.9.0)
2019-02-17 14:20:26 -08:00
Ryan Mulligan
cf73f3fe2e
Merge pull request #55970 from tadfisher/ktlint
ktlint: init at 0.30.0
2019-02-17 14:17:28 -08:00
Tad Fisher
b1eb421c1a ktlint: init at 0.30.0 2019-02-17 13:44:55 -08:00
Michal Pisanko
e53ea1fb01 leiningen: 2.8.3 -> 2.9.0 2019-02-18 08:12:39 +11:00
Andrew Miloradovsky
1487317910 opencascade-occt: init at 7.3.0p2
* opencascade-occt: init at 7.3.0p2

This is just a package of the official OpenCASCADE OCCT (not OCE).
2019-02-17 12:54:54 -08:00
Will Dietz
32322da1a6 openblas: fix config breakage introduced for configs using 'false'
My earlier change mistakenly expected `toString false` to produce '0'
instead of the empty string, leading to unexpected config changes.

Intended to address issue mentioned here and in following discussion:

https://github.com/NixOS/nixpkgs/pull/53972#issuecomment-459981602

Sorry, folks!

(special-case handling of bools here makes this "cleanup" a bit
 less of an obvious win but hopefully still preferable overall :))

-----------

makeFlags in resulting derivation, according to this one-liner:

$ nix show-derivation -f . openblas|jq ".[].env.makeFlags"

before:
"BINARY=64 CC=cc CROSS= DYNAMIC_ARCH=1 FC=gfortran HOSTCC=cc INTERFACE64=1 NO_BINARY_MODE= NO_STATIC=1 NUM_THREADS=64 PREFIX=/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9 TARGET=ATHLON USE_OPENMP=1"

after:
"BINARY=64 CC=cc CROSS=0 DYNAMIC_ARCH=1 FC=gfortran HOSTCC=cc INTERFACE64=1 NO_BINARY_MODE=0 NO_STATIC=1 NUM_THREADS=64 PREFIX=/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9 TARGET=ATHLON USE_OPENMP=1"

Without knowing how `placeholder` works, it seems interesting if
entirely unrelated that the `PREFIX` is same for both! :). TIL.
2019-02-17 19:51:55 +01:00
Ryan Mulligan
9a32caa376
Merge pull request #53480 from andrew-d/andrew/git-annex-darwin
gitAndTools.git-annex: wrap binary on not-Linux to use Nixpkgs' coreutils
2019-02-17 10:37:43 -08:00
Ryan Mulligan
58c97c5012
Merge pull request #55585 from Dlahacz/master
postman: 6.7.1 -> 6.7.3
2019-02-17 10:06:11 -08:00
worldofpeace
54f36ae36a
Merge pull request #55261 from r-ryantm/auto-update/librealsense
librealsense: 2.17.1 -> 2.18.0
2019-02-17 15:42:57 +00:00
worldofpeace
6062409767
Merge pull request #55653 from rvolosatovs/update/gotools
gotools: 2018-09-11 -> 2019-02-11
2019-02-17 15:30:42 +00:00
Ryan Mulligan
a0cfb6ec6d
Merge pull request #55935 from zimbatm/mdsh-0.1.2
mdsh: init at 0.1.2
2019-02-17 07:22:15 -08:00
Ryan Mulligan
e48b3308b5
Merge pull request #55730 from plapadoo/fcppt-3.0.0
fcppt: 2.9.0 -> 3.0.0
2019-02-17 07:00:02 -08:00
Vincent Laporte
13e9efbb02 coqPackages.paramcoq: init at 1.1.1 2019-02-17 15:56:43 +01:00
Ryan Mulligan
a954ca52e5
Merge pull request #55035 from uri-canva/bazel-deps
bazel-deps: 2018-11-01 -> 2019-02-01
2019-02-17 06:49:31 -08:00
Frederik Rietdijk
94452556cc python.pkgs.altair: fix build 2019-02-17 14:40:58 +01:00
Frederik Rietdijk
e5293adbb6 python.pkgs.alerta-server: fix build 2019-02-17 14:40:57 +01:00
Frederik Rietdijk
df12dd8ff9 python.pkgs.alerta: fix build 2019-02-17 14:40:57 +01:00
Frederik Rietdijk
e31abb97a5 Revert "python: XStatic-Bootstrap: 3.3.7.1 -> 4.1.3.1"
because this broke the sole user bepasty

This reverts commit c7b4424d58.
2019-02-17 14:40:57 +01:00
Frederik Rietdijk
afa743cd47 arelle: fix build 2019-02-17 14:40:57 +01:00
Frederik Rietdijk
a6c325019e python: texttable: 1.6.0 -> 1.6.1 2019-02-17 14:40:57 +01:00
Frederik Rietdijk
ea433eb7e3 python: telethon-session-sqlalchemy: 0.2.7 -> 0.2.8 2019-02-17 14:40:57 +01:00
Frederik Rietdijk
30655f92ce python: sopel: 6.6.2 -> 6.6.3 2019-02-17 14:40:57 +01:00
Frederik Rietdijk
2e1980d3f7 python: pyupdate: 0.2.23 -> 0.2.26 2019-02-17 14:40:57 +01:00
Frederik Rietdijk
0a9110cac8 python: pytest-forked: 1.0.1 -> 1.0.2 2019-02-17 14:40:56 +01:00
Frederik Rietdijk
a056facf41 python: pyro-ppl: 0.3.1 -> 0.3.1.post1 2019-02-17 14:40:56 +01:00
Frederik Rietdijk
8027150275 python: PyChromecast: 2.5.0 -> 2.5.1 2019-02-17 14:40:56 +01:00
Frederik Rietdijk
351bcf1b29 python: pid: 2.2.2 -> 2.2.3 2019-02-17 14:40:56 +01:00
Frederik Rietdijk
f6b47bb581 python: marshmallow: 2.18.0 -> 2.18.1 2019-02-17 14:40:56 +01:00
Frederik Rietdijk
23bcc77965 python: llfuse: 1.3.5 -> 1.3.6 2019-02-17 14:40:56 +01:00
Frederik Rietdijk
cc51f4b084 python: identify: 1.2.1 -> 1.2.2 2019-02-17 14:40:56 +01:00
Frederik Rietdijk
5db9c23d66 python: httplib2: 0.12.0 -> 0.12.1 2019-02-17 14:40:56 +01:00
Frederik Rietdijk
0b139eb469 python: google-cloud-dataproc: 0.3.0 -> 0.3.1 2019-02-17 14:40:56 +01:00
Frederik Rietdijk
2e76515282 python: gin-config: 0.1.2 -> 0.1.3 2019-02-17 14:40:55 +01:00
Frederik Rietdijk
7557f5651a python: cairocffi: 1.0.1 -> 1.0.2 2019-02-17 14:40:55 +01:00
Frederik Rietdijk
c90dcf2c0e python: botocore: 1.12.94 -> 1.12.96 2019-02-17 14:40:55 +01:00
Frederik Rietdijk
48871fbe47 python: boto3: 1.9.94 -> 1.9.96 2019-02-17 14:40:55 +01:00
Frederik Rietdijk
8b4fe86b5d python: alerta-server: 6.7.3 -> 6.7.4 2019-02-17 14:40:55 +01:00
Frederik Rietdijk
9ed872ebe2 python: WazeRouteCalculator: 0.7 -> 0.7.2 2019-02-17 14:40:55 +01:00
Frederik Rietdijk
93452724bf python: Wand: 0.5.0 -> 0.5.1 2019-02-17 14:40:55 +01:00
Frederik Rietdijk
6f0555b030 python.pkgs: rename pytestflakes to pytest-flakes
to follow naming guideline
2019-02-17 14:40:55 +01:00
Frederik Rietdijk
9dc262c659 pants: mark as broken 2019-02-17 14:40:55 +01:00
Robert Schütz
d35d7b3578 python3.pkgs.cherrypy: 18.0.1 -> 18.1.0 2019-02-17 14:40:54 +01:00
Robert Schütz
742fa0d741 python.pkgs.python-services: init at 1.3.1 2019-02-17 14:40:54 +01:00
Frederik Rietdijk
ec552248f9 python.pkgs.pythonix: mark as broken 2019-02-17 14:40:54 +01:00
Frederik Rietdijk
e722e0c6c1 python.pkgs.trollius: only for python 2 2019-02-17 14:40:54 +01:00
Frederik Rietdijk
9382d2ea76 python.pkgs.distro: mark as broken 2019-02-17 14:40:54 +01:00
Frederik Rietdijk
993bad1695 python.pkgs.qtawesome: fix build 2019-02-17 14:40:54 +01:00
Frederik Rietdijk
1c9977c673 python.pkgs.wurlitzer: init at 1.0.2 2019-02-17 14:40:54 +01:00
Frederik Rietdijk
a8b6bf3262 python.pkgs.datashape: mark as broken 2019-02-17 14:40:54 +01:00
Frederik Rietdijk
d2c3fd5af0 Python: fix outfall after setting strictDeps = true; 2019-02-17 14:40:54 +01:00
Frederik Rietdijk
7397fa2a27 python.pkgs.partd: disable failing test 2019-02-17 14:40:53 +01:00
Frederik Rietdijk
96ff09a854 python.pkgs.murmurhash: fix build 2019-02-17 14:40:53 +01:00
Frederik Rietdijk
424dd6c1c5 python.pkgs.cypari2: fix build
after setting `strictDeps = true;`
2019-02-17 14:40:53 +01:00
Frederik Rietdijk
51e9723ba9 python.pkgs.qtconsole: distinguish between build and check inputs 2019-02-17 14:40:52 +01:00
Frederik Rietdijk
6bffe977fe python.pkgs.pyqt5: fix build 2019-02-17 14:40:52 +01:00
Frederik Rietdijk
5c7531872f python.pkgs.protobuf: fix build 2019-02-17 14:40:52 +01:00
Robert Schütz
d3675b5f77 python.pkgs.kombu: add Pyro4 to checkInputs 2019-02-17 14:40:52 +01:00
Robert Schütz
8dcc98e80b python.pkgs.billiard: add psutil to propagatedBuildInputs 2019-02-17 14:40:52 +01:00
Robert Schütz
e70cf2cd44 python.pkgs.portend: disable flake8 tests
They fail with many occurences of `E117 over-indented`.
2019-02-17 14:40:52 +01:00
Robert Schütz
50a85be787 python.pkgs.mutagen: fix tests with updated pycodestyle 2019-02-17 14:40:52 +01:00
Robert Schütz
e2b68922f3 python.pkgs.pylibgen: no tests in tarball 2019-02-17 14:40:52 +01:00
Frederik Rietdijk
4256099a33 matplotlib: fix pkgconfig situation
We need pkgs.pkgconfig, and not pythonPackages.pkgconfig.
2019-02-17 14:40:51 +01:00
Frederik Rietdijk
0c3197ec08 Revert "python.pkgs.matplotlib: use pkgs.pkgconfig"
This reverts commit c78f98db56.
2019-02-17 14:40:51 +01:00
Spencer Baugh
46f2b49b44 pythonPackages.pkgconfig: use same setupHook as pkgconfig
This setupHook is necessary for actually using pkgconfig. Without this
setupHook, you need to put both pythonPackages.pkgconfig and pkgconfig
into your buildInputs, just to get the setuphook of the latter.

Previously, pythonPackages.pkgconfig depended on pkgconfig as a
propagatedBuildInput, so this setupHook was propagated down to
dependents. That was changed to a regular nativeBuildInput, so now
this setupHook change is necessary for packages to only depend on
pythonPackages.pkgconfig.

A possible alternative is extracting out a common pkgconfigHook
package and having both pythonPackages.pkgconfig and pkgconfig depend
on that with propagatedBuildInputs. That might be necessary to avoid
the buildHook running twice?
2019-02-17 14:40:51 +01:00
Robert Schütz
a876267dee python.pkgs.praw: use pytest_3 2019-02-17 14:40:51 +01:00
Robert Schütz
fc2a5acd03 python.pkgs.oauthlib: 2.0.0 -> 3.0.1 2019-02-17 14:40:51 +01:00
Robert Schütz
254099bf7d python.pkgs.virtualenv: rebase virtualenv-change-prefix.patch 2019-02-17 14:40:51 +01:00
Robert Schütz
45716f553d python.pkgs.aiodns: add typing to propagatedBuildInputs 2019-02-17 14:40:51 +01:00
Robert Schütz
9a36041027 python.pkgs.PasteDeploy: no tests in tarball 2019-02-17 14:40:50 +01:00
Robert Schütz
869d64e2d1 python.pkgs.hkdf: no tests in tarball 2019-02-17 14:40:50 +01:00
Robert Schütz
14e5af2aa7 python.pkgs.pytest-localserver: fix tests 2019-02-17 14:40:50 +01:00
Robert Schütz
114ffa3dd2 python.pkgs.requests_toolbelt: add meta.license 2019-02-17 14:40:50 +01:00
Robert Schütz
a9c8616ce9 python.pkgs.requests_toolbelt: disable tests that access network 2019-02-17 14:40:50 +01:00
Robert Schütz
3c20d3c806 python.pkgs.txaio: use pytest_3
Otherwise, tests fail with
`Fixtures are not meant to be called directly, but are created
automatically when test functions request them as parameters.`
2019-02-17 14:40:50 +01:00
Robert Schütz
4dcbcbb46e python.pkgs.Mako: use pytest_3
With pytest_42, we get
`[pytest] section in setup.cfg files is no longer supported`.
2019-02-17 14:40:50 +01:00
Robert Schütz
904227c646 python.pkgs.pytest-timeout: fix tests 2019-02-17 14:40:50 +01:00
Robert Schütz
d00bfba2d5 python.pkgs.parameterized: update dependencies 2019-02-17 14:40:49 +01:00
Robert Schütz
1c0844f3f2 python.pkgs.whoosh: use pytest_3
With pytest_42, we get
`[pytest] section in setup.cfg files is no longer supported`.
2019-02-17 14:40:49 +01:00
Timo Kaufmann
b8a299c910 python.pkgs.entrypoints: simplify tests
The upstream issue requiring one test to be disabled was fixed:
https://github.com/takluyver/entrypoints/issues/23
2019-02-17 14:40:49 +01:00
Robert Schütz
e751df152b python.pkgs.pycodestyle: remove unused argument 2019-02-17 14:40:49 +01:00
Robert Schütz
0977813095 python.pkgs.pyflakes: run tests 2019-02-17 14:40:49 +01:00
Frederik Rietdijk
a9c41f8f5d python.pkgs.characteristic: fix pytest 4 incompatibility 2019-02-17 14:40:49 +01:00
Frederik Rietdijk
8875a3e706 python.pkgs.ipykernel: disable failing tests 2019-02-17 14:40:49 +01:00
Frederik Rietdijk
64bc5fcf28 python.pkgs.pytest-cov: remove unused deps 2019-02-17 14:40:49 +01:00
Frederik Rietdijk
54941b106e python.pkgs.soupsieve: init at 1.7.3 2019-02-17 14:40:48 +01:00
Frederik Rietdijk
b3febfb850 python.pkgs.pytest_3: keep older version
because not all test suites are compatible with 4 yet.
2019-02-17 14:40:48 +01:00
Frederik Rietdijk
b4acd97729 buildPython*: enable strictDeps 2019-02-17 14:40:48 +01:00
Frederik Rietdijk
72a680e122 python.pkgs.html5lib: disable certain tests
due to pytest change
2019-02-17 14:40:48 +01:00
Frederik Rietdijk
f896d3b3ff python.pkgs.flake8: 3.5.0 -> 3.7.5 2019-02-17 14:40:48 +01:00
Frederik Rietdijk
172b1045ed python: pycodestyle: 2.4.0 -> 2.5.0 2019-02-17 14:40:48 +01:00
Frederik Rietdijk
26626ac9f0 python.pkgs.freezegun: use correct inputs 2019-02-17 14:40:48 +01:00
Frederik Rietdijk
ee38a0d183 python: pytest: 3.9.3 -> 4.2.1 2019-02-17 14:40:48 +01:00
Frederik Rietdijk
e4524dc51c python.pkgs.bootstrapped-pip: wheel 0.32.2 -> 0.33.0, setuptools 40.6.3 -> 40.8.0, pip 18.1 -> 19.0.2 2019-02-17 14:40:48 +01:00
Frederik Rietdijk
1304c0cd63 python: zope.deprecation: 4.3.0 -> 4.4.0 2019-02-17 14:40:48 +01:00
Frederik Rietdijk
d75cd1fcfc python: zope.configuration: 4.3.0 -> 4.3.1 2019-02-17 14:40:47 +01:00
Frederik Rietdijk
3c6abcd1d6 python: zm-py: 0.3.0 -> 0.3.3 2019-02-17 14:40:47 +01:00
Frederik Rietdijk
0c63fd12d0 python: ZConfig: 3.3.0 -> 3.4.0 2019-02-17 14:40:47 +01:00
Frederik Rietdijk
4014455617 python: yattag: 1.10.1 -> 1.11.1 2019-02-17 14:40:47 +01:00
Frederik Rietdijk
57ff9a8881 python: yapf: 0.25.0 -> 0.26.0 2019-02-17 14:40:47 +01:00
Frederik Rietdijk
e5044140b9 python: yamllint: 1.14.0 -> 1.15.0 2019-02-17 14:40:47 +01:00
Frederik Rietdijk
922f5ff77a python: xmltodict: 0.11.0 -> 0.12.0 2019-02-17 14:40:47 +01:00
Frederik Rietdijk
b1602dc618 python: xml2rfc: 2.12.3 -> 2.18.0 2019-02-17 14:40:47 +01:00
Frederik Rietdijk
4c051ae7f5 python: xlrd: 1.1.0 -> 1.2.0 2019-02-17 14:40:47 +01:00
Frederik Rietdijk
2b5cda69eb python: xkcdpass: 1.16.5 -> 1.17.2 2019-02-17 14:40:46 +01:00
Frederik Rietdijk
7382057ec4 python: wsproto: 0.12.0 -> 0.13.0 2019-02-17 14:40:46 +01:00
Frederik Rietdijk
79dc679873 python: wrapt: 1.10.11 -> 1.11.1 2019-02-17 14:40:46 +01:00
Frederik Rietdijk
10baae23ce python: wheel: 0.32.3 -> 0.33.0 2019-02-17 14:40:46 +01:00
Frederik Rietdijk
00a9e6caa0 python: waitress: 1.1.0 -> 1.2.1 2019-02-17 14:40:46 +01:00
Frederik Rietdijk
a69a3e8961 python: voluptuous-serialize: 2.0.0 -> 2.1.0 2019-02-17 14:40:46 +01:00
Frederik Rietdijk
a7431809cf python: virtualenvwrapper: 4.8.2 -> 4.8.4 2019-02-17 14:40:46 +01:00
Frederik Rietdijk
1def91f076 python: virtualenv: 16.1.0 -> 16.4.0 2019-02-17 14:40:46 +01:00
Frederik Rietdijk
663ac63a51 python: virtualenv-clone: 0.2.6 -> 0.5.1 2019-02-17 14:40:46 +01:00
Frederik Rietdijk
a7413f0b7c python: vidstab: 1.0.1 -> 1.5.6 2019-02-17 14:40:45 +01:00
Frederik Rietdijk
ff48fd0bf6 python: venusian: 1.1.0 -> 1.2.0 2019-02-17 14:40:45 +01:00
Frederik Rietdijk
aca72e7953 python: vega_datasets: 0.5.0 -> 0.7.0 2019-02-17 14:40:45 +01:00
Frederik Rietdijk
5a2da811e5 python: uproot: 3.2.15 -> 3.4.5 2019-02-17 14:40:45 +01:00
Frederik Rietdijk
97169aabb5 python: uproot-methods: 0.2.11 -> 0.4.2 2019-02-17 14:40:45 +01:00
Frederik Rietdijk
563a1c5363 python: typed-ast: 1.1.2 -> 1.3.1 2019-02-17 14:40:45 +01:00
Frederik Rietdijk
2b4ecac864 python: txtorcon: 18.3.0 -> 19.0.0 2019-02-17 14:40:45 +01:00
Frederik Rietdijk
1b541e6799 python: twitter.common.options: 0.3.9 -> 0.3.10 2019-02-17 14:40:45 +01:00
Frederik Rietdijk
7d0aacb36e python: twitter.common.log: 0.3.9 -> 0.3.10 2019-02-17 14:40:45 +01:00
Frederik Rietdijk
bef8cb80e4 python: twitter.common.lang: 0.3.9 -> 0.3.10 2019-02-17 14:40:45 +01:00
Frederik Rietdijk
ef7a453503 python: twitter.common.dirutil: 0.3.9 -> 0.3.10 2019-02-17 14:40:44 +01:00
Frederik Rietdijk
a5e09079d5 python: twitter.common.confluence: 0.3.9 -> 0.3.10 2019-02-17 14:40:44 +01:00
Frederik Rietdijk
be9cf3efc4 python: twitter.common.collections: 0.3.9 -> 0.3.10 2019-02-17 14:40:44 +01:00
Frederik Rietdijk
61df2c19be python: twine: 1.12.1 -> 1.13.0 2019-02-17 14:40:44 +01:00
Frederik Rietdijk
5aa33eb817 python: trustme: 0.4.0 -> 0.5.0 2019-02-17 14:40:44 +01:00
Frederik Rietdijk
693f27f1fb python: trio: 0.10.0 -> 0.11.0 2019-02-17 14:40:44 +01:00