audio/beets: update to 2.2.0

2024-12-02 Thread Kirill A . Korinsky
ports@, Unexpectedly, the team of beets had released a new version that recovers tests and mans. Here an update audio/beets to 2.2.0. Changelog: https://github.com/beetbox/beets/releases/tag/v2.2.0 Ok? Index: Makefile === RCS file

update textproc/py-markdown --> 3.7

2024-12-02 Thread Paco Esteban
Hi ports@, This is an update of textproc/py-markdown to its latest version 3.7 I needed this for a new port textproc/py-mdown-extensions which I'll send on another thread. All tests pass on the new version and seems to work fine with a couple dozen Markdown files I tested. ok to commit ? diff /

Re: [NEW]: net/hopm - open-proxy monitor irc bot

2024-12-02 Thread Chaz Kettleson
On Mon, Nov 11, 2024 at 10:37:21PM -0500, Chaz Kettleson wrote: > On Wed, Sep 04, 2024 at 08:27:32AM -0400, Chaz Kettleson wrote: > > > > On Fri, Aug 30, 2024 at 08:44:12PM GMT, Theo de Raadt wrote: > > > Chaz Kettleson wrote: > > > > > > > My general thought here was since I only needed wpath/c

Re: aarch64 bulk build report

2024-12-02 Thread Stuart Henderson
On 2024/12/02 16:06, Tobias Heider wrote: > On Wed, Nov 27, 2024 at 02:02:38PM GMT, phess...@openbsd.org wrote: > > bulk build on arm64.ports.openbsd.org > > started on Sun Nov 24 03:18:08 MST 2024 > > finished at Wed Nov 27 14:01:02 MST 2024 > > lasted 3D10h42m > > done with kern.version=OpenBSD

Re: [Update] math/octave 9.2.0

2024-12-02 Thread Volker Schlecht
Ping. On 2024-11-24 22:53, Volker Schlecht wrote: On 2024-11-24 19:49, Christian Weisgerber wrote: +- canonical_host_type=$host ++ canonical_host_type=$host_cpu-$host_vendor-$host_os Why this part? configure --host=... should already set this. I removed this part of the patch, ran config

Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-12-02 Thread Paco Esteban
Any oks for this ? I asked robert@ about mail/grommunio/admin-api and he said "go for it". The rest that I was worried about (pandas, buildbot, and others) either pass tests or are ready for sqlalchemy 2.x Diff at the end for convenience. On Sat, 09 Nov 2024, Paco Esteban wrote: > Hi ports@, >

Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-12-02 Thread Landry Breuil
Le Mon, Dec 02, 2024 at 05:18:35PM +0100, Paco Esteban a écrit : > Any oks for this ? > > I asked robert@ about mail/grommunio/admin-api and he said "go for it". > The rest that I was worried about (pandas, buildbot, and others) either > pass tests or are ready for sqlalchemy 2.x ok and thanks fo

Re: UPDATE: dav1d 1.5.0

2024-12-02 Thread Landry Breuil
Le Sun, Dec 01, 2024 at 03:51:30AM -0500, Brad Smith a écrit : > Here is an update to dav1d 1.5.0. > > Upstream has created their own diffs to fix aarch64 for xonly and > works fine as is. > > https://code.videolan.org/videolan/dav1d/-/commit/41511bf12ef3f7f0facf6e567849b342597bfbd6 > https://cod

NEW: textproc/py-icecream

2024-12-02 Thread Stuart Henderson
Adding this will allow enabling tests in py-paramiko. (All but one pass). OK? - ic() is like print(), but better: - It prints both variables and expressions along with their values. - It's 60% faster to type. - Data structures are formatted and pretty printed. - Output is syntax highlighted.

Re: NEW: textproc/py-icecream

2024-12-02 Thread Theo Buehler
On Mon, Dec 02, 2024 at 11:47:30AM +, Stuart Henderson wrote: > Adding this will allow enabling tests in py-paramiko. (All but one pass). > OK? ok tb I've got two failing tests here, couldn't spot the immediate reason: FAILED tests/test_icecream.py::TestIceCream::testEnableDisable - Assertio

NEW: textproc/py-yamlloader

2024-12-02 Thread Stuart Henderson
This is an improved fork of textproc/py-yamlordereddictloader, needed to update py-wbem. (yamlorderdictloader upstream advises using this). OK? --- This module works with PyYAML and allows yaml files to be loaded to Python objects and Python objects to be dumped to yaml files. It works with both

Re: NEW: textproc/py-yamlloader

2024-12-02 Thread Theo Buehler
On Mon, Dec 02, 2024 at 11:30:32AM +, Stuart Henderson wrote: > This is an improved fork of textproc/py-yamlordereddictloader, > needed to update py-wbem. (yamlorderdictloader upstream advises > using this). ok tb

Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-12-02 Thread Stuart Henderson
ok sthen On 2024/12/02 17:18, Paco Esteban wrote: > Any oks for this ? > > I asked robert@ about mail/grommunio/admin-api and he said "go for it". > The rest that I was worried about (pandas, buildbot, and others) either > pass tests or are ready for sqlalchemy 2.x > > Diff at the end for conven

Re: aarch64 bulk build report

2024-12-02 Thread Landry Breuil
Le Mon, Dec 02, 2024 at 04:06:06PM +0100, Tobias Heider a écrit : > On Wed, Nov 27, 2024 at 02:02:38PM GMT, phess...@openbsd.org wrote: > > bulk build on arm64.ports.openbsd.org > > started on Sun Nov 24 03:18:08 MST 2024 > > finished at Wed Nov 27 14:01:02 MST 2024 > > lasted 3D10h42m > > done wi

Re: UPDATE: dav1d 1.5.0

2024-12-02 Thread Stuart Henderson
On 2024/12/01 03:51, Brad Smith wrote: > Here is an update to dav1d 1.5.0. > > Upstream has created their own diffs to fix aarch64 for xonly and > works fine as is. > > https://code.videolan.org/videolan/dav1d/-/commit/41511bf12ef3f7f0facf6e567849b342597bfbd6 > https://code.videolan.org/videolan/

Re: NEW: textproc/py-icecream

2024-12-02 Thread Stuart Henderson
On 2024/12/02 12:59, Theo Buehler wrote: > On Mon, Dec 02, 2024 at 11:47:30AM +, Stuart Henderson wrote: > > Adding this will allow enabling tests in py-paramiko. (All but one pass). > > OK? > > ok tb Thank you (and for yamlloader). > I've got two failing tests here, couldn't spot the immedi

new --> textproc/py-mdown-extensions

2024-12-02 Thread Paco Esteban
Hi ports@, This is a new port for Python Markdown Extensions: $ cat pkg/DESCR PyMdown Extensions is a collection of extensions for Python Markdown. They cover a wide range of solutions. For more information, see: https://facelessuser.github.io/pymdown-extensions/ It needs and updated version

Re: aarch64 bulk build report

2024-12-02 Thread Tobias Heider
On Wed, Nov 27, 2024 at 02:02:38PM GMT, phess...@openbsd.org wrote: > bulk build on arm64.ports.openbsd.org > started on Sun Nov 24 03:18:08 MST 2024 > finished at Wed Nov 27 14:01:02 MST 2024 > lasted 3D10h42m > done with kern.version=OpenBSD 7.6-current (GENERIC.MP) #247: Sat Nov 23 > 14:59:41

Re: UPDATE: dav1d 1.5.0

2024-12-02 Thread Stuart Henderson
On 2024/12/02 17:53, Landry Breuil wrote: > Le Sun, Dec 01, 2024 at 03:51:30AM -0500, Brad Smith a écrit : > > Here is an update to dav1d 1.5.0. > > > > Upstream has created their own diffs to fix aarch64 for xonly and > > works fine as is. > > > > https://code.videolan.org/videolan/dav1d/-/commi

Re: new --> textproc/py-mdown-extensions

2024-12-02 Thread Stuart Henderson
On 2024/12/02 19:45, Paco Esteban wrote: > Hi ports@, > > This is a new port for Python Markdown Extensions: > > $ cat pkg/DESCR > PyMdown Extensions is a collection of extensions for Python Markdown. They > cover a wide range of solutions. > > For more information, see: > > https://facelessus

aarch64 bulk build report

2024-12-02 Thread phessler
bulk build on arm64.ports.openbsd.org started on Fri Nov 29 12:04:42 MST 2024 finished at Mon Dec 2 20:27:24 MST 2024 lasted 3D08h22m done with kern.version=OpenBSD 7.6-current (GENERIC.MP) #253: Thu Nov 28 14:23:40 MST 2024 built packages:12326 Nov 29:3588 Nov 30:909 Dec 1:1166 Dec 2:6662 cri

Re: UPDATE: dav1d 1.5.0

2024-12-02 Thread Brad Smith
On 2024-12-02 11:57 a.m., Stuart Henderson wrote: On 2024/12/02 17:53, Landry Breuil wrote: Le Sun, Dec 01, 2024 at 03:51:30AM -0500, Brad Smith a écrit : Here is an update to dav1d 1.5.0. Upstream has created their own diffs to fix aarch64 for xonly and works fine as is. https://code.videola

UPDATE: MPlayer 20241129

2024-12-02 Thread Brad Smith
Here is an update to MPlayer 20241129. To roll up to the latest. I was mainly interested in r38638 and r38664. r38666 | komh | 2024-10-07 08:24:56 -0400 (Mon, 07 Oct 2024) | 10 lines configure: remove -Zomf from flags when