Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-libtmux for openSUSE:Factory checked in at 2023-09-11 21:22:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-libtmux (Old) and /work/SRC/openSUSE:Factory/.python-libtmux.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libtmux" Mon Sep 11 21:22:02 2023 rev:3 rq:1110213 version:0.23.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-libtmux/python-libtmux.changes 2023-09-06 19:04:08.228271895 +0200 +++ /work/SRC/openSUSE:Factory/.python-libtmux.new.1766/python-libtmux.changes 2023-09-11 21:26:34.234759945 +0200 @@ -1,0 +2,7 @@ +Mon Sep 11 04:53:57 UTC 2023 - Johannes Kastl <[email protected]> + +- update to 0.23.2: + _Maintenance only, no bug fixes or new features_ + Final Python 3.7 Release (End of life was June 27th, 2023) + +------------------------------------------------------------------- Old: ---- libtmux-0.23.1.tar.gz New: ---- libtmux-0.23.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-libtmux.spec ++++++ --- /var/tmp/diff_new_pack.ku3U7C/_old 2023-09-11 21:26:35.398801442 +0200 +++ /var/tmp/diff_new_pack.ku3U7C/_new 2023-09-11 21:26:35.398801442 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-libtmux -Version: 0.23.1 +Version: 0.23.2 Release: 0 Summary: Python API / wrapper for tmux License: MIT ++++++ libtmux-0.23.1.tar.gz -> libtmux-0.23.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libtmux-0.23.1/CHANGES new/libtmux-0.23.2/CHANGES --- old/libtmux-0.23.1/CHANGES 2023-09-02 14:51:20.639632700 +0200 +++ new/libtmux-0.23.2/CHANGES 2023-09-09 13:26:13.851573500 +0200 @@ -14,9 +14,20 @@ <!-- Maintainers and contributors: Insert change notes for the next release above --> +## libtmux 0.23.2 (2023-09-09) + +_Maintenance only, no bug fixes or new features_ + +### Breaking changes + +- Cut last python 3.7 release (EOL was June 27th, 2023) + + For security updates, a 0.23.x branch can be maintained for a limited time, + if necessary. + ## libtmux 0.23.1 (2023-09-02) -_Maintenance only, no bug fixes, or new features_ +_Maintenance only, no bug fixes or new features_ ### Development @@ -34,7 +45,7 @@ ## libtmux 0.23.0 (2023-08-20) -_Maintenance only, no bug fixes, or new features_ +_Maintenance only, no bug fixes or new features_ ### Development @@ -65,7 +76,7 @@ ## libtmux 0.22.1 (2023-05-28) -_Maintenance only, no bug fixes, or new features_ +_Maintenance only, no bug fixes or new features_ ### Development @@ -75,7 +86,7 @@ ## libtmux 0.22.0 (2023-05-27) -_Maintenance only, no bug fixes, or new features_ +_Maintenance only, no bug fixes or new features_ ### Internal improvements @@ -311,7 +322,7 @@ ## libtmux 0.15.6 (2022-09-23) -_Maintenance only, no bug fixes, or new features_ +_Maintenance only, no bug fixes or new features_ ### Packaging @@ -321,7 +332,7 @@ ## libtmux 0.15.5 (2022-09-23) -_Maintenance only, no bug fixes, or new features_ +_Maintenance only, no bug fixes or new features_ ### Packaging diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libtmux-0.23.1/PKG-INFO new/libtmux-0.23.2/PKG-INFO --- old/libtmux-0.23.1/PKG-INFO 1970-01-01 01:00:00.000000000 +0100 +++ new/libtmux-0.23.2/PKG-INFO 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: libtmux -Version: 0.23.1 +Version: 0.23.2 Summary: Typed scripting library / ORM / API wrapper for tmux Home-page: http://github.com/tmux-python/libtmux/ License: MIT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libtmux-0.23.1/pyproject.toml new/libtmux-0.23.2/pyproject.toml --- old/libtmux-0.23.1/pyproject.toml 2023-09-02 14:51:20.639632700 +0200 +++ new/libtmux-0.23.2/pyproject.toml 2023-09-09 13:26:13.855573400 +0200 @@ -1,6 +1,6 @@ [tool.poetry] name = "libtmux" -version = "0.23.1" +version = "0.23.2" description = "Typed scripting library / ORM / API wrapper for tmux" license = "MIT" authors = ["Tony Narlock <[email protected]>"] @@ -52,7 +52,7 @@ ### Docs ### sphinx = "*" furo = "*" -gp-libs = "*" +gp-libs = "~0.0.1" sphinx-autobuild = "*" sphinx-autodoc-typehints = "*" sphinx-inline-tabs = "<2023.4.21" # For Python 3.7 support diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libtmux-0.23.1/src/libtmux/__about__.py new/libtmux-0.23.2/src/libtmux/__about__.py --- old/libtmux-0.23.1/src/libtmux/__about__.py 2023-09-02 14:51:20.639632700 +0200 +++ new/libtmux-0.23.2/src/libtmux/__about__.py 2023-09-09 13:26:13.855573400 +0200 @@ -1,6 +1,6 @@ __title__ = "libtmux" __package_name__ = "libtmux" -__version__ = "0.23.1" +__version__ = "0.23.2" __description__ = "Typed scripting library / ORM / API wrapper for tmux" __email__ = "[email protected]" __author__ = "Tony Narlock"
