Hello community, here is the log from the commit of package python-natsort for openSUSE:Factory checked in at 2019-11-27 13:53:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-natsort (Old) and /work/SRC/openSUSE:Factory/.python-natsort.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-natsort" Wed Nov 27 13:53:09 2019 rev:10 rq:749182 version:6.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-natsort/python-natsort.changes 2019-02-25 17:51:09.170759806 +0100 +++ /work/SRC/openSUSE:Factory/.python-natsort.new.26869/python-natsort.changes 2019-11-27 13:53:19.780370718 +0100 @@ -1,0 +2,40 @@ +Sat Nov 16 17:24:43 UTC 2019 - Arun Persaud <[email protected]> + +- specfile: + * python3 only + +- update to version 6.2.0: + * Added + + Support for Python 3.8 (@hugovk, issue #104) + * Changed + + index_natsorted internally now uses tuples for index-element + pairs instead of lists + + Added a TOC to the README + + Python 3.4 is no longer included in testing + * Fixed + + Pin testing dependencies to prevent CI breaking due to + third-party library changes + * Removed + + Introduction page in documentation + * Removed + + Support for Python 2 + +------------------------------------------------------------------- +Sun Nov 10 16:44:50 UTC 2019 - Arun Persaud <[email protected]> + +- update to version 6.1.0: + * Added + + Expose numeric_regex_chooser as a public function for ease in + making key functions + + Example in the documentation on how to sort numbers with units + + Automated testing support for macos and Windows (issue #91) + * Changed + + Update CHANGELOG format to style from + https://keepachangelog.com/ (issue #92) + * Fixed + + Removed dependency on sudo in TravisCI configuration (@hugovk, + issue #99) + + Documentation typos (@jdufresne, issue #94) (@cpburnz, issue + #95) + +------------------------------------------------------------------- Old: ---- natsort-6.0.0.tar.gz New: ---- natsort-6.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-natsort.spec ++++++ --- /var/tmp/diff_new_pack.wPjdDv/_old 2019-11-27 13:53:21.400369374 +0100 +++ /var/tmp/diff_new_pack.wPjdDv/_new 2019-11-27 13:53:21.404369370 +0100 @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-natsort -Version: 6.0.0 +Version: 6.2.0 Release: 0 Summary: Natural sorting in Python License: MIT -Group: Development/Languages/Python URL: https://github.com/SethMMorton/natsort Source: https://files.pythonhosted.org/packages/source/n/natsort/natsort-%{version}.tar.gz BuildRequires: %{python_module hypothesis} @@ -38,9 +38,6 @@ Recommends: python-PyICU >= 1.0.0 Recommends: python-fastnumbers >= 2.0.0 BuildArch: noarch -%ifpython2 -Requires: python2-pathlib -%endif %python_subpackages %description @@ -70,9 +67,9 @@ %files %{python_files} %license LICENSE -%doc README.rst CHANGELOG.rst -%python3_only %{_mandir}/man1/natsort.1%{ext_man} -%python3_only %{_bindir}/natsort +%doc README.rst CHANGELOG.md +%{_mandir}/man1/natsort.1%{ext_man} +%{_bindir}/natsort %{python_sitelib}/natsort* %changelog ++++++ natsort-6.0.0.tar.gz -> natsort-6.2.0.tar.gz ++++++ ++++ 7105 lines of diff (skipped)
