diff --git a/natsort-8.0.2.tar.gz b/natsort-8.0.2.tar.gz deleted file mode 100644 index c4c9c9e..0000000 --- a/natsort-8.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:feb87e0ce1dc1f8f3f21e18a85216c790e746d76a5ff6889563394605f504a2b -size 144912 diff --git a/natsort-8.1.0.tar.gz b/natsort-8.1.0.tar.gz new file mode 100644 index 0000000..e5d3508 --- /dev/null +++ b/natsort-8.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c1f3f27c375719a4dfcab353909fe39f26c2032a062a8c80cc844eaaca0445 +size 145241 diff --git a/python-natsort.changes b/python-natsort.changes index 2f88b89..2a69894 100644 --- a/python-natsort.changes +++ b/python-natsort.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 3 20:01:25 UTC 2022 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 8.1.0: + * Changed + + When using ns.PATH, only split off a maximum of two suffixes + from a file name (issues #145, #146). + ------------------------------------------------------------------- Sun Dec 26 08:55:47 UTC 2021 - Fusion Future diff --git a/python-natsort.spec b/python-natsort.spec index ad40beb..d8e059a 100644 --- a/python-natsort.spec +++ b/python-natsort.spec @@ -1,7 +1,7 @@ # # spec file for package python-natsort # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-natsort -Version: 8.0.2 +Version: 8.1.0 Release: 0 Summary: Natural sorting in Python License: MIT @@ -35,10 +35,10 @@ BuildRequires: fdupes BuildRequires: help2man BuildRequires: python-rpm-macros Requires: python-setuptools -Recommends: python-PyICU >= 1.0.0 -Recommends: python-fastnumbers >= 2.0.0 Requires(post): update-alternatives Requires(postun):update-alternatives +Recommends: python-PyICU >= 1.0.0 +Recommends: python-fastnumbers >= 2.0.0 BuildArch: noarch %python_subpackages