aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/amtk: upgrade to 5.0.2Leo2020-01-271-2/+2
|
* community/cabal: upgrade to 3.0.0.0J0WI2020-01-271-3/+3
|
* community/cups-filters: upgrade to 1.27.0Leo2020-01-271-2/+2
|
* community/qpdf: upgrade to 9.1.1Leo2020-01-271-4/+3
|
* community/py3-hypothesis: upgrade to 5.3.1Leo2020-01-271-2/+2
|
* community/gitlab-runner: upgrade to 12.7.1Leo2020-01-271-2/+2
|
* community/openrct2: fix -cli subpackageBart Ribbers2020-01-273-14/+20
| | | | | | Following the tips of IntelOrca (upstream dev): the -cli subpackage also requires the object files, so move them to a separate subpackage and make both -cli and main package depend on it
* community/py3-ruamel.yaml: upgrade to 0.16.6Keith Maxwell2020-01-271-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous homepage responds with 404. The upstream project, including a mercurial repository, has moved from BitBucket to Sourceforge. The [Sourceforge page] listed several files to download including: https://downloads.sourceforge.net/ruamel-yaml/ruamel.yaml-0.16.6.tar.xz fc305499241de6cf5c2fa694a53762d853dce44af34f4aff1774d0ee772620cea7398591d1f8f4c43573d276ffd8cfd147dae0e98764e1a5a6045542514dcc42 Which was enough to make sure check() succeeds: The issue was that python failed to import ruamel.yaml: the solution is to call `pytest-3` rather than `python3 -m pytest` According to the [pytest documentation], a difference between running pytest as `pytest` vs `python3 -m pytest` is that the later will also add the current directory, in this case `$builddir` to sys.path. Somehow if `$builddir` is on `sys.path` the package to test is not found. The Sourceforge download URL above now 404s and the project's files page is now empty. PyPI can be used as `$source` instead. The artifact on PyPI does not include the tests, so these are again disabled. The C module is now distributed separately. [Sourceforge page]: https://sourceforge.net/projects/ruamel-yaml/files/ [pytest documentation]: https://docs.pytest.org/en/latest/usage.html#calling-pytest-through-python-m-pytest
* community/py3-ruamel.yaml.clib: new aportKeith Maxwell2020-01-271-0/+25
| | | | | | | | | | | | | | | Upstream split the C code out of community/py3-ruamel.yaml into a separate package. In order for py3-ruamel.yaml and ansible-lint to stay in community this separate package needs to be in community. There are no tests enabled because they are not available in a stable download. The PyPI download doesn't include the tests. Although the [project activity page] on Sourceforge shows files released, the [files page] is empty. [project activity page]: https://sourceforge.net/projects/ruamel-yaml-clib/ [files page]: https://sourceforge.net/projects/ruamel-yaml-clib/files/
* community/arandr: Fix missing dependency on py3-cairoNero2020-01-271-2/+2
|
* community/consul-template: upgrade to 0.24.1Francesco Colista2020-01-271-2/+2
|
* community/wireshark: don't build for armhfLeonardo Arena2020-01-271-1/+1
|
* community/wireshark: security upgrade to 3.0.8 (CVE-2020-7045)Leonardo Arena2020-01-271-3/+5
| | | | ref #11156
* community/systemc: add -static subpackageSören Tempel2020-01-271-3/+3
|
* community/mkvtoolnix: upgrade to 43.0.0Francesco Colista2020-01-271-2/+2
|
* community/re2: upgrade to 2020.01.01Francesco Colista2020-01-271-2/+2
|
* community/kea: move binary kea-lfc to kea-common, remove subpkg kea-utilsJakub Jirutka2020-01-261-9/+3
| | | | | kea-lfc is actually not just an optional tools, it's run by kea-dhcp4 and kea-dhcp6 when memfile lease-database is used.
* community/py3-google-auth: upgrade to 1.11.0Keith Maxwell2020-01-262-34/+42
| | | | | | | | | | | | | | | | Dependencies are listed at: https://github.com/googleapis/google-auth-library-python/blob/release-v1.11.0/setup.py#L21 Test dependencies are listed at https://github.com/googleapis/google-auth-library-python/blob/master/noxfile.py#L17 This commit update the dependencies to match the above. The exception continues to be the apparently optional py3-grpcio dependency which is still in testing/. Mock is a backport of unittest.mock to earlier Python versions. It isn't required on Python 3.8, so this commit patches the tests to use the standard library.
* community/py3-freezegun: move from testingKeith Maxwell2020-01-261-0/+30
| | | | py3-freezegun is a test dependency of community/py3-google-auth-1.11.0
* community/sn0int: upgrade to 0.15.0Sören Tempel2020-01-261-10/+3
| | | | | | | | The old version (0.14.0) does not build anymore since the GeoIP database cannot be downloaded successfully as the domain name of the server, used to download it, does not resolve anymore. See: https://github.com/kpcyrd/sn0int/commit/0d96f66cf961274083dff42f065e995e0252100f
* community/mongo-c-driver: don't set SPHINX_EXECUTABLE explicitlySören Tempel2020-01-261-1/+0
| | | | | | Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build. Fortunately, this changed recently. This change does not include a pkgrel bump as it should result in the same package.
* community/sn0int: fix build with `abuild rootbld`Sören Tempel2020-01-261-0/+1
|
* community/sn0int: do not set SPHINXBUILD explicitlySören Tempel2020-01-261-1/+1
| | | | | | Previously phy3-sphinx only provided sphinx-build-3, not sphinx-build. Fortunately, this changed recently. This change does not include a pkgrel bump as it should result in the same package.
* community/ncmpc: remove doc-py3.patchSören Tempel2020-01-262-16/+2
| | | | | | | Previously py3-sphinx only provided sphinx-build-3 not sphinx-build, this changed recently. As such, the patch should no longer be needed. This change does not include a pkgrel bump as it should result in an identical package.
* community/mpc: remove doc-py3.patchSören Tempel2020-01-262-19/+2
| | | | | | | Previously py3-sphinx only provided sphinx-build-3 not sphinx-build, this changed recently. As such, the patch should no longer be needed. This change does not include a pkgrel bump as it should result in an identical package.
* community/borgbackup: add doc subpackageMichał Polański2020-01-261-3/+7
| | | | and change URL
* community/php7-phalcon: upgrade to 4.0.3Andy Postnikov2020-01-261-2/+2
|
* community/beets: add a -docs subpackageSören Tempel2020-01-261-2/+11
| | | | | Currently only includes the man pages. The HTML documentation could also be included in future versions of the package.
* community/py3-eliot: upgrade to 1.12.0Leo2020-01-251-2/+2
|
* community/keepalived: upgrade to 2.0.20Leo2020-01-251-2/+2
|
* community/py3-tqdm: upgrade to 4.42.0Drew DeVault2020-01-251-2/+2
|
* community/tcsh: add csh to /etc/shellsMilan P. Stanić2020-01-253-1/+3
| | | | fixes: #11164
* community/synapse: upgrade to 1.9.0Galen Abell2020-01-241-2/+2
|
* community/chezmoi: upgrade to 1.7.12Kevin Daudt2020-01-241-2/+2
|
* community/borgbackup: add shell completion subpackagesMichał Polański2020-01-241-3/+35
|
* community/xchat: removeNatanael Copa2020-01-245-240/+0
| | | | | | | | | No release in a decade and no changes in svn since 2013. It has various unfixed security issues. Users should use hexchat. fixes #11158
* community/ncmpc: upgrade to 0.37Sören Tempel2020-01-241-3/+3
|
* community/ipynb2html: move from testingJakub Jirutka2020-01-231-0/+39
|
* community/terraform: upgrade to 0.12.20Gennady Feldman2020-01-231-2/+2
|
* community/flatpak: upgrade to 1.6.1André Klitzing2020-01-231-2/+2
|
* community/kea: fix depends_devJakub Jirutka2020-01-231-3/+3
|
* community/bzr: modernizeJ0WI2020-01-231-7/+5
|
* community/firefox-esr: fix install location of iconsRasmus Thomsen2020-01-231-27/+12
| | | | | | | We accidentally used $png instead of $_png in a loop so we didn't install all the icons in the right location. Also fix the other linter warnings while we're at it and use the upstream symlink for /usr/bin/firefox since that appears to be working now.
* community/wireguard-rpi: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-1/+1
|
* community/jool-modules-rpi: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-1/+1
|
* community/wireguard-lts: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-2/+2
|
* community/virtualbox-guest-modules-lts: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-2/+2
|
* community/jool-modules-lts: rebuild against kernel 5.4.14-r0Natanael Copa2020-01-231-2/+2
|
* community/rpm: modernizeJ0WI2020-01-231-5/+4
|
* community/ws: upgrade to 7.9.6Leo2020-01-231-2/+2
|