Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testing/gkraken: fix startup | Rasmus Thomsen | 2020-02-13 | 2 | -3/+20 | |
| | ||||||
* | testing/gkraken: new aport | Rasmus Thomsen | 2020-02-13 | 2 | -0/+38 | |
| | | | | | https://gitlab.com/leinardi/gkraken GUI that allows to control cooling of NZXT Kraken X pumps from Linux | |||||
* | testing/py3-injector: downgrade to 0.17.0 | Rasmus Thomsen | 2020-02-13 | 1 | -2/+2 | |
| | | | | Required for gkraken | |||||
* | testing/py3-rx: new aport | Rasmus Thomsen | 2020-02-13 | 1 | -0/+28 | |
| | | | | | http://reactivex.io/ Reactive Extensions (Rx) for Python | |||||
* | testing/py3-pytest-asyncio: new aport | Rasmus Thomsen | 2020-02-13 | 1 | -0/+29 | |
| | | | | | https://github.com/pytest-dev/pytest-asyncio Pytest support for asyncio | |||||
* | testing/py3-injector: new aport | Rasmus Thomsen | 2020-02-13 | 1 | -0/+29 | |
| | | | | | http://github.com/alecthomas/injector Python dependency injection framework, inspired by Guice | |||||
* | testing/liquidctl: new aport | Leo | 2020-02-13 | 1 | -0/+25 | |
| | | | | | https://github.com/jonasmalacofilho/liquidctl Liquid Cooler Control | |||||
* | testing/py3-hidapi: new aport | Leo | 2020-02-13 | 1 | -0/+27 | |
| | | | | | https://github.com/trezor/cython-hidapi Cython interface for hidapi | |||||
* | community/rtl8821ce-lts: move from testing | Kevin Daudt | 2020-02-13 | 1 | -45/+0 | |
| | ||||||
* | testing/ideapad-laptop-modules-lts: remove | Kevin Daudt | 2020-02-13 | 1 | -47/+0 | |
| | | | | This module is not used | |||||
* | testing/rtl8821ce-lts: fix module install path | Kevin Daudt | 2020-02-13 | 1 | -2/+2 | |
| | ||||||
* | testing/rtl8821ce-lts: rename from rtl8821ce-module-linux-lts | Kevin Daudt | 2020-02-13 | 1 | -2/+2 | |
| | ||||||
* | testing/rtl8821ce-module-linux-lts: new aport | Kevin Daudt | 2020-02-13 | 1 | -0/+45 | |
| | ||||||
* | testing/php7-pecl-mongodb: upgrade to 1.7.2 | Andy Postnikov | 2020-02-13 | 2 | -15/+3 | |
| | ||||||
* | testing/consul: upgrade to 1.7.0 | Leo | 2020-02-13 | 1 | -2/+2 | |
| | ||||||
* | testing/thunderbird: upgrade to 68.5.0 | Milan P. Stanić | 2020-02-13 | 1 | -3/+13 | |
| | | | | | | | | | | | CVE fixes: CVE-2020-6793 CVE-2020-6794 CVE-2020-6795 CVE-2020-6797 CVE-2020-6798 CVE-2020-6792 CVE-2020-6800 | |||||
* | testing/zimwriterfs: upgrade to 1.3.8 | Leo | 2020-02-13 | 1 | -5/+4 | |
| | ||||||
* | testing/zim: upgrade to 0.72.1 | Leo | 2020-02-13 | 1 | -3/+3 | |
| | ||||||
* | testing/py3-aiohttp-session: upgrade to 2.9.0 | Leo | 2020-02-13 | 1 | -7/+4 | |
| | ||||||
* | testing/micro: upgrade to 2.0.1 | Leo | 2020-02-13 | 1 | -3/+3 | |
| | ||||||
* | testing/py3-language-server: upgrade to 0.31.8 | Bart Ribbers | 2020-02-13 | 1 | -3/+3 | |
| | ||||||
* | testing/py3-language-server: fix checksum | Leo | 2020-02-13 | 1 | -2/+1 | |
| | ||||||
* | testing/deja-dup: fix dependencies | Rasmus Thomsen | 2020-02-13 | 1 | -2/+3 | |
| | ||||||
* | community/beancount: move from testing | Keith Maxwell | 2020-02-13 | 1 | -35/+0 | |
| | ||||||
* | testing/beancount: disable warnings and a test | Keith Maxwell | 2020-02-13 | 1 | -2/+3 | |
| | | | | | | | | | | This change disables warnings from pytest. The warnings results in verbose output from `check()` including a list of test names in the logs. After disabling the warnings, the last 500 KiB of the logs as shown in the GitLab web UI becomes useful again and will include the details of failing tests. This change also disables a test that fails intermittently. | |||||
* | testing/beancount: move py3-pytest to depends | Keith Maxwell | 2020-02-13 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The bean-file command which is a part of this package uses pytest at run time. It is used indirectly through <https://bitbucket.org/blais/beancount/src/default/beancount/ingest/__init__.py> which is installed to `usr/lib/python3.8/site-packages/beancount/ingest/__init__.py` and uses pytest at line 13. Before this change: 1. Install beancount: `sudo apk add beancount` 2. Check that `py3-pytest` is not installed: `apk list --installed '*pytest*'` 3. Running `/usr/bin/bean-file` gives the output below: ``` Traceback (most recent call last): File "/usr/bin/bean-file", line 4, in <module> from beancount.ingest.file import main; main() File "/usr/lib/python3.8/site-packages/beancount/ingest/__init__.py", line 13, in <module> import pytest ModuleNotFoundError: No module named 'pytest' ``` After this change `/usr/bin/bean-file` behaves as expected. | |||||
* | testing/py3-language-server: new aport | Bart Ribbers | 2020-02-13 | 1 | -0/+30 | |
| | ||||||
* | testing/py3-jedi: new aport | Bart Ribbers | 2020-02-13 | 1 | -0/+34 | |
| | ||||||
* | testing/py3-jsonrpc-server: new aport | Bart Ribbers | 2020-02-13 | 1 | -0/+28 | |
| | ||||||
* | testing/py3-python-versioneer: new aport | Bart Ribbers | 2020-02-13 | 1 | -0/+24 | |
| | ||||||
* | testing/py3-autopep8: new aport | Bart Ribbers | 2020-02-13 | 1 | -0/+27 | |
| | ||||||
* | testing/py3-rope: new aport | Bart Ribbers | 2020-02-13 | 1 | -0/+27 | |
| | ||||||
* | testing/py3-yapf: new aport | Bart Ribbers | 2020-02-13 | 1 | -0/+27 | |
| | ||||||
* | testing/cawbird: new aport | Danct12 | 2020-02-13 | 1 | -0/+30 | |
| | | | | Signed-off-by: Danct12 <danct12@disroot.org> | |||||
* | testing/deja-dup: disable tests for now, fail on builders | Rasmus Thomsen | 2020-02-13 | 1 | -0/+1 | |
| | ||||||
* | testing/deja-dup: new aport | Rasmus Thomsen | 2020-02-13 | 1 | -0/+35 | |
| | | | | | https://wiki.gnome.org/Apps/DejaDup Simple backup tool for GNOME | |||||
* | testing/firefox: fix build on armv7 and aarch64 with upstream patch | Rasmus Thomsen | 2020-02-13 | 2 | -2/+49 | |
| | ||||||
* | testing/telegram-desktop: support for small-sized devices | Danct12 | 2020-02-13 | 2 | -2/+52 | |
| | | | | Signed-off-by: Danct12 <danct12@disroot.org> | |||||
* | testing/packer: upgrade to 1.5.2 | Leo | 2020-02-13 | 1 | -2/+2 | |
| | ||||||
* | testing/py3-h2: upgrade to 3.2.0 | Leo | 2020-02-12 | 1 | -3/+3 | |
| | ||||||
* | testing/telegram-desktop: upgrade to 1.9.13 | Leo | 2020-02-12 | 2 | -16/+2 | |
| | ||||||
* | testing/b3sum: upgrade to 0.2.0 | Leo | 2020-02-12 | 1 | -3/+3 | |
| | ||||||
* | testing/prometheus-wireguard-exporter: new aport | Michael Aldridge | 2020-02-12 | 3 | -0/+50 | |
| | ||||||
* | testing/smooth: upgrade to 0.9.2 | Leo | 2020-02-12 | 1 | -2/+2 | |
| | ||||||
* | unmaintained/lbzip2: move from testing | Leo | 2020-02-12 | 1 | -30/+0 | |
| | | | | | - No upstream - Archive link is dead | |||||
* | testing/bmake: install additional documentation files | Sören Tempel | 2020-02-12 | 1 | -1/+5 | |
| | ||||||
* | testing/bmake: upgrade to 20200212 | Sören Tempel | 2020-02-12 | 2 | -24/+4 | |
| | ||||||
* | testing/pmbootstrap: install modules file to /usr/lib/modules-load.d | Leo | 2020-02-12 | 1 | -2/+2 | |
| | ||||||
* | testing/shunit2: Promote to community | Olliver Schinagl | 2020-02-12 | 1 | -27/+0 | |
| | | | | | | | Not having seen (m)any problems with shunit2, we should promote it now maybe. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> | |||||
* | testing/firefox: disable on aarch64&armv7 for now | Rasmus Thomsen | 2020-02-12 | 1 | -1/+2 | |
| | | | | Fails due to cannot convert 'uint16x8_t' {aka '__vector(8) short unsigned int'} to 'uint8x16_t' {aka '__vector(16) unsigned char'} |