Branch Vincent

Results 56 comments of Branch Vincent

Somehow #177499 was merged despite https://github.com/Homebrew/homebrew-core/labels/no%20long%20build%20conflict

thanks @bevanjkay and @SMillerDev for the help 💯

oops, not sure how that was missed. #177681 will fix

@ofek @cjames23 sorry for the ping, but Homebrew has been [working around](https://github.com/search?q=repo%3AHomebrew%2Fhomebrew-core+https%3A%2F%2Fgithub.com%2Fpypa%2Fhatch%2Fpull%2F1999&type=code) this bug for a while so I'd love to see this merged

Pushed fixes to the tests. `html_test` failure was from url changed in cee9a9a75 and other was from newer `pydantic` complaining about using the `json` method [deprecated since 2.0](https://github.com/pydantic/pydantic/commit/f55515820a407c5d31c45a7b0307925eecf21f34)

fyi, 3.12 also [removes `distutils`](https://docs.python.org/3.12/whatsnew/3.12.html#removed) so this import will need to be replaced https://github.com/redis/redis-py/blob/07fc339b4a4088c1ff052527685ebdde43dfc4be/redis/commands/graph/query_result.py#L3

any thoughts on this @L1ghtn1ng

- [x] astrometry-net: `util_wrap.c:3596:46: error: no member named 'elsize' in 'struct _PyArray_Descr'` (https://github.com/dstndstn/astrometry.net/pull/298) - [x] aubio: `python/ext/ufuncs.c:49:3: error: incompatible function pointer types` (#174729) - [x] graph-tool: `TypeError: can't multiply sequence...