Hello community,

here is the log from the commit of package python-inflect for openSUSE:Factory 
checked in at 2019-06-12 13:17:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-inflect (Old)
 and      /work/SRC/openSUSE:Factory/.python-inflect.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-inflect"

Wed Jun 12 13:17:10 2019 rev:2 rq:709104 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-inflect/python-inflect.changes    
2018-03-18 21:44:15.482981645 +0100
+++ /work/SRC/openSUSE:Factory/.python-inflect.new.4811/python-inflect.changes  
2019-06-12 13:17:11.328634875 +0200
@@ -1,0 +2,13 @@
+Tue Jun 11 08:38:40 UTC 2019 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to version 2.1.0
+  * Relicensed under the more permissive MIT License.
+  * fix inconsistencies with the inflect method
+  * Improved unicode handling.
+  * Fix capitalization issues in processes where more than one word 
+    is involved.
+  * fix extraneous close parentheses.
+  * Dropped support for Python 3.3.
+  * Moved hosting to jazzband.
+
+-------------------------------------------------------------------

Old:
----
  inflect-0.2.5.tar.gz

New:
----
  inflect-2.1.0.tar.gz

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

Other differences:
------------------
++++++ python-inflect.spec ++++++
--- /var/tmp/diff_new_pack.A0k9nq/_old  2019-06-12 13:17:11.828634350 +0200
+++ /var/tmp/diff_new_pack.A0k9nq/_new  2019-06-12 13:17:11.828634350 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-inflect
 #
-# Copyright (c) 2017 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
@@ -12,24 +12,23 @@
 # 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-%{**}}
 Name:           python-inflect
-Version:        0.2.5
+Version:        2.1.0
 Release:        0
 Summary:        Methods for working on numbers and nouns
-License:        AGPL-3.0
+License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/pwdyson/inflect.py
+URL:            https://github.com/jazzband/inflect
 Source0:        
https://files.pythonhosted.org/packages/source/i/inflect/inflect-%{version}.tar.gz
-BuildRequires:  %{python_module base}
 BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -45,14 +44,14 @@
 
 %install
 %python_install
-%python_exec %fdupes -s %{buildroot}%{$python_sitelib}
+%python_exec %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=build/lib %{_bindir}/nosetests
+%python_expand nosetests-%{$python_bin_suffix}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES.txt COPYING.txt README.rst
+%license LICENSE
+%doc CHANGES.txt README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ inflect-0.2.5.tar.gz -> inflect-2.1.0.tar.gz ++++++
++++ 12047 lines of diff (skipped)


Reply via email to