forked from pool/python-natsort
Accepting request 951387 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/951387 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-natsort?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:feb87e0ce1dc1f8f3f21e18a85216c790e746d76a5ff6889563394605f504a2b
|
|
||||||
size 144912
|
|
3
natsort-8.1.0.tar.gz
Normal file
3
natsort-8.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c7c1f3f27c375719a4dfcab353909fe39f26c2032a062a8c80cc844eaaca0445
|
||||||
|
size 145241
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 3 20:01:25 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- 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 <qydwhotmail@gmail.com>
|
Sun Dec 26 08:55:47 UTC 2021 - Fusion Future <qydwhotmail@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-natsort
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-natsort
|
Name: python-natsort
|
||||||
Version: 8.0.2
|
Version: 8.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Natural sorting in Python
|
Summary: Natural sorting in Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -35,10 +35,10 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Recommends: python-PyICU >= 1.0.0
|
|
||||||
Recommends: python-fastnumbers >= 2.0.0
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
|
Recommends: python-PyICU >= 1.0.0
|
||||||
|
Recommends: python-fastnumbers >= 2.0.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user