forked from pool/python-bottle
Accepting request 1286300 from devel:languages:python
- Convert to libalternatives - update to version 0.13.4: * fix: Route __repr__ and get_undecorated_callback behavior with __call__ (#1488) * fix: Workaround for uv/uvx bug (#1486) OBS-URL: https://build.opensuse.org/request/show/1286300 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=31
This commit is contained in:
BIN
bottle-0.13.3.tar.gz
(Stored with Git LFS)
BIN
bottle-0.13.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
bottle-0.13.4.tar.gz
Normal file
3
bottle-0.13.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:787e78327e12b227938de02248333d788cfe45987edca735f8f88e03472c3f47
|
||||
size 98717
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 17 08:43:33 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to libalternatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 15 12:06:40 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- update to version 0.13.4:
|
||||
* fix: Route __repr__ and get_undecorated_callback behavior with
|
||||
__call__ (#1488)
|
||||
* fix: Workaround for uv/uvx bug (#1486)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 21 13:26:32 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
|
@@ -16,9 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-bottle
|
||||
Version: 0.13.3
|
||||
Version: 0.13.4
|
||||
Release: 0
|
||||
Summary: WSGI framework for small web applications
|
||||
License: MIT
|
||||
@@ -28,10 +29,10 @@ Source1: http://bottlepy.org/docs/0.12/bottle-docs.pdf
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: alts
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires: alts
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -73,11 +74,8 @@ cp %{SOURCE1} .
|
||||
%check
|
||||
%pyunittest -v
|
||||
|
||||
%post
|
||||
%python_install_alternative bottle.py bottle
|
||||
|
||||
%postun
|
||||
%python_uninstall_alternative bottle.py bottle
|
||||
%pre
|
||||
%python_libalternatives_reset_alternative bottle.py
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Reference in New Issue
Block a user