forked from pool/python-natsort
Accepting request 651233 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/651233 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-natsort?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
dc76270c94
commit
d33f28b207
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae73b005135dc152e7b282b2d4cf19380d8cab4c4026461ee9f37bf3aa12e344
|
|
||||||
size 144888
|
|
3
natsort-5.5.0.tar.gz
Normal file
3
natsort-5.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e29031f37aa264145d6ad9acdab335479ce3636806fc7aa70b7675a2b2198d09
|
||||||
|
size 148672
|
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 22 21:54:55 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* added CHANGELOG.rst
|
||||||
|
|
||||||
|
- update to version 5.5.0:
|
||||||
|
* Formally deprecated old or misleading APIs (issue #83)
|
||||||
|
* Documentation, packaging, and CI cleanup (thanks @jdufresne)
|
||||||
|
(issues #69, #71-#80)
|
||||||
|
* Consolidate API documentation into a single page (issue #82)
|
||||||
|
* Add a CHANGELOG.rst to the top-level of the repository (issue #85)
|
||||||
|
* Add back support for very old versions of setuptools (issue #84)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 16 15:39:46 UTC 2018 - Arun Persaud <arun@gmx.de>
|
Sun Sep 16 15:39:46 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-natsort
|
Name: python-natsort
|
||||||
Version: 5.4.1
|
Version: 5.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Natural sorting in Python
|
Summary: Natural sorting in Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -70,7 +70,7 @@ pytest-%{$python_bin_suffix}
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst CHANGELOG.rst
|
||||||
%python3_only %{_mandir}/man1/natsort.1%{ext_man}
|
%python3_only %{_mandir}/man1/natsort.1%{ext_man}
|
||||||
%python3_only %{_bindir}/natsort
|
%python3_only %{_bindir}/natsort
|
||||||
%{python_sitelib}/natsort*
|
%{python_sitelib}/natsort*
|
||||||
|
Reference in New Issue
Block a user