Hello community,

here is the log from the commit of package python-colorama for openSUSE:Factory 
checked in at 2017-08-28 15:16:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-colorama (Old)
 and      /work/SRC/openSUSE:Factory/.python-colorama.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-colorama"

Mon Aug 28 15:16:42 2017 rev:12 rq:518788 version:0.3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-colorama/python-colorama.changes  
2017-05-17 17:17:58.404296752 +0200
+++ /work/SRC/openSUSE:Factory/.python-colorama.new/python-colorama.changes     
2017-08-28 15:18:11.868020352 +0200
@@ -1,0 +2,6 @@
+Fri Aug 25 16:23:50 UTC 2017 - [email protected]
+
+- update to 0.3.9:
+  * Revert fix for issue #103 which causes problems for dependent applications
+
+-------------------------------------------------------------------

Old:
----
  colorama-0.3.8.tar.gz

New:
----
  colorama-0.3.9.tar.gz

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

Other differences:
------------------
++++++ python-colorama.spec ++++++
--- /var/tmp/diff_new_pack.AkL3Ml/_old  2017-08-28 15:18:12.879878164 +0200
+++ /var/tmp/diff_new_pack.AkL3Ml/_new  2017-08-28 15:18:12.895875915 +0200
@@ -18,17 +18,17 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-colorama
-Version:        0.3.8
+Version:        0.3.9
 Release:        0
 Summary:        Cross-platform colored terminal text
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            https://github.com/tartley/colorama
 Source:         
https://files.pythonhosted.org/packages/source/c/colorama/colorama-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages

++++++ colorama-0.3.8.tar.gz -> colorama-0.3.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorama-0.3.8/CHANGELOG.rst 
new/colorama-0.3.9/CHANGELOG.rst
--- old/colorama-0.3.8/CHANGELOG.rst    2017-04-23 11:23:00.000000000 +0200
+++ new/colorama-0.3.9/CHANGELOG.rst    2017-04-27 09:07:29.000000000 +0200
@@ -1,3 +1,5 @@
+0.3.9
+  * Revert fix for issue #103 which causes problems for dependent applications
 0.3.8
   * Fix issue #121: "invalid escape sequence" deprecation fixes on Python 3.6+
   * Fix issue #110: fix "set console title" when working with unicode strings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorama-0.3.8/PKG-INFO new/colorama-0.3.9/PKG-INFO
--- old/colorama-0.3.8/PKG-INFO 2017-04-23 11:40:20.000000000 +0200
+++ new/colorama-0.3.9/PKG-INFO 2017-04-27 09:12:09.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: colorama
-Version: 0.3.8
+Version: 0.3.9
 Summary: Cross-platform colored terminal text.
 Home-page: https://github.com/tartley/colorama
 Author: Arnon Yaari
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorama-0.3.8/colorama/__init__.py 
new/colorama-0.3.9/colorama/__init__.py
--- old/colorama-0.3.8/colorama/__init__.py     2017-04-23 11:17:09.000000000 
+0200
+++ new/colorama-0.3.9/colorama/__init__.py     2017-04-27 09:06:22.000000000 
+0200
@@ -3,5 +3,5 @@
 from .ansi import Fore, Back, Style, Cursor
 from .ansitowin32 import AnsiToWin32
 
-__version__ = '0.3.8'
+__version__ = '0.3.9'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorama-0.3.8/colorama/ansitowin32.py 
new/colorama-0.3.9/colorama/ansitowin32.py
--- old/colorama-0.3.8/colorama/ansitowin32.py  2017-04-20 17:13:27.000000000 
+0200
+++ new/colorama-0.3.9/colorama/ansitowin32.py  2017-04-27 09:05:41.000000000 
+0200
@@ -39,9 +39,6 @@
     def write(self, text):
         self.__convertor.write(text)
 
-    def fileno():
-        raise OSError()
-
 
 class AnsiToWin32(object):
     '''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/colorama-0.3.8/colorama.egg-info/PKG-INFO 
new/colorama-0.3.9/colorama.egg-info/PKG-INFO
--- old/colorama-0.3.8/colorama.egg-info/PKG-INFO       2017-04-23 
11:40:20.000000000 +0200
+++ new/colorama-0.3.9/colorama.egg-info/PKG-INFO       2017-04-27 
09:12:09.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: colorama
-Version: 0.3.8
+Version: 0.3.9
 Summary: Cross-platform colored terminal text.
 Home-page: https://github.com/tartley/colorama
 Author: Arnon Yaari


Reply via email to