Accepting request 1034384 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1034384 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-build?expand=0&rev=5
This commit is contained in:
commit
a530c6c864
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8aba5ec4dcb52ede2a87a62d1bea4052ca4fbc09422a807c43f119033acb9cd8
|
||||
size 40020
|
3
build-0.9.0.tar.gz
Normal file
3
build-0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6eac514275e6a6e6c88373cc536a8eefa446ad6260567ec6ee367519447d382b
|
||||
size 41012
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 20:52:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user