Commit graph

56064 commits

Author SHA1 Message Date
R. RyanTM 57fcacf214 flow: 0.85.0 -> 0.86.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/flow/versions
2018-11-19 12:14:32 -08:00
Renaud 7f1943bee5
Merge pull request #50622 from r-ryantm/auto-update/python3.6-jsonref
python36Packages.jsonref: 0.1 -> 0.2
2018-11-19 01:02:21 +01:00
Renaud 5f80e41538
Merge pull request #50632 from r-ryantm/auto-update/python3.6-Flask-Cors
python36Packages.flask-cors: 3.0.6 -> 3.0.7
2018-11-19 00:59:35 +01:00
Renaud 487235e2f0
Merge pull request #50635 from r-ryantm/auto-update/python3.6-confluent-kafka
python36Packages.confluent-kafka: 0.11.5 -> 0.11.6
2018-11-19 00:49:33 +01:00
Renaud 98cf5f46e8
Merge pull request #50640 from r-ryantm/auto-update/python3.6-google-api-core
python36Packages.google_api_core: 1.5.0 -> 1.5.2
2018-11-19 00:48:48 +01:00
Jörg Thalheim f26b325400
Merge pull request #50589 from r-ryantm/auto-update/python3.6-redis
python36Packages.redis: 2.10.6 -> 3.0.1
2018-11-18 23:23:19 +00:00
R. RyanTM 39b0773e95 python36Packages.google_api_core: 1.5.0 -> 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-google-api-core/versions
2018-11-18 15:09:04 -08:00
R. RyanTM c8eaf885d3 python36Packages.qtawesome: 0.5.1 -> 0.5.2
* python36Packages.qtawesome: 0.5.1 -> 0.5.2 (#50603)

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

*  pythonPackages.qtawesome: linux platforms only
2018-11-18 23:49:30 +01:00
Renaud a493b60c74
Merge pull request #50582 from r-ryantm/auto-update/python3.6-uproot-methods
python36Packages.uproot-methods: 0.2.6 -> 0.2.7
2018-11-18 23:48:32 +01:00
Renaud 29fa506332
Merge pull request #50578 from r-ryantm/auto-update/python3.6-uproot
python36Packages.uproot: 3.2.6 -> 3.2.12
2018-11-18 23:48:19 +01:00
Jörg Thalheim bf41830376
Merge pull request #50601 from r-ryantm/auto-update/python3.6-pytest-timeout
python36Packages.pytest-timeout: 1.3.2 -> 1.3.3
2018-11-18 22:46:57 +00:00
Renaud 1145aa8c22
Merge pull request #50600 from r-ryantm/auto-update/python3.6-pyhomematic
python36Packages.pyhomematic: 0.1.50 -> 0.1.51
2018-11-18 23:46:38 +01:00
Renaud a0758c888b
Merge pull request #50586 from r-ryantm/auto-update/python3.6-transaction
python36Packages.transaction: 2.3.0 -> 2.4.0
2018-11-18 23:45:21 +01:00
Jörg Thalheim c1c46601a6
Merge pull request #50627 from r-ryantm/auto-update/python3.6-elpy
python36Packages.elpy: 1.25.0 -> 1.26.0
2018-11-18 22:41:43 +00:00
Jörg Thalheim 1e18cd5224
Merge pull request #50633 from r-ryantm/auto-update/python3.6-Nuitka
python36Packages.Nuitka: 0.6.0.4 -> 0.6.0.6
2018-11-18 22:39:27 +00:00
R. RyanTM a48564303e python36Packages.confluent-kafka: 0.11.5 -> 0.11.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-confluent-kafka/versions
2018-11-18 14:25:15 -08:00
R. RyanTM 151cc7c288 python36Packages.distributed: 1.24.0 -> 1.24.1
* python36Packages.distributed: 1.24.0 -> 1.24.1 (#50621)

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-distributed/versions

* distributed: build for x86 only

x64-darwin + x64-linux
2018-11-18 23:20:15 +01:00
R. RyanTM 8fceacca54 python36Packages.Nuitka: 0.6.0.4 -> 0.6.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-nuitka/versions
2018-11-18 14:06:05 -08:00
R. RyanTM f472264737 python36Packages.flask-cors: 3.0.6 -> 3.0.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-flask-cors/versions
2018-11-18 13:42:30 -08:00
Orivej Desh 023e54404c eigen3_3: fix EIGEN3_INCLUDE_DIR location (#50628)
Eigen assumes that CMAKE_INSTALL_INCLUDEDIR is a path relative to
CMAKE_INSTALL_PREFIX (typically "include"), but CMake supports it being an
absolute path, which is the case in Nixpkgs. This resulted in EIGEN3_INCLUDE_DIR
being set to "/nix/store/…eigen…//nix/store/…eigen…/include/eigen3".

GNUInstallDirs_get_absolute_install_dir requires CMake 3.7.
2018-11-18 21:30:07 +00:00
R. RyanTM d7ef9a7107 python36Packages.qtconsole: 4.4.2 -> 4.4.3
* python36Packages.qtconsole: 4.4.2 -> 4.4.3 (#50590)

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-qtconsole/versions

* pythonPackages.qtconsole: linux platforms only
2018-11-18 22:26:05 +01:00
R. RyanTM 3bc890fb93 python36Packages.elpy: 1.25.0 -> 1.26.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-11-18 13:00:17 -08:00
Renaud 80ddfb6606
Merge pull request #50587 from r-ryantm/auto-update/python3.6-sseclient
python36Packages.sseclient: 0.0.19 -> 0.0.20
2018-11-18 21:46:15 +01:00
Renaud c2d86dff2d
Merge pull request #50584 from r-ryantm/auto-update/python3.6-uranium
python36Packages.uranium: 3.4.1 -> 3.5.1
2018-11-18 21:45:49 +01:00
Renaud 6788fd721b
Merge pull request #50598 from r-ryantm/auto-update/python3.6-pytest-django
python36Packages.pytest-django: 3.4.3 -> 3.4.4
2018-11-18 21:42:43 +01:00
Renaud faa279df3b
Merge pull request #50588 from r-ryantm/auto-update/python3.6-phonenumbers
python36Packages.phonenumbers: 8.9.16 -> 8.10.0
2018-11-18 21:40:42 +01:00
Renaud 3dcecb36e9
Merge pull request #50619 from r-ryantm/auto-update/python3.6-django-nose
python36Packages.django_nose: 1.4.5 -> 1.4.6
2018-11-18 21:32:58 +01:00
Renaud cefceb4d88
Merge pull request #50611 from r-ryantm/auto-update/python3.6-nameparser
python36Packages.nameparser: 1.0.1 -> 1.0.2
2018-11-18 21:29:30 +01:00
Renaud 1e34e5943b
Merge pull request #50606 from r-ryantm/auto-update/python3.6-readme_renderer
python36Packages.readme_renderer: 22.0 -> 24.0
2018-11-18 21:19:27 +01:00
R. RyanTM 52f655bc79 python36Packages.node-semver: 0.4.2 -> 0.5.0 (#50609)
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-11-18 21:16:51 +01:00
R. RyanTM 8f7a3f4238 python36Packages.stripe: 2.6.0 -> 2.10.1 (#50602)
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-stripe/versions
2018-11-18 21:13:42 +01:00
R. RyanTM 0509b86685 python36Packages.jsonref: 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-jsonref/versions
2018-11-18 12:12:20 -08:00
Renaud 53a25ecd83
Merge pull request #50583 from r-ryantm/auto-update/python3.6-yamllint
python36Packages.yamllint: 1.12.1 -> 1.13.0
2018-11-18 20:38:24 +01:00
R. RyanTM fd9a491587 python36Packages.django_nose: 1.4.5 -> 1.4.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-django-nose/versions
2018-11-18 11:27:33 -08:00
Renaud 0a870bfbd2
Merge pull request #50612 from c0bw3b/pkg/live555
live555: 2018.02.28 -> 2018.10.17
2018-11-18 19:15:55 +01:00
Thomas Tuegel f09b1ffbc0
Merge pull request #50248 from bkchr/kde_frameworks_5_52
kde-frameworks: 5.51 -> 5.52
2018-11-18 11:50:33 -06:00
R. RyanTM 418126cf48 python36Packages.nameparser: 1.0.1 -> 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-nameparser/versions
2018-11-18 08:53:10 -08:00
c0bw3b 525e397f64 live555: broken on aarch64 2018-11-18 17:50:27 +01:00
R. RyanTM 16dbe8e534 python36Packages.filebytes: 0.9.17 -> 0.9.18 (#50607)
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-11-18 17:42:05 +01:00
Scott Dunlop 611ef59485 mage: init at 1.7.1
(#46407)
* mage: init at 1.2.4

* mage: init at 1.7.1
2018-11-18 17:35:41 +01:00
Peter Hoeg fb81d629ac live555: 2018.02.28 -> 2018.10.17 2018-11-18 17:34:31 +01:00
Peter Simons efa3790521 haskell-HTF: drop obsolete override for ghc 8.6.x 2018-11-18 17:17:46 +01:00
Peter Simons d2fafac6f0 haskell-brick: update override for ghc-8.6.x to the latest version 2018-11-18 17:17:46 +01:00
Peter Simons a7f387bfe5 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1-9-g91c47b3 from Hackage revision
11be8361ef.
2018-11-18 17:17:39 +01:00
Peter Simons 8e7c14f651 haskell-shake: always use the latest version 2018-11-18 17:17:38 +01:00
Peter Simons a7c9c7592f LTS Haskell 12.19 2018-11-18 17:17:38 +01:00
R. RyanTM 482a6d610f python36Packages.readme_renderer: 22.0 -> 24.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-11-18 08:15:37 -08:00
R. RyanTM 87ef847d13 python36Packages.marshmallow-sqlalchemy: 0.14.1 -> 0.15.0 (#49978)
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-marshmallow-sqlalchemy/versions
2018-11-18 17:12:24 +01:00
xeji a292829e58
Merge pull request #50491 from oxij/pkgs/tiny-fixes
trivial: random fixes
2018-11-18 16:58:55 +01:00
R. RyanTM a58f0014f5 python36Packages.pytest-timeout: 1.3.2 -> 1.3.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-pytest-timeout/versions
2018-11-18 07:48:10 -08:00