Hello community,

here is the log from the commit of package python-inflect for openSUSE:Factory 
checked in at 2020-04-15 19:54:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-inflect (Old)
 and      /work/SRC/openSUSE:Factory/.python-inflect.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-inflect"

Wed Apr 15 19:54:27 2020 rev:3 rq:793908 version:4.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-inflect/python-inflect.changes    
2019-06-12 13:17:11.328634875 +0200
+++ /work/SRC/openSUSE:Factory/.python-inflect.new.2738/python-inflect.changes  
2020-04-15 19:54:37.721602609 +0200
@@ -1,0 +2,9 @@
+Tue Apr 14 11:03:28 UTC 2020 - Paolo Stivanin <[email protected]>
+
+- Update to 4.1.0
+  * Certain operations now allow ignore arbitrary leading words.
+  * Require Python 3.6 or later.
+  * Drop support for Python 3.4.
+  * Project now builds on jaraco/skeleton for shared package management.
+
+-------------------------------------------------------------------

Old:
----
  inflect-2.1.0.tar.gz

New:
----
  inflect-4.1.0.tar.gz

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

Other differences:
------------------
++++++ python-inflect.spec ++++++
--- /var/tmp/diff_new_pack.Ng14nL/_old  2020-04-15 19:54:38.213602830 +0200
+++ /var/tmp/diff_new_pack.Ng14nL/_new  2020-04-15 19:54:38.217602832 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-inflect
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,24 @@
 #
 
 
+%define skip_python2 1
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-inflect
-Version:        2.1.0
+Version:        4.1.0
 Release:        0
 Summary:        Methods for working on numbers and nouns
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/jazzband/inflect
 Source0:        
https://files.pythonhosted.org/packages/source/i/inflect/inflect-%{version}.tar.gz
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm}
+BuildRequires:  %{python_module toml}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-toml
 BuildArch:      noarch
 %python_subpackages
 
@@ -38,6 +43,7 @@
 %prep
 %setup -q -n inflect-%{version}
 rm -rf inflect.egg-info
+sed -i 's/addopts=--doctest-modules --flake8 --black 
--cov/addopts=--doctest-modules/g' pytest.ini
 
 %build
 %python_build
@@ -47,11 +53,11 @@
 %python_exec %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand nosetests-%{$python_bin_suffix}
+%pytest tests/
 
 %files %{python_files}
 %license LICENSE
-%doc CHANGES.txt README.rst
+%doc CHANGES.rst README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ inflect-2.1.0.tar.gz -> inflect-4.1.0.tar.gz ++++++
++++ 7278 lines of diff (skipped)


Reply via email to