Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-bottle for openSUSE:Factory 
checked in at 2024-10-15 14:57:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bottle (Old)
 and      /work/SRC/openSUSE:Factory/.python-bottle.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bottle"

Tue Oct 15 14:57:34 2024 rev:29 rq:1207849 version:0.13.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bottle/python-bottle.changes      
2024-09-25 21:51:53.252777310 +0200
+++ /work/SRC/openSUSE:Factory/.python-bottle.new.19354/python-bottle.changes   
2024-10-15 14:57:35.938669997 +0200
@@ -1,0 +2,9 @@
+Sat Oct 12 16:30:45 UTC 2024 - Benoît Monin <[email protected]>
+
+- update to version 0.13.2:
+  * fix: depr() should return DeprecationWarning
+  * change: Deprecate bottle.py script install
+  * docs: Added deprecation note for Python 2.x to release notes
+- add bottle script as alternative alongside bottle.py
+
+-------------------------------------------------------------------

Old:
----
  bottle-0.13.1.tar.gz

New:
----
  bottle-0.13.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-bottle.spec ++++++
--- /var/tmp/diff_new_pack.ts2uij/_old  2024-10-15 14:57:36.986713584 +0200
+++ /var/tmp/diff_new_pack.ts2uij/_new  2024-10-15 14:57:36.986713584 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-bottle
-Version:        0.13.1
+Version:        0.13.2
 Release:        0
 Summary:        WSGI framework for small web applications
 License:        MIT
@@ -68,20 +68,22 @@
 %pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_clone -a %{buildroot}%{_bindir}/bottle.py
+%python_clone -a %{buildroot}%{_bindir}/bottle
 
 %check
 %pyunittest -v
 
 %post
-%python_install_alternative bottle.py
+%python_install_alternative bottle.py bottle
 
 %postun
-%python_uninstall_alternative bottle.py
+%python_uninstall_alternative bottle.py bottle
 
 %files %{python_files}
 %license LICENSE
 %doc README.rst
 %python_alternative %{_bindir}/bottle.py
+%python_alternative %{_bindir}/bottle
 %{python_sitelib}/bottle.py*
 %pycache_only %{python_sitelib}/__pycache__
 %{python_sitelib}/bottle-%{version}.dist-info

++++++ bottle-0.13.1.tar.gz -> bottle-0.13.2.tar.gz ++++++
++++ 74161 lines of diff (skipped)

Reply via email to