From b6b9934e019f2bcdd918cf46bcc466ea0e8e5037be44ff9753646271cc2ef923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 23 May 2018 07:16:11 +0000 Subject: [PATCH] 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 --- natsort-5.3.1.tar.gz | 3 --- natsort-5.3.2.tar.gz | 3 +++ python-natsort.changes | 14 ++++++++++++++ python-natsort.spec | 3 ++- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 natsort-5.3.1.tar.gz create mode 100644 natsort-5.3.2.tar.gz diff --git a/natsort-5.3.1.tar.gz b/natsort-5.3.1.tar.gz deleted file mode 100644 index aa926fd..0000000 --- a/natsort-5.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cefe7890a7a890bd9516738471d08d47e1ffbb3a9dd5abcd57af51f5cd187fe -size 142194 diff --git a/natsort-5.3.2.tar.gz b/natsort-5.3.2.tar.gz new file mode 100644 index 0000000..c13a36c --- /dev/null +++ b/natsort-5.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94056276c41be501d9fad3ade61d4eb4edf3b37fea53829b3294b75dc1d23708 +size 141548 diff --git a/python-natsort.changes b/python-natsort.changes index 9eca5bc..979d517 100644 --- a/python-natsort.changes +++ b/python-natsort.changes @@ -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 diff --git a/python-natsort.spec b/python-natsort.spec index ef122c3..ed882a4 100644 --- a/python-natsort.spec +++ b/python-natsort.spec @@ -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