Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-curtsies for openSUSE:Factory 
checked in at 2021-04-08 21:32:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-curtsies (Old)
 and      /work/SRC/openSUSE:Factory/.python-curtsies.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-curtsies"

Thu Apr  8 21:32:07 2021 rev:10 rq:883566 version:0.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-curtsies/python-curtsies.changes  
2021-02-26 21:59:58.539848444 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-curtsies.new.2401/python-curtsies.changes    
    2021-04-08 21:32:14.151811756 +0200
@@ -1,0 +2,29 @@
+Mon Apr  5 01:20:08 UTC 2021 - Arun Persaud <[email protected]>
+
+- specfile:
+  * remove patch remove-nose.patch (switch to pytest makes this obsolete)
+  * update requirements
+  * skip python 2, remove several if statements in build (for python2 and 
python <= 3.5)
+
+- update to version 0.3.5:
+  * Drop supported for Python 2, 3.4 and 3.5.
+  * Migrate to pytest. Thanks to Paolo Stivanin
+  * Add new exmples. Thanks to rybarczykj
+  * Improve error messages. Thanks to Etienne Richart
+  * Replace wcwidth with cwcwidth
+
+- changes from version 0.3.4:
+  * Prevent crash when embedding in situations including the lldb
+    debugger. Thanks Nathan Lanza!
+
+- changes from version 0.3.3:
+  * Revert backslash removal, since this broke bpython in 0.3.2
+
+- changes from version 0.3.2:
+  * Migrate doc generation to Python 3
+  * Add MyPy typing
+  * Remove logging level message. Thanks Jack Rybarczyk!
+  * Assorted fixes: Thanks Armira Nance, Etienne Richart, Evan
+    Allgood, Nathan Lanza, and Vilhelm Prytz!
+
+-------------------------------------------------------------------

Old:
----
  curtsies-0.3.1.tar.gz
  remove-nose.patch

New:
----
  curtsies-0.3.5.tar.gz

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

Other differences:
------------------
++++++ python-curtsies.spec ++++++
--- /var/tmp/diff_new_pack.ct3Wx5/_old  2021-04-08 21:32:14.819812490 +0200
+++ /var/tmp/diff_new_pack.ct3Wx5/_new  2021-04-08 21:32:14.819812490 +0200
@@ -17,9 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
+%define         skip_python2 1
 Name:           python-curtsies
-Version:        0.3.1
+Version:        0.3.5
 Release:        0
 Summary:        Curses-like terminal wrapper, with colored strings!
 License:        MIT
@@ -27,27 +27,17 @@
 URL:            https://github.com/bpython/curtsies
 Source:         
https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-%{version}.tar.gz
 # https://github.com/bpython/curtsies/pull/127
-Patch0:         remove-nose.patch
 BuildRequires:  %{python_module blessings}
+BuildRequires:  %{python_module cwcwidth}
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pyte}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module wcwidth}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-blessings
-Requires:       python-wcwidth
+Requires:       python-cwcwidth
 BuildArch:      noarch
-%if %{with python2}
-BuildRequires:  python2-typing
-%endif
-%if %{python_version_nodots} < 35
-BuildRequires:  python3-typing
-Requires:       python-typing
-%endif
-%ifpython2
-Requires:       python-typing
-%endif
 %python_subpackages
 
 %description
@@ -56,7 +46,6 @@
 
 %prep
 %setup -q -n curtsies-%{version}
-%patch0 -p1
 
 %build
 %python_build
@@ -66,11 +55,12 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec -m unittest discover -s tests -v
+%pytest
 
 %files %{python_files}
 %license LICENSE
-%doc readme.md
-%{python_sitelib}/*
+%doc README.md
+%{python_sitelib}/curtsies
+%{python_sitelib}/curtsies-%{version}-py*.egg-info
 
 %changelog

++++++ curtsies-0.3.1.tar.gz -> curtsies-0.3.5.tar.gz ++++++
++++ 6303 lines of diff (skipped)

Reply via email to