Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cwcwidth for openSUSE:Factory 
checked in at 2022-11-08 12:41:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cwcwidth (Old)
 and      /work/SRC/openSUSE:Factory/.python-cwcwidth.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cwcwidth"

Tue Nov  8 12:41:43 2022 rev:3 rq:1034463 version:0.1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cwcwidth/python-cwcwidth.changes  
2022-09-28 17:51:20.911183432 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cwcwidth.new.1597/python-cwcwidth.changes    
    2022-11-08 12:41:44.639744463 +0100
@@ -1,0 +2,6 @@
+Mon Nov  7 21:09:44 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com>
+
+- Update to version 0.1.8 
+  Set build-backend in pyproject.toml.
+
+-------------------------------------------------------------------

Old:
----
  cwcwidth-0.1.7.tar.gz

New:
----
  cwcwidth-0.1.8.tar.gz

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

Other differences:
------------------
++++++ python-cwcwidth.spec ++++++
--- /var/tmp/diff_new_pack.G6QptI/_old  2022-11-08 12:41:45.071746381 +0100
+++ /var/tmp/diff_new_pack.G6QptI/_new  2022-11-08 12:41:45.079746417 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-cwcwidth
-Version:        0.1.7
+Version:        0.1.8
 Release:        0
 Summary:        Python bindings for wc(s)width
 License:        MIT

++++++ cwcwidth-0.1.7.tar.gz -> cwcwidth-0.1.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwcwidth-0.1.7/CHANGELOG.md 
new/cwcwidth-0.1.8/CHANGELOG.md
--- old/cwcwidth-0.1.7/CHANGELOG.md     2022-08-16 21:46:17.000000000 +0200
+++ new/cwcwidth-0.1.8/CHANGELOG.md     2022-10-26 23:36:22.000000000 +0200
@@ -1,3 +1,8 @@
+0.1.8
+-----
+
+* Set build-backend in pyproject.toml.
+
 0.1.7
 -----
 
@@ -6,13 +11,13 @@
 0.1.6
 -----
 
-* Add support for Python 3.10
-* Drop support for Python 3.6
+* Add support for Python 3.10.
+* Drop support for Python 3.6.
 
 0.1.5
 -----
 
-* Fix type annotations
+* Fix type annotations.
 
 0.1.4
 -----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwcwidth-0.1.7/PKG-INFO new/cwcwidth-0.1.8/PKG-INFO
--- old/cwcwidth-0.1.7/PKG-INFO 2022-08-16 21:46:23.023998700 +0200
+++ new/cwcwidth-0.1.8/PKG-INFO 2022-10-26 23:36:32.342875000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cwcwidth
-Version: 0.1.7
+Version: 0.1.8
 Summary: Python bindings for wc(s)width
 Home-page: https://github.com/sebastinas/cwcwidth
 Author: Sebastian Ramacher
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwcwidth-0.1.7/cwcwidth/__init__.py 
new/cwcwidth-0.1.8/cwcwidth/__init__.py
--- old/cwcwidth-0.1.7/cwcwidth/__init__.py     2022-08-16 21:46:17.000000000 
+0200
+++ new/cwcwidth-0.1.8/cwcwidth/__init__.py     2022-10-26 23:36:22.000000000 
+0200
@@ -31,7 +31,7 @@
 
 from ._impl import wcwidth, wcswidth
 
-__version__ = "0.1.7"
+__version__ = "0.1.8"
 __author__ = "Sebastian Ramacher"
 __license__ = "Expat"
 __copyright__ = f"(C) 2021-2022 {__author__}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwcwidth-0.1.7/cwcwidth.egg-info/PKG-INFO 
new/cwcwidth-0.1.8/cwcwidth.egg-info/PKG-INFO
--- old/cwcwidth-0.1.7/cwcwidth.egg-info/PKG-INFO       2022-08-16 
21:46:22.000000000 +0200
+++ new/cwcwidth-0.1.8/cwcwidth.egg-info/PKG-INFO       2022-10-26 
23:36:32.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cwcwidth
-Version: 0.1.7
+Version: 0.1.8
 Summary: Python bindings for wc(s)width
 Home-page: https://github.com/sebastinas/cwcwidth
 Author: Sebastian Ramacher
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwcwidth-0.1.7/pyproject.toml 
new/cwcwidth-0.1.8/pyproject.toml
--- old/cwcwidth-0.1.7/pyproject.toml   2022-08-16 21:46:17.000000000 +0200
+++ new/cwcwidth-0.1.8/pyproject.toml   2022-10-26 23:36:22.000000000 +0200
@@ -4,6 +4,7 @@
   "Cython >= 0.28",
   "wheel",
 ]
+build-backend = "setuptools.build_meta"
 
 [tool.black]
 target_version = ["py37"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwcwidth-0.1.7/setup.cfg new/cwcwidth-0.1.8/setup.cfg
--- old/cwcwidth-0.1.7/setup.cfg        2022-08-16 21:46:23.023998700 +0200
+++ new/cwcwidth-0.1.8/setup.cfg        2022-10-26 23:36:32.342875000 +0200
@@ -1,6 +1,6 @@
 [metadata]
 name = cwcwidth
-version = 0.1.7
+version = 0.1.8
 author = Sebastian Ramacher
 author_email = sebast...@ramacher.at
 url = https://github.com/sebastinas/cwcwidth

Reply via email to