Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vit for openSUSE:Factory checked in 
at 2023-07-17 19:23:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vit (Old)
 and      /work/SRC/openSUSE:Factory/.vit.new.3193 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vit"

Mon Jul 17 19:23:10 2023 rev:9 rq:1098726 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/vit/vit.changes  2023-04-24 22:31:30.739617306 
+0200
+++ /work/SRC/openSUSE:Factory/.vit.new.3193/vit.changes        2023-07-17 
19:23:28.617803654 +0200
@@ -1,0 +2,7 @@
+Fri Jul 14 18:44:48 UTC 2023 - Mia Herkt <m...@0x0.st>
+
+- Update to 2.3.1
+  * fix: urwid.str_util import fails on some distros
+    gh#vit-project/vit#339
+
+-------------------------------------------------------------------

Old:
----
  vit-2.3.0.tar.gz

New:
----
  vit-2.3.1.tar.gz

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

Other differences:
------------------
++++++ vit.spec ++++++
--- /var/tmp/diff_new_pack.ldJw0V/_old  2023-07-17 19:23:29.269807431 +0200
+++ /var/tmp/diff_new_pack.ldJw0V/_new  2023-07-17 19:23:29.273807455 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           vit
-Version:        2.3.0
+Version:        2.3.1
 Release:        0
 Summary:        Visual Interactive Taskwarrior full-screen terminal interface
 License:        MIT

++++++ vit-2.3.0.tar.gz -> vit-2.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-2.3.0/PKG-INFO new/vit-2.3.1/PKG-INFO
--- old/vit-2.3.0/PKG-INFO      2023-04-14 06:27:09.153355400 +0200
+++ new/vit-2.3.1/PKG-INFO      2023-06-25 02:59:42.065125200 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: vit
-Version: 2.3.0
+Version: 2.3.1
 Summary: Visual Interactive Taskwarrior full-screen terminal interface
 Home-page: https://github.com/vit-project/vit
 Author: Chad Phillips
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-2.3.0/vit/util.py new/vit-2.3.1/vit/util.py
--- old/vit-2.3.0/vit/util.py   2022-12-25 21:06:26.000000000 +0100
+++ new/vit-2.3.1/vit/util.py   2023-06-22 15:35:29.000000000 +0200
@@ -2,9 +2,8 @@
 import sys
 import curses
 import shlex
-from functools import reduce
 
-from urwid.str_util import calc_width
+from urwid.util import calc_width
 
 curses.setupterm()
 e3_seq = curses.tigetstr('E3') or b''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-2.3.0/vit/version.py new/vit-2.3.1/vit/version.py
--- old/vit-2.3.0/vit/version.py        2023-04-14 06:10:49.000000000 +0200
+++ new/vit-2.3.1/vit/version.py        2023-06-25 02:58:01.000000000 +0200
@@ -1 +1 @@
-VIT = '2.3.0'
+VIT = '2.3.1'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-2.3.0/vit.egg-info/PKG-INFO 
new/vit-2.3.1/vit.egg-info/PKG-INFO
--- old/vit-2.3.0/vit.egg-info/PKG-INFO 2023-04-14 06:27:09.000000000 +0200
+++ new/vit-2.3.1/vit.egg-info/PKG-INFO 2023-06-25 02:59:42.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: vit
-Version: 2.3.0
+Version: 2.3.1
 Summary: Visual Interactive Taskwarrior full-screen terminal interface
 Home-page: https://github.com/vit-project/vit
 Author: Chad Phillips

Reply via email to