15
0

Accepting request 1060526 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1060526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bpython?expand=0&rev=14
This commit is contained in:
2023-01-24 18:43:14 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f0078abc887c48af088691e2f64797d6ca994ac0f4bc03c38d06f657d7c052a
size 222241

3
bpython-0.24.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98736ffd7a8c48fd2bfb53d898a475f4241bde0b672125706af04d9d08fd3dbd
size 222879

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 23 14:39:42 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to version 0.24
* Support for Python 3.11 has been added.
* wheel is no required as part of pyproject.toml's build dependencies
* Improve inspection of builtin functions.
* Add more keywords to trigger auto-deindent.
-------------------------------------------------------------------
Thu Nov 3 12:15:02 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bpython
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define skip_python36 1
%bcond_without test
Name: python-bpython
Version: 0.23
Version: 0.24
Release: 0
Summary: Fancy Interface to the Python Interpreter
License: MIT