aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/py3-path.py: rebuild to fix BAD archive on x86_64Leo2019-11-071-1/+1
|
* testing/py3-inotify: rebuild to fix BAD archiveLeo2019-11-071-1/+1
|
* testing/py3-seqdiag: rebuild to fix BAD archive on armv7Leo2019-11-071-1/+1
|
* testing/py3-semantic-version: rebuild to fix BAD archive on x86_64Leo2019-11-071-1/+1
|
* testing/py3-logbook: actually rebuild against python 3.8Leo2019-11-071-1/+1
|
* main/cmake: upgrade to 3.15.5prspkt2019-11-071-2/+2
|
* main/abuild: upgrade to 3.5.0_rc1Natanael Copa2019-11-072-45/+3
|
* testing/py3-prawcore: add missing py3-requests dependencyLeo2019-11-071-2/+4
| | | | Also add options="net" for pypi fetching of betamax
* testing/thunderbird: rebuild against new libeventLeo2019-11-071-1/+1
|
* testing/apparmor: disable tests to unblock buildersLeo2019-11-071-0/+1
|
* community/py3-openzwave: actually rebuild against python 3.8Natanael Copa2019-11-071-1/+1
| | | | previous commit (89a85733921e) did not bump pkgrel.
* main/gdb: rebuild against python 3.8Natanael Copa2019-11-071-1/+1
|
* community/docker-py: rebuild against python 3.8Natanael Copa2019-11-071-1/+1
|
* community/xpra: fix build on 32bit non-x86Natanael Copa2019-11-072-3/+23
| | | | Simply drop setting -mfpmath=387 complie flag
* community/py3-gevent: actually rebuild against python 3.8Natanael Copa2019-11-071-1/+1
| | | | | previous commit (e5ea364326ab) did not bump pkgrel so package was actually never rebuilt against python 3.8.
* community/libplist: disable tests on armhfNatanael Copa2019-11-071-1/+1
|
* community/xpra: disable on arches with botched rebuildsLeo2019-11-071-2/+2
|
* testing/py3-ncclient: disableLeo2019-11-071-1/+1
|
* testing/binwalk: depend on python3Leo2019-11-061-1/+1
|
* community/py3-opengl-accelerate: actually rebuild against python3.8Leo2019-11-061-1/+1
|
* community/py3-rencode: actually rebuild against python3.8Leo2019-11-061-1/+1
|
* community/py3-msgpack: actually rebuild against python3.8Leo2019-11-061-1/+1
|
* community/py3-twisted: run cython, not cython3Leo2019-11-061-1/+1
|
* community/py3-twisted: re-enableLeo2019-11-061-1/+1
| | | | This seems to be the only way to get changes made to the builders.
* community/py3-twisted: disableLeo2019-11-061-1/+1
|
* testing/synapse: upgrade to 1.5.1Leo2019-11-061-2/+2
|
* community/py3-twisted: depend on cythonLeo2019-11-061-1/+1
|
* community/py3-twisted: workaround busybox rm particularitiesLeo2019-11-061-3/+3
| | | | | | busybox rm -r needs the positional argument as . if you want to work against the current directory, GNU rm assumes that no positional argument for paths means current directory.
* community/py3-twisted: re-enableLeo2019-11-061-1/+1
|
* community/py3-twisted: disable for nowLeo2019-11-061-1/+1
|
* community/py3-hypothesis: upgrade to 4.43.5Leo2019-11-061-3/+2
|
* main/opensmtpd: add -dbg subpackageJakub Jirutka2019-11-061-2/+2
|
* main/py-parsing: upgrade to 2.4.4Leo2019-11-061-3/+3
|
* testing/opendetex: remove aportSören Tempel2019-11-062-50/+0
| | | | Stopped using it myself.
* community/py3-oscrypto: move from testingSören Tempel2019-11-061-0/+0
|
* main/faad2: upgrade to 2.9.1Leo2019-11-061-2/+2
|
* main/perl-image-exiftool: upgrade to 11.75Leo2019-11-061-2/+2
|
* community/networkmanager: upgrade to 1.20.6Milan P. Stanić2019-11-061-3/+3
|
* testing/py3-path.py: upgrade to 12.0.2Leo2019-11-061-4/+4
|
* community/neovim: upgrade to 0.4.3Leo2019-11-061-2/+2
|
* main/opensmtpd: build against openssl instead of libresslJakub Jirutka2019-11-061-1/+1
| | | | OpenSMTPD currently supports both LibreSSL 3.x and OpenSSL 1.1.
* main/opensmtpd: upgrade to 6.6.1p1Jakub Jirutka2019-11-062-78/+4
|
* main/libressl: upgrade to 3.0.2Jakub Jirutka2019-11-062-56/+4
|
* community/py3-twisted: don't use busybox-incompatible option -vLeo2019-11-061-1/+1
|
* testing/nix: upgrade to 2.3.1Leo2019-11-061-11/+9
|
* community/py3-twisted: disable tests to unblock buildersNatanael Copa2019-11-061-1/+4
| | | | twisted needs some fixes to work with python 3.8
* main/ipset: upgrade to 7.4Kaarle Ritvanen2019-11-061-2/+2
|
* main/ansible: lbu moduleKaarle Ritvanen2019-11-062-2/+155
|
* main/mercurial: add explicit depends on python3Natanael Copa2019-11-061-1/+2
| | | | | | | Prior to python 3.8 python3-config --libs would return libpython, which caused the python modules to pull in python as dependency. With python 3.8 this no longer happens unless you add --embed, so we need add explictit depends on python3.
* community/py3-twisted: fix dependencyLeo2019-11-061-2/+2
| | | | thanks to @ncopa for finding this one