Mon, 21 Oct 2024 23:10:37 +0200 tests: use PYTHONSAFEPATH (-P) to check mercurial lib path default tip
paugier <pierre.augier@univ-grenoble-alpes.fr> [Mon, 21 Oct 2024 23:10:37 +0200] rev 52317
tests: use PYTHONSAFEPATH (-P) to check mercurial lib path
Thu, 21 Nov 2024 11:46:10 -0500 setup: require TLS 1.2 support from the Python interpreter (BC)
Matt Harbison <matt_harbison@yahoo.com> [Thu, 21 Nov 2024 11:46:10 -0500] rev 52316
setup: require TLS 1.2 support from the Python interpreter (BC) Before it was optional, and either 1.1 or 1.2 was sufficient. Now that the default minimum is 1.2, it needs to be present to work out of the box. The code here is more convoluted than the corresponding checks in `sslutil.py`, but I'm leaving it alone because it can all be simplified when py38 is dropped.
Thu, 21 Nov 2024 01:07:47 -0500 run-tests: refactor the HGPORT handling code to use a constant for the max val
Matt Harbison <matt_harbison@yahoo.com> [Thu, 21 Nov 2024 01:07:47 -0500] rev 52315
run-tests: refactor the HGPORT handling code to use a constant for the max val Simple enough, and then we don't need comments to cross-reference other areas of code that need to be kept in sync. Since the `_getreplacements()` list is now partially dynamically generated and needed to change anyway, also move the one line that was being appended separately to the list for some reason, for clarity.
Mon, 18 Nov 2024 15:42:09 +0100 rust: fix darwin build
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Mon, 18 Nov 2024 15:42:09 +0100] rev 52314
rust: fix darwin build
Mon, 04 Nov 2024 15:28:32 +0100 rust: remove `atty` dependency
Raphaël Gomès <rgomes@octobus.net> [Mon, 04 Nov 2024 15:28:32 +0100] rev 52313
rust: remove `atty` dependency It is fully replaced with the now stable `std::io::IsTerminal` trait. This was the last dependency flagged as a warning by `cargo audit`, aside from `cpython` which we know about all too well: the plan is to transition to PyO3 soon-ish.
Mon, 04 Nov 2024 15:33:17 +0100 rust: update `env_logger` dependency
Raphaël Gomès <rgomes@octobus.net> [Mon, 04 Nov 2024 15:33:17 +0100] rev 52312
rust: update `env_logger` dependency Aside from being more up-to-date in general, this makes its own dependency on the unmaintained and now useless `atty` disappear.
(0) -30000 -10000 -3000 -1000 -300 -100 -30 -10 -6 tip