R. Ryantm
d42b04349e
python310Packages.natsort: 8.0.2 -> 8.1.0
2022-02-11 10:16:19 -08:00
Fabian Affolter
c60fa62269
python3Packages.natsort: 7.2.0 -> 8.0.2
2022-01-09 01:04:28 +01:00
Jonathan Ringer
d8b34fe522
python3Packages.natsort: 7.1.1 -> 7.2.0
2021-11-30 18:52:06 -08:00
Fabian Affolter
1573e35ba0
python3Packages.natsort: 7.1.1 -> 8.0.0
2021-11-09 01:08:07 +01:00
Sandro Jäckel
4209fed914
pythonPackages: deprecate pytestcov alias
2021-07-21 13:32:17 +02:00
Frederik Rietdijk
321d58e275
python3Packages.natsort: 7.1.0 -> 7.1.1
2021-02-26 11:01:49 +01:00
Frederik Rietdijk
4fcfc74177
python3Packages.natsort: 7.0.1 -> 7.1.0
2020-12-01 14:44:15 +01:00
Frederik Rietdijk
e3209fae77
python2.pkgs.natsort: fix eval
2020-06-19 11:21:42 +02:00
Frederik Rietdijk
9c650efbb0
python2.pkgs.natsort: disable
2020-06-19 11:20:35 +02:00
Frederik Rietdijk
3e9cad145f
python: natsort: 6.2.1 -> 7.0.1
2020-06-11 10:00:02 +02:00
Frederik Rietdijk
672e172e8d
python3Packages.natsort: 6.2.0 -> 6.2.1
2020-05-11 22:12:49 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jonathan Ringer
0797536602
pythonPackages.natsort: ignore impure tests
2019-12-30 16:46:49 +01:00
Frederik Rietdijk
3bde837c58
python: natsort: 6.0.0 -> 6.2.0
2019-12-30 16:46:44 +01:00
Frederik Rietdijk
42e0793296
python: natsort: 5.5.0 -> 6.0.0
2019-02-17 14:40:29 +01:00
Robert Schütz
0f2570554c
python.pkgs.natsort: 5.4.1 -> 5.5.0
2018-12-03 16:50:41 +01:00
Frederik Rietdijk
31b27444fa
python: natsort: 5.3.3 -> 5.4.1
2018-12-03 16:50:32 +01:00
Robert Schütz
de151625f2
python.pkgs.natsort: no pyflakes and pep8 checks
2018-09-01 10:41:37 +02:00
Frederik Rietdijk
2bd85b8f61
python: natsort: 5.3.2 -> 5.3.3
2018-07-22 16:52:46 +02:00
Frederik Rietdijk
c4d29f18c1
python: natsort: 5.2.0 -> 5.3.2
2018-06-22 13:09:21 +02:00
Robert Schütz
e6b8eb0280
pythonPackages.natsort: fix tests
...
A coverage report is definitely not needed for Nixpkgs.
2018-03-03 19:33:41 +01:00
Vladimír Čunát
f5ce8f86df
Revert "Merge staging at '8d490ca9934d0' into master"
...
This reverts commit fc23242220
, reversing
changes made to 754816b84b
.
We don't have many binaries yet. Comment on the original merge commit.
2018-02-26 22:53:18 +01:00
Robert Schütz
d3a347547c
pythonPackages.natsort: fix tests
...
A coverage report is definitely not needed for Nixpkgs.
2018-02-22 01:46:11 +01:00
Frederik Rietdijk
7e2a46ecdf
python.pkgs.natsort: fix build
2018-02-18 20:07:43 +01:00
Frederik Rietdijk
07cc52863a
python: natsort: 5.1.1 -> 5.2.0
2018-02-18 20:07:42 +01:00
Frederik Rietdijk
1623c8371c
buildPythonPackage: rename nix_run_setup.py to nix_run_setup
...
If the extension is .py it tends to be picked up by tools, breaking for
example tests.
2018-01-20 13:31:14 +01:00
Frederik Rietdijk
44e98de414
python.pkgs: maintenance updates
2017-11-24 20:36:20 +01:00
aszlig
e13c6645b1
python/natsort: Skip some tests with Python 3.[56]
...
Since the update to Python 3.6.3 in f906d6d18e
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-11-09 06:54:53 +01:00
Frederik Rietdijk
d58e1f1c7b
python.pkgs: many updates
2017-08-25 19:36:14 +02:00
Jaakko Luttinen
8a68e4c7f6
pythonPackages.natsort: 5.0.1 -> 5.0.3
...
* pythonPackages.natsort: refactor config
* pythonPackages.natsort: 5.0.1 -> 5.0.3
* pythonPackages.natsort: fix broken
2017-05-14 20:05:50 +02:00