lol

python310Packages.wheel: 0.37.1 -> 0.38.4

+8 -11
+6 -9
pkgs/development/python-modules/wheel/0001-tests-Rename-a-a-o-_-.py-_-.py.patch
··· 20 20 1 file changed, 1 insertion(+), 1 deletion(-) 21 21 22 22 diff --git a/tests/test_bdist_wheel.py b/tests/test_bdist_wheel.py 23 - index 651c034..9b94ac8 100644 23 + index 5a6db16..42cf121 100644 24 24 --- a/tests/test_bdist_wheel.py 25 25 +++ b/tests/test_bdist_wheel.py 26 - @@ -58,7 +58,7 @@ def test_unicode_record(wheel_paths): 26 + @@ -69,7 +69,7 @@ def test_unicode_record(wheel_paths): 27 27 with ZipFile(path) as zf: 28 - record = zf.read('unicode.dist-0.1.dist-info/RECORD') 28 + record = zf.read("unicode.dist-0.1.dist-info/RECORD") 29 29 30 - - assert u'åäö_日本語.py'.encode('utf-8') in record 31 - + assert u'æɐø_日本價.py'.encode('utf-8') in record 30 + - assert "åäö_日本語.py".encode() in record 31 + + assert "æɐø_日本價.py".encode() in record 32 32 33 33 34 - def test_licenses_default(dummy_dist, monkeypatch, tmpdir): 35 - -- 36 - 2.17.2 (Apple Git-113) 37 - 34 + UTF8_PKG_INFO = """\
+2 -2
pkgs/development/python-modules/wheel/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "wheel"; 10 - version = "0.37.1"; 10 + version = "0.38.4"; 11 11 format = "other"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "pypa"; 15 15 repo = pname; 16 16 rev = version; 17 - sha256 = "sha256-JlTmUPY3yo/uROyd3nW1dJa23zbLhgQTwcmqZkPOrHs="; 17 + hash = "sha256-yZLU0t/nz6kfnnoLL15bybOxN4+SJUaTJsCpGffl1QU="; 18 18 name = "${pname}-${version}-source"; 19 19 postFetch = '' 20 20 cd $out