Andrew Benson
e3b8a8d4d5
ffmpeg: update to 4.4.
2021-10-14 14:32:48 -05:00
Andrew Benson
e245ebb8e1
timeshift: update to 21.09.1, orphan.
2021-10-14 14:18:30 -05:00
Leah Neukirchen
fb216f592b
xscreensaver: fix build on aarch64.
2021-10-14 21:11:11 +02:00
Matthias von Faber
16722ebe37
mkvtoolnix: update to 62.0.0
2021-10-14 15:20:34 -03:00
Imran Khan
8bab50dd88
crun: update to 1.2.
...
Closes : #33520 [via git-merge-pr]
2021-10-14 13:14:31 -04:00
mobinmob
7cb2102cd9
yaru: update to 21.10.2, adopt.
...
Also:
- enable building the components for xfce.
2021-10-14 18:46:40 +02:00
Leah Neukirchen
579696a006
xscreensaver: update to 6.02.
2021-10-14 18:46:19 +02:00
Leah Neukirchen
d4f1235347
outils: update to 0.10.
2021-10-14 18:46:19 +02:00
Jan Christian Grünhage
bfddc13633
srcpkgs/: adopt ansible-lint, yamllint and tokei
2021-10-14 18:34:56 +02:00
Jan Christian Grünhage
beb9ec7230
scrpkgs/: orphan Joseph LaFreniere's packages
...
This includes:
- python3-GitPython
- python3-ansible-lint
- python3-ansicolor
- python3-bitbucket-api
- python3-gitdb
- python3-github3
- python3-gitlab
- python3-gogs-client
- python3-ndg_httpsclient
- python3-progress
- python3-proselint
- python3-smmap
- python3-vint
- python3-voluptuous
- python3-yamllint
- tokei
2021-10-14 18:34:56 +02:00
mobinmob
4bf3b2d484
ffsend: update to 0.2.74.
2021-10-14 09:49:17 -04:00
Jan Christian Grünhage
cca57058cf
ansible: update to 4.6.0.
2021-10-14 07:58:45 -04:00
Jan Christian Grünhage
908ea337d0
ansible-core: update to 2.11.6.
2021-10-14 07:58:45 -04:00
Leah Neukirchen
90f4baebfc
New package: jpm-0.0.1
2021-10-14 12:51:30 +02:00
Leah Neukirchen
7f98146720
janet: update to 1.18.0.
2021-10-14 12:50:13 +02:00
Colin Reeder
ebc8609a76
python3-tabulate: Update to 0.8.9
2021-10-13 21:53:15 -04:00
Andrew J. Hesford
1e88df94f9
digikam: rebuild for opencv
...
The opencv update rolled into the Python 3.10 upgrade apparently broke
ABI and prevented digikam from launching. None of the other dependants
of opencv were obviously affected in some simple tests.
Fixes #33530 .
2021-10-13 19:35:42 -04:00
q66
f09305c1b3
bmake: update to 20211001
2021-10-13 23:18:17 +02:00
Andrew J. Hesford
19413a149a
python-dbus: update to 1.2.18.
2021-10-13 16:10:35 -04:00
Andrew J. Hesford
da31ac510b
python-cffi: update to 1.15.0.
2021-10-13 15:50:41 -04:00
Andrew J. Hesford
8987abed67
python3-bokeh: update to 2.4.1.
2021-10-13 15:50:41 -04:00
Gonzalo Tornaría
6289273484
python3-mpmath: depend on python3-gmpy2
...
By default mpmath uses python's builtin long integers which are very
slow. Installing python3-gmpy2 makes it use gmp, mpfr, mpc for that,
which is asymptotically faster.
After a discussion in #33481 it was decided to add it to depends.
Also:
- remove INSTALL.msg; for plotting, mpmath itself gives a warning.
- Adopt.
2021-10-13 15:00:00 -04:00
Karl Nilsson
a4f65e8421
python3-numpy-stl: update to 2.16.3.
2021-10-13 14:47:08 -04:00
Karl Nilsson
36e920e58a
python3-certifi: update to 2021.10.08.
2021-10-13 14:46:05 -04:00
Antonio Gurgel
aedd444d60
python3-pycryptodomex: update to 3.11.0.
2021-10-13 14:44:42 -04:00
Jan Christian Grünhage
addec2c7bc
python3-resolvelib: update to 0.8.1.
2021-10-13 14:42:02 -04:00
Gonzalo Tornaría
6077a28b80
removed-packages: remove python3-gmpy2
...
... since the package has been restored.
Closes : #33481 [via git-merge-pr]
2021-10-13 14:37:51 -04:00
Gonzalo Tornaría
b5613409b1
python3-gmpy2: restore package, update to 2.1.0rc1
...
Upstream 2.1.0rc1 builds on python3.10, last official version does not.
This package is used by python3-mpmath for multiprecission arithmetic.
If not installed, mpmath defaults to python bigints which are very slow.
For example: compute 1M digits of pi using sympy:
$ isympy # without python3-gmpy2
In [1]: %time a=pi.n(1_000_000)
CPU times: user 49.4 s, sys: 2.96 ms, total: 49.4 s
Wall time: 49.4 s
vs.
$ isympy # with python3-gmpy2
In [1]: %time a=pi.n(1_000_000)
CPU times: user 632 ms, sys: 5.99 ms, total: 638 ms
Wall time: 639 ms
Note that just installing python3-gmpy2 brings this improvement.
Arguably python3-gmpy2 could be made a dependency of python3-mpmath.
This reverts commit f91cea99dd
.
Also:
- fix hostmakedepends
- make tests work
- adopt
2021-10-13 14:37:37 -04:00
Andrew J. Hesford
2f447cfeb6
python3-tifffile: update to 2021.10.12.
2021-10-13 13:24:51 -04:00
Andrew J. Hesford
6913e7202c
python3-flit_core: update to 3.4.0.
2021-10-13 13:24:51 -04:00
Andrew J. Hesford
3061582137
python3-tomli: do not build with python3-flit_core, it introduces a cycle
2021-10-13 13:24:50 -04:00
Andrew J. Hesford
1ffdc8cf62
python3-pip: update to 21.3.
2021-10-13 13:24:50 -04:00
Andrew J. Hesford
a57bea86b7
maturin: update to 0.11.5.
2021-10-13 13:24:50 -04:00
Duncaen
4f23408faa
firefox-i18n: update to 93.0.
2021-10-13 16:38:48 +02:00
Duncaen
9d8cccf3f0
firefox: update to 93.0.
2021-10-13 16:38:48 +02:00
Leah Neukirchen
1194b25551
yash: update to 2.52.
2021-10-13 12:42:28 +02:00
Leah Neukirchen
b78f99c925
nsd: update to 4.3.8.
2021-10-13 12:42:28 +02:00
Leah Neukirchen
ffaa7ae907
checksec: update to 2.5.0.
2021-10-13 12:42:28 +02:00
Leah Neukirchen
ec153af0ca
linux5.10: update to 5.10.73.
2021-10-13 12:42:28 +02:00
Andrew J. Hesford
f66e990470
libArcus: really rebuild for protobuf
...
The revbump was lost in a rebase.
2021-10-13 06:04:48 -04:00
teldra
33fcb32b93
pamixer: update to 1.5.
2021-10-13 02:23:58 -03:00
classabbyamp
dfbd21d7c1
chezmoi: update to 2.7.0.
2021-10-13 02:19:00 -03:00
Gadzhi Kharkharov
8dbb82d688
himalaya: update to 0.5.0.
2021-10-12 22:01:17 -03:00
mobinmob
bb815d50c2
mercurial: update to 5.9.2.
2021-10-12 21:58:22 -03:00
Andrew J. Hesford
75c9c29688
removed-packages: add zbackup
2021-10-12 20:26:39 -04:00
Andrew J. Hesford
2371fafda3
zbackup: remove package
...
Package will not build with new protobuf, upstream hasn't seen a commit
since Feb 2016, a release hasn't been cut since Sep 2015, and issues/PRs
have sat for years without maintainer feedback or other activity.
This project is dead.
2021-10-12 20:26:39 -04:00
Andrew J. Hesford
14738680e3
vlc: rebuild for protobuf
2021-10-12 20:26:39 -04:00
Andrew J. Hesford
637285e8c7
usbguard: rebuild for protobuf
2021-10-12 20:26:39 -04:00
Andrew J. Hesford
c4b0da736e
sysdig: rebuild for protobuf
2021-10-12 20:26:39 -04:00
Andrew J. Hesford
709372434f
strawberry: rebuild for protobuf
2021-10-12 20:26:39 -04:00