about summary refs log tree commit diff
path: root/pkgs/development/python-modules/natsort
AgeCommit message (Collapse)AuthorFilesLines
2022-01-09python3Packages.natsort: 7.2.0 -> 8.0.2Fabian Affolter1-2/+2
2021-11-30python3Packages.natsort: 7.1.1 -> 7.2.0Jonathan Ringer1-2/+2
2021-11-09python3Packages.natsort: 7.1.1 -> 8.0.0Fabian Affolter1-27/+26
2021-07-21pythonPackages: deprecate pytestcov aliasSandro Jäckel1-2/+2
2021-02-26python3Packages.natsort: 7.1.0 -> 7.1.1Frederik Rietdijk1-2/+2
2020-12-01python3Packages.natsort: 7.0.1 -> 7.1.0Frederik Rietdijk1-2/+2
2020-06-19python2.pkgs.natsort: fix evalFrederik Rietdijk1-0/+1
2020-06-19python2.pkgs.natsort: disableFrederik Rietdijk1-0/+3
2020-06-11python: natsort: 6.2.1 -> 7.0.1Frederik Rietdijk1-2/+2
2020-05-11python3Packages.natsort: 6.2.0 -> 6.2.1Frederik Rietdijk1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30pythonPackages.natsort: ignore impure testsJonathan Ringer1-1/+2
2019-12-30python: natsort: 6.0.0 -> 6.2.0Frederik Rietdijk1-2/+2
2019-02-17python: natsort: 5.5.0 -> 6.0.0Frederik Rietdijk1-2/+2
2018-12-03python.pkgs.natsort: 5.4.1 -> 5.5.0Robert Schütz1-10/+9
2018-12-03python: natsort: 5.3.3 -> 5.4.1Frederik Rietdijk1-2/+2
2018-09-01python.pkgs.natsort: no pyflakes and pep8 checksRobert Schütz1-5/+1
2018-07-22python: natsort: 5.3.2 -> 5.3.3Frederik Rietdijk1-2/+2
2018-06-22python: natsort: 5.2.0 -> 5.3.2Frederik Rietdijk1-2/+2
2018-03-03pythonPackages.natsort: fix testsRobert Schütz1-6/+2
A coverage report is definitely not needed for Nixpkgs.
2018-02-26Revert "Merge staging at '8d490ca9934d0' into master"Vladimír Čunát1-2/+6
This reverts commit fc232422201c0364dbd57826c9a137cc1239caea, reversing changes made to 754816b84b98afdc0727e13dd66e1698b097de6a. We don't have many binaries yet. Comment on the original merge commit.
2018-02-22pythonPackages.natsort: fix testsRobert Schütz1-6/+2
A coverage report is definitely not needed for Nixpkgs.
2018-02-18python.pkgs.natsort: fix buildFrederik Rietdijk2-40/+0
2018-02-18python: natsort: 5.1.1 -> 5.2.0Frederik Rietdijk1-2/+2
2018-01-20buildPythonPackage: rename nix_run_setup.py to nix_run_setupFrederik Rietdijk2-23/+1
If the extension is .py it tends to be picked up by tools, breaking for example tests.
2017-11-24python.pkgs: maintenance updatesFrederik Rietdijk1-2/+2
2017-11-09python/natsort: Skip some tests with Python 3.[56]aszlig2-1/+41
Since the update to Python 3.6.3 in f906d6d18e87f4e2ee8a47d4f6040c77fd6 some of the Hypothesis tests in natsort suddenly begin to fail with errors like this one: res = '\x00\x00', f = <built-in function strxfrm> > return partial(reduce, lambda res, f: f(res), functions) E ValueError: embedded null character The tests didn't fail with Python 3.6.2, but they did fail with Python 3.5 already. I didn't dig through what the exact problem was, but I'd guess that the problem could lie in Hypothesis itself. Unfortunately updating to the latest version of Hypothesis didn't turn out to be that easy as well, because the newer versions have a circular dependency on pytest and a few other libraries. So I opted against updating Hypothesis for now and just mark the tests as "expected to fail" on purpose so that whenever we someday have a newer version of Hypothesis, the build for natsort will fail and we can remove this patch again. Tested against Python 2.7, 3.4, 3.5 and 3.6 and all of the builds now succeed. Signed-off-by: aszlig <aszlig@nix.build> Cc: @jluttine, @FRidh
2017-08-25python.pkgs: many updatesFrederik Rietdijk1-2/+2
2017-05-14pythonPackages.natsort: 5.0.1 -> 5.0.3Jaakko Luttinen2-0/+74
* pythonPackages.natsort: refactor config * pythonPackages.natsort: 5.0.1 -> 5.0.3 * pythonPackages.natsort: fix broken