Commit graph

220595 commits

Author SHA1 Message Date
worldofpeace 36beb6efa4
Merge pull request #84185 from cpcloud/add-scmpuff
scmpuff: init at 0.3.0
2020-04-07 23:41:22 -04:00
Phillip Cloud 9c2ffc5834 scmpuff: init at 0.3.0
scmpuff is tool to make working with git easier by making it possible
to refer to filenames using numeric shortcuts
2020-04-07 23:41:06 -04:00
Phillip Cloud 89424e142e maintainers: add cpcloud to maintainer-list.nix 2020-04-07 23:41:06 -04:00
worldofpeace d9a056953c
Merge pull request #81693 from lovesegfault/uvcdynctrl-udev
uvcdynctrl: fix udev files
2020-04-07 23:38:50 -04:00
worldofpeace 9fa5658672
Merge pull request #84161 from lovesegfault/ddcci-0.3.3
ddcci: 0.3.2 -> 0.3.3
2020-04-07 23:36:12 -04:00
R. RyanTM 53c6b76dc4 fwts: 20.02.00 -> 20.03.00 2020-04-07 19:35:21 -07:00
R. RyanTM 72cb79e06b libmediainfo: 19.09 -> 20.03 2020-04-07 19:21:45 -07:00
R. RyanTM de6ba564f8 fldigi: 4.1.09 -> 4.1.11 2020-04-07 19:21:30 -07:00
R. RyanTM 9de87dcf4a flrig: 1.3.49 -> 1.3.50 2020-04-07 19:19:41 -07:00
Mario Rodas 09a1f3f601 vault: 1.3.4 -> 1.4.0 2020-04-07 18:54:06 -07:00
Mario Rodas 0f36050b14 xonsh: 0.9.15 -> 0.9.16
Changelog: https://github.com/xonsh/xonsh/releases/tag/0.9.16
2020-04-07 18:53:15 -07:00
Mario Rodas b08633713d
Merge pull request #84656 from r-ryantm/auto-update/stress-ng
stress-ng: 0.11.02 -> 0.11.07
2020-04-07 20:47:42 -05:00
Mario Rodas bfd6cfb713
Merge pull request #84594 from zowoq/shfmt
shfmt: 3.0.2 -> 3.1.0
2020-04-07 20:42:53 -05:00
Drew Risinger 09cd8b63b0 python3Packages.qiskit-aqua: disable slow tests
Arbitrarily disable any tests > 10s on my machine to lighten the build
load (both for borg CI & Hydra builds). All disabled slow tests pass
locally.
2020-04-07 18:41:16 -07:00
Drew Risinger e6b50a24b7 pythonPackages.qiskit: 0.14.0 -> 0.17.0
Updates the qiskit package to follow new Git structure, where
subcomponents are broken into separate packages (terra, aer, etc).

Refactor/cleanup
2020-04-07 18:41:16 -07:00
Drew Risinger 42a1271047 pythonPackages.IBMQuantumExperience: remove deprecated package
Package was deprecated, and effectively replaced by
pythonPackages.qiskit-ibmq-provider.
2020-04-07 18:41:16 -07:00
Drew Risinger 201aacce15 python3Packages.qiskit-ibmq-provider: 0.5.0 -> 0.6.0 2020-04-07 18:41:16 -07:00
Drew Risinger 0261e874d6 pythonPackages.ipyvuetify: init at 1.2.2 2020-04-07 18:41:16 -07:00
Drew Risinger 2e231d51ec pythonPackages.ipyvue: init at 1.3.1 2020-04-07 18:41:16 -07:00
zowoq 190f3a6c06 shfmt: set ldflags 2020-04-08 10:59:35 +10:00
Jonathan Ringer 7c8d21790d libbass: fix sha 2020-04-07 17:59:32 -07:00
Peter Hoeg 4d942683f3
Merge pull request #84368 from r-ryantm/auto-update/freetds
freetds: 1.1.6 -> 1.1.26
2020-04-08 08:53:43 +08:00
Mario Rodas bb5002e056
Merge pull request #84530 from marsam/update-netdata
netdata: 1.20.0 -> 1.21.0
2020-04-07 19:15:33 -05:00
Mario Rodas fae18405e8
Merge pull request #84667 from zowoq/buildah
buildah: 1.14.6 -> 1.14.7
2020-04-07 18:10:31 -05:00
Mario Rodas 3e7348b4d6
Merge pull request #84581 from marsam/fix-skim
skim: fix bash completion
2020-04-07 18:09:53 -05:00
Yves Fischer 25c3d0da53
qcad: init at 3.24.2.1 (#81209)
Co-authored-by: zimbatm <zimbatm@zimbatm.com>
2020-04-07 21:46:50 +00:00
Nikolay Korotkiy 388635f82f
josm: 15937 -> 16239 2020-04-07 23:26:28 +02:00
Michael Weiss d782c440ae
chromiumDev: Add the missing setuptools dependency
The build was failing with:
```
[1625/39505] ACTION //components/schema_org:generate_schema_org_code(//build/toolchain/linux:clang_x64)
FAILED: gen/components/schema_org/schema_org_entity_names.h gen/components/schema_org/schema_org_entity_names.cc gen/components/schema_org/schema_org_property_configurations.h gen/components/schema_org/schema_org_property_configurations.cc gen/components/schema_org/schema_org_property_names.h gen/components/schema_org/schema_org_property_names.cc
python ../../components/schema_org/generate_schema_org_code.py --schema-file ../../third_party/schema_org/schema.jsonld --output-dir gen/components/schema_org --templates templates/schema_org_entity_names.cc.tmpl templates/schema_org_entity_names.h.tmpl templates/schema_org_property_configurations.cc.tmpl templates/schema_org_property_configurations.h.tmpl templates/schema_org_property_names.cc.tmpl templates/schema_org_property_names.h.tmpl
Traceback (most recent call last):
  File "../../components/schema_org/generate_schema_org_code.py", line 22, in <module>
    env = Environment(loader=PackageLoader('generate_schema_org_code', ''))
  File "/build/chromium-83.0.4100.3/components/schema_org/../../third_party/jinja2/loaders.py", line 222, in __init__
    from pkg_resources import DefaultProvider, ResourceManager, \
ImportError: No module named pkg_resources
```
2020-04-07 23:21:28 +02:00
zowoq 0ea00213c7 buildah: 1.14.6 -> 1.14.7
https://github.com/containers/buildah/releases/tag/v1.14.7
2020-04-08 07:11:05 +10:00
Michael Raskin 0db2f2fdf6
Merge pull request #84628 from r-ryantm/auto-update/scowl
scowl: 2018.04.16 -> 2019.10.06
2020-04-07 20:49:41 +00:00
Michael Raskin 2cf0d517c8
Merge pull request #84624 from r-ryantm/auto-update/smbnetfs
smbnetfs: 0.6.1 -> 0.6.2
2020-04-07 20:35:59 +00:00
R. RyanTM 920220123e python37Packages.spyder: 4.1.1 -> 4.1.2 2020-04-07 13:21:58 -07:00
R. RyanTM ff245d646e clash: 0.18.0 -> 0.19.0 2020-04-07 13:16:58 -07:00
R. RyanTM c824f1ec1e bacula: 9.6.2 -> 9.6.3 2020-04-07 13:02:04 -07:00
Edmund Wu dc8a843a85 vscode-extensions.ms-vscode.cpptools: 0.26.3 -> 0.27.0 2020-04-07 12:56:07 -07:00
Edmund Wu b296f001b4 vscode-extensions.ms-python.python: 2020.3.69010 -> 2020.3.71659 2020-04-07 12:56:07 -07:00
R. RyanTM 455251ae9d thinkfan: 1.0.2 -> 1.1 2020-04-07 12:54:57 -07:00
R. RyanTM fe6302c7fa libzen: 0.4.37 -> 0.4.38 2020-04-07 12:33:56 -07:00
R. RyanTM 3e2e7a5c6b gnucash: 3.8b -> 3.9 2020-04-07 12:32:49 -07:00
R. RyanTM d6d2007e7c groovy: 3.0.0 -> 3.0.2 2020-04-07 12:24:19 -07:00
R. RyanTM bf3e71ab7d libgpiod: 1.5 -> 1.5.1 2020-04-07 12:23:13 -07:00
Matthias Beyer b9b3cdf058 buku: 4.2.2 -> 4.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-07 12:18:22 -07:00
Matthias Beyer e4a7fe8f4b python3Packages.flask-reverse-proxy-fix: init at 0.2.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-07 12:18:22 -07:00
R. RyanTM d53c3ce20f stress-ng: 0.11.02 -> 0.11.07 2020-04-07 19:17:55 +00:00
Niklas Hambüchen a4b76d6e80
Merge pull request #84464 from doronbehar/update-sequoia
sequoia: 0.15.0 -> 0.16.0
2020-04-07 21:06:29 +02:00
R. RyanTM 52826281e7 python27Packages.sqlmap: 1.4.3 -> 1.4.4 2020-04-07 12:00:03 -07:00
Domen Kožar c2cedac28c
spring: 104.0.1-1476-g0737b41 -> 104.0.1-1477-g8ecf38a 2020-04-07 20:59:11 +02:00
Jonathan Ringer 9df14757c9 pew: 1.1.2 -> 1.2.0, fix build 2020-04-07 11:58:48 -07:00
Ryan Mulligan f09e5f1bf2
Merge pull request #84635 from r-ryantm/auto-update/scummvm
scummvm: 2.1.1 -> 2.1.2
2020-04-07 11:44:48 -07:00
Daniel Wheeler ae1b83c933 python37Packages.fastapi: 0.49.0 -> 0.54.0 2020-04-07 11:23:32 -07:00