15
0

Compare commits

11 Commits

Author SHA256 Message Date
afd8db63d2 Accepting request 1319971 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1319971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bpython?expand=0&rev=21
2025-11-25 16:20:10 +00:00
5f3e207b4c - Remove unused BuildRequires: update-desktop-files.
- Explicitly add desktop-file-utils to BuildRequires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=43
2025-11-25 12:05:40 +00:00
3190b92420 Accepting request 1315201 from devel:languages:python
- Update to 0.26:
  * Handle unspecified config paths
  * Align simple_eval with Python 3.10+
  * Make -q hide the welcome message
  * Convert sys.ps1 to a string to work-around non-str sys.ps1 from vscode
  * Support for Python 3.14 has been added. Support for Python 3.9 has been
    dropped.

OBS-URL: https://build.opensuse.org/request/show/1315201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bpython?expand=0&rev=20
2025-11-03 17:54:57 +00:00
8904ffa892 - Update to 0.26:
* Handle unspecified config paths
  * Align simple_eval with Python 3.10+
  * Make -q hide the welcome message
  * Convert sys.ps1 to a string to work-around non-str sys.ps1 from vscode
  * Support for Python 3.14 has been added. Support for Python 3.9 has been
    dropped.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=41
2025-11-03 00:01:39 +00:00
054c1092dc Accepting request 1286587 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1286587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bpython?expand=0&rev=19
2025-06-18 15:58:27 +00:00
11f9fe5bec - Fix libalternatives bpython-config man page
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=39
2025-06-18 08:56:07 +00:00
3f17b608e7 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=38
2025-06-17 09:04:25 +00:00
0fa368f688 Accepting request 1239455 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bpython?expand=0&rev=18
2025-01-22 15:37:42 +00:00
99534e7e95 - Update to version 0.25
* The `bpython-cli` rendering backend has been removed
    following deprecation in version 0.19.
  * This release is focused on Python 3.13 support.
  * Fix __signature__ support
  * #995: Fix handling of `SystemExit`
  * #996: Improve order of completion results
  * Fix build of documentation and manpages with Sphinx >= 7
  * #1001: Do not fail if modules don't have __version__
  * Remove use of distutils
  * Support for Python 3.12 and 3.13 has been added.
    Support for Python 3.7 and 3.8 has been dropped.
- Drop bpython-curses binary which was removed upstream
- Drop fix-python313-tests.patch, merged upstream
- Remove workaround for installing manpages from %install section

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=36
2025-01-22 09:10:24 +00:00
427f82314b Accepting request 1234716 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1234716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bpython?expand=0&rev=17
2025-01-03 13:18:10 +00:00
a8f69017bf - Add fix-python313-tests.patch to fix tests under Python 3.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=34
2025-01-03 11:04:50 +00:00
4 changed files with 27 additions and 12 deletions

View File

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

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

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Nov 24 13:29:59 UTC 2025 - Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
- Explicitly add desktop-file-utils to BuildRequires.
-------------------------------------------------------------------
Mon Nov 3 00:00:40 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.26:
* Handle unspecified config paths
* Align simple_eval with Python 3.10+
* Make -q hide the welcome message
* Convert sys.ps1 to a string to work-around non-str sys.ps1 from vscode
* Support for Python 3.14 has been added. Support for Python 3.9 has been
dropped.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 17 09:03:42 UTC 2025 - Markéta Machová <mmachova@suse.com> Tue Jun 17 09:03:42 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-bpython # spec file for package python-bpython
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%bcond_without test %bcond_without test
%bcond_without libalternatives %bcond_without libalternatives
Name: python-bpython Name: python-bpython
Version: 0.25 Version: 0.26
Release: 0 Release: 0
Summary: Fancy Interface to the Python Interpreter Summary: Fancy Interface to the Python Interpreter
License: MIT License: MIT
@@ -27,14 +27,15 @@ URL: https://www.bpython-interpreter.org/
Source: https://files.pythonhosted.org/packages/source/b/bpython/bpython-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/b/bpython/bpython-%{version}.tar.gz
BuildRequires: %{python_module Babel} BuildRequires: %{python_module Babel}
BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: alts BuildRequires: alts
BuildRequires: desktop-file-utils
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: update-desktop-files
Requires: %{name}-common = %{version} Requires: %{name}-common = %{version}
Requires: alts Requires: alts
Requires: python-curtsies >= 0.4 Requires: python-curtsies >= 0.4
@@ -138,12 +139,9 @@ rm %{buildroot}%{_datadir}/applications/org.bpython-interpreter.bpython.desktop
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc AUTHORS.rst CHANGELOG.rst README.rst %doc AUTHORS.rst CHANGELOG.rst README.rst
%dir %{python_sitelib}/bpython %{python_sitelib}/bpython
%{python_sitelib}/bpython/* %{python_sitelib}/bpdb
%dir %{python_sitelib}/bpdb %{python_sitelib}/bpython-%{version}.dist-info
%{python_sitelib}/bpdb/*
%dir %{python_sitelib}/bpython-%{version}*-info
%{python_sitelib}/bpython-%{version}*-info/*
%python_alternative %{_bindir}/bpython %python_alternative %{_bindir}/bpython
%python_alternative %{_bindir}/bpython-urwid %python_alternative %{_bindir}/bpython-urwid
%python_alternative %{_bindir}/bpdb %python_alternative %{_bindir}/bpdb