Hello community,

here is the log from the commit of package python-Pyphen for openSUSE:Factory 
checked in at 2019-02-28 21:42:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pyphen (Old)
 and      /work/SRC/openSUSE:Factory/.python-Pyphen.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pyphen"

Thu Feb 28 21:42:44 2019 rev:3 rq:678218 version:0.9.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pyphen/python-Pyphen.changes      
2019-01-24 14:03:09.832068706 +0100
+++ /work/SRC/openSUSE:Factory/.python-Pyphen.new.28833/python-Pyphen.changes   
2019-02-28 21:42:47.213540897 +0100
@@ -1,0 +2,14 @@
+Fri Feb 22 10:46:08 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Switch to github tarball for the test.py so source_validators
+  actually works
+
+-------------------------------------------------------------------
+Thu Feb 21 16:16:53 UTC 2019 - Hans-Peter Jansen <[email protected]>
+
+- Update to version 0.9.5
+  + Update Bulgarian and Spanish dictionaries, add Indonesian
+
+- Add test.py from GH, missing in tarball, enable checks
+
+-------------------------------------------------------------------

Old:
----
  Pyphen-0.9.4.tar.gz

New:
----
  0.9.5.tar.gz

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

Other differences:
------------------
++++++ python-Pyphen.spec ++++++
--- /var/tmp/diff_new_pack.T3mNaG/_old  2019-02-28 21:42:47.705540686 +0100
+++ /var/tmp/diff_new_pack.T3mNaG/_new  2019-02-28 21:42:47.705540686 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pyphen
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,13 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Pyphen
-Version:        0.9.4
+Version:        0.9.5
 Release:        0
 Summary:        Pure Python module to hyphenate text
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND MPL-1.1
 Group:          Development/Languages/Python
 Url:            https://github.com/Kozea/Pyphen
-Source:         
https://files.pythonhosted.org/packages/source/P/Pyphen/Pyphen-%{version}.tar.gz
+Source:         https://github.com/Kozea/Pyphen/archive/%{version}.tar.gz
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -48,6 +49,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v test.py
+
 %files %{python_files}
 %doc  README
 %license COPYING COPYING.GPL COPYING.LGPL COPYING.MPL

++++++ Pyphen-0.9.4.tar.gz -> 0.9.5.tar.gz ++++++
++++ 251181 lines of diff (skipped)


Reply via email to