diff --git a/bottle-0.13.3.tar.gz b/bottle-0.13.3.tar.gz deleted file mode 100644 index f8f3edd..0000000 --- a/bottle-0.13.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c23aeb30aa8a13f39c60c0da494530ddd5de3da235bc431b818a50d999de49f -size 98555 diff --git a/bottle-0.13.4.tar.gz b/bottle-0.13.4.tar.gz new file mode 100644 index 0000000..cb28745 --- /dev/null +++ b/bottle-0.13.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787e78327e12b227938de02248333d788cfe45987edca735f8f88e03472c3f47 +size 98717 diff --git a/python-bottle.changes b/python-bottle.changes index e5c9463..ddc937a 100644 --- a/python-bottle.changes +++ b/python-bottle.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jun 17 08:43:33 UTC 2025 - Markéta Machová + +- Convert to libalternatives + +------------------------------------------------------------------- +Sun Jun 15 12:06:40 UTC 2025 - Benoît Monin + +- 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 diff --git a/python-bottle.spec b/python-bottle.spec index 3756dd6..dc24ee5 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -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