From d35a8aee0bdca477790b362ec5c55de859b7e53665001fba2c53d9301637858d Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 7 Nov 2022 22:14:05 +0000 Subject: [PATCH] Accepting request 1034373 from home:yarunachalam:branches:devel:languages:python - Update to v0.9.0 * Hide a Python 3.11.0 unavoidable warning with venv (PR #527) * Fix infinite recursion error in check_dependency with circular dependencies (PR #512, Fixes #511) * Only import colorama on Windows (PR #494, Fixes #493) * Flush output more often to reduce interleaved output (PR #494) * Small API cleanup, like better __all__ and srcdir being read only. (PR #477) * Only use importlib_metadata when needed (PR #401) * Clarify in printout when build dependencies are being installed (PR #514) OBS-URL: https://build.opensuse.org/request/show/1034373 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-build?expand=0&rev=8 --- build-0.8.0.tar.gz | 3 --- build-0.9.0.tar.gz | 3 +++ python-build.changes | 12 ++++++++++++ python-build.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 build-0.8.0.tar.gz create mode 100644 build-0.9.0.tar.gz diff --git a/build-0.8.0.tar.gz b/build-0.8.0.tar.gz deleted file mode 100644 index 020b91f..0000000 --- a/build-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8aba5ec4dcb52ede2a87a62d1bea4052ca4fbc09422a807c43f119033acb9cd8 -size 40020 diff --git a/build-0.9.0.tar.gz b/build-0.9.0.tar.gz new file mode 100644 index 0000000..4fbb13d --- /dev/null +++ b/build-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eac514275e6a6e6c88373cc536a8eefa446ad6260567ec6ee367519447d382b +size 41012 diff --git a/python-build.changes b/python-build.changes index 24adc67..9527a3d 100644 --- a/python-build.changes +++ b/python-build.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 7 20:52:13 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v0.9.0 + * Hide a Python 3.11.0 unavoidable warning with venv (PR #527) + * Fix infinite recursion error in check_dependency with circular dependencies (PR #512, Fixes #511) + * Only import colorama on Windows (PR #494, Fixes #493) + * Flush output more often to reduce interleaved output (PR #494) + * Small API cleanup, like better __all__ and srcdir being read only. (PR #477) + * Only use importlib_metadata when needed (PR #401) + * Clarify in printout when build dependencies are being installed (PR #514) + ------------------------------------------------------------------- Wed Jul 13 11:24:00 UTC 2022 - Ben Greiner diff --git a/python-build.spec b/python-build.spec index e167a4b..38c5bfd 100644 --- a/python-build.spec +++ b/python-build.spec @@ -27,7 +27,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-build%{psuffix} -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: Simple PEP517 package builder License: MIT