Hello community,

here is the log from the commit of package python-ftfy for openSUSE:Factory 
checked in at 2018-10-25 08:13:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ftfy (Old)
 and      /work/SRC/openSUSE:Factory/.python-ftfy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ftfy"

Thu Oct 25 08:13:49 2018 rev:3 rq:642835 version:5.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ftfy/python-ftfy.changes  2018-07-31 
16:00:35.063667116 +0200
+++ /work/SRC/openSUSE:Factory/.python-ftfy.new/python-ftfy.changes     
2018-10-25 08:14:23.880120912 +0200
@@ -1,0 +2,7 @@
+Thu Oct 18 09:57:30 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Update to version 5.5.1:
+  * Fixes build on python3.7
+  * Use Unicode 11
+
+-------------------------------------------------------------------

Old:
----
  ftfy-5.3.0.tar.gz

New:
----
  v5.5.1.tar.gz

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

Other differences:
------------------
++++++ python-ftfy.spec ++++++
--- /var/tmp/diff_new_pack.4jc431/_old  2018-10-25 08:14:24.560120620 +0200
+++ /var/tmp/diff_new_pack.4jc431/_new  2018-10-25 08:14:24.560120620 +0200
@@ -12,26 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-ftfy
-Version:        5.3.0
+Version:        5.5.1
 Release:        0
 Summary:        Python module for repairing mis-decoded Unicode text
 License:        MIT
 Group:          Development/Languages/Python
 Url:            http://github.com/LuminosoInsight/python-ftfy
-Source:         
https://files.pythonhosted.org/packages/source/f/ftfy/ftfy-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+Source:         
https://github.com/LuminosoInsight/python-ftfy/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module wcwidth}
@@ -46,7 +44,7 @@
 put through an encode/decode cycle with different encodings.
 
 %prep
-%setup -q -n ftfy-%{version}
+%setup -q -n python-ftfy-%{version}
 
 %build
 %python_build


Reply via email to