Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 68ab1c0dea | |||
| d7f4ae9028 | |||
| 7c238c10bf | |||
| b054938885 | |||
| ba23e43831 | |||
| 2773d9dc4b | |||
| 6872a07b7e |
3
bpython-0.25.tar.gz
Normal file
3
bpython-0.25.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c246fc909ef6dcc26e9d8cb4615b0e6b1613f3543d12269b19ffd0782166c65b
|
||||
size 207610
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f79083e1e3723be9b49c9994ad1dd3a19ccb4d0d4f9a6f5b3a73bef8bc327433
|
||||
size 207564
|
||||
@@ -1,20 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-bpython
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%bcond_without test
|
||||
%bcond_without libalternatives
|
||||
Name: python-bpython
|
||||
Version: 0.26
|
||||
Version: 0.25
|
||||
Release: 0
|
||||
Summary: Fancy Interface to the Python Interpreter
|
||||
License: MIT
|
||||
@@ -27,15 +27,14 @@ URL: https://www.bpython-interpreter.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/b/bpython/bpython-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Babel}
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
BuildRequires: %{python_module base >= 3.10}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: alts
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: %{name}-common = %{version}
|
||||
Requires: alts
|
||||
Requires: python-curtsies >= 0.4
|
||||
@@ -139,9 +138,12 @@ rm %{buildroot}%{_datadir}/applications/org.bpython-interpreter.bpython.desktop
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc AUTHORS.rst CHANGELOG.rst README.rst
|
||||
%{python_sitelib}/bpython
|
||||
%{python_sitelib}/bpdb
|
||||
%{python_sitelib}/bpython-%{version}.dist-info
|
||||
%dir %{python_sitelib}/bpython
|
||||
%{python_sitelib}/bpython/*
|
||||
%dir %{python_sitelib}/bpdb
|
||||
%{python_sitelib}/bpdb/*
|
||||
%dir %{python_sitelib}/bpython-%{version}*-info
|
||||
%{python_sitelib}/bpython-%{version}*-info/*
|
||||
%python_alternative %{_bindir}/bpython
|
||||
%python_alternative %{_bindir}/bpython-urwid
|
||||
%python_alternative %{_bindir}/bpdb
|
||||
|
||||
Reference in New Issue
Block a user