14
0

Accepting request 611422 from home:apersaud:branches:devel:languages:python

- specfile:
  * added setuptools as a requirements
- update to version 5.3.2:
  * Fix bug that prevented install on old versions of setuptools.
  * Revert layout from src/natsort/ back to natsort/ to make user
    testing simpler.

OBS-URL: https://build.opensuse.org/request/show/611422
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-natsort?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2018-05-23 07:16:11 +00:00
committed by Git OBS Bridge
parent e573d48b8b
commit b6b9934e01
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0cefe7890a7a890bd9516738471d08d47e1ffbb3a9dd5abcd57af51f5cd187fe
size 142194

3
natsort-5.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94056276c41be501d9fad3ade61d4eb4edf3b37fea53829b3294b75dc1d23708
size 141548

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon May 21 15:55:32 UTC 2018 - arun@gmx.de
- specfile:
* added setuptools as a requirements
-------------------------------------------------------------------
Mon May 21 03:51:36 UTC 2018 - arun@gmx.de
- update to version 5.3.2:
* Fix bug that prevented install on old versions of setuptools.
* Revert layout from src/natsort/ back to natsort/ to make user
testing simpler.
-------------------------------------------------------------------
Tue May 15 05:51:24 UTC 2018 - arun@gmx.de

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-natsort
Version: 5.3.1
Version: 5.3.2
Release: 0
Summary: Natural sorting in Python
License: MIT
@@ -31,6 +31,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: help2man
BuildRequires: python-rpm-macros
Requires: python-setuptools
Recommends: python-PyICU
Recommends: python-fastnumbers
BuildArch: noarch