SHA256
1
0
forked from pool/meson

Accepting request 1037577 from GNOME:Next

- Update to version 0.64.1:
  + Target python 3.10 as the mypy language version.
  + hotdoc module: use less confusing names.
  + Fix deprecation message, the function name is fs.copyfile().
  + fix deprecated use of meson builddir/ in testsuite.
  + tests: fix edge case where non-default python is used, by
    skipping it.

OBS-URL: https://build.opensuse.org/request/show/1037577
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=239
This commit is contained in:
2022-11-23 12:44:08 +00:00
committed by Git OBS Bridge
parent 9d09f97845
commit 878e9e53d7
6 changed files with 31 additions and 20 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Nov 23 09:03:45 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.64.1:
+ Target python 3.10 as the mypy language version.
+ hotdoc module: use less confusing names.
+ Fix deprecation message, the function name is fs.copyfile().
+ fix deprecated use of meson builddir/ in testsuite.
+ tests: fix edge case where non-default python is used, by
skipping it.
-------------------------------------------------------------------
Mon Nov 21 12:51:47 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>