Hello community,

here is the log from the commit of package python-jellyfish for 
openSUSE:Factory checked in at 2018-08-03 12:37:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jellyfish (Old)
 and      /work/SRC/openSUSE:Factory/.python-jellyfish.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jellyfish"

Fri Aug  3 12:37:43 2018 rev:2 rq:627023 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jellyfish/python-jellyfish.changes        
2017-09-13 22:30:16.220156074 +0200
+++ /work/SRC/openSUSE:Factory/.python-jellyfish.new/python-jellyfish.changes   
2018-08-03 12:37:46.995612475 +0200
@@ -1,0 +2,6 @@
+Thu Aug  2 08:12:40 UTC 2018 - [email protected]
+
+- Version update to 0.6.1:
+  * Various unicode fixes
+
+-------------------------------------------------------------------

Old:
----
  jellyfish-0.5.6.tar.gz

New:
----
  jellyfish-0.6.1.tar.gz

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

Other differences:
------------------
++++++ python-jellyfish.spec ++++++
--- /var/tmp/diff_new_pack.wvpaOQ/_old  2018-08-03 12:37:47.435613129 +0200
+++ /var/tmp/diff_new_pack.wvpaOQ/_new  2018-08-03 12:37:47.439613134 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jellyfish
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jellyfish
-Version:        0.5.6
+Version:        0.6.1
 Release:        0
 Summary:        A library for doing approximate and phonetic matching of 
strings
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
-Url:            http://github.com/jamesturk/jellyfish
-Source:         
https://files.pythonhosted.org/packages/source/j/jellyfish/jellyfish-0.5.6.tar.gz
+URL:            http://github.com/jamesturk/jellyfish
+Source:         
https://files.pythonhosted.org/packages/source/j/jellyfish/jellyfish-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module unicodecsv}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 %python_subpackages
 
 %description
@@ -54,13 +53,15 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-%python_exec setup.py test
+# Tests actually do some crazy import order
+#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} 
py.test-%{$python_version} jellyfish/test.py
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitearch}/*
 
 %changelog

++++++ jellyfish-0.5.6.tar.gz -> jellyfish-0.6.1.tar.gz ++++++
++++ 47687 lines of diff (skipped)


Reply via email to