@@ -1014,7 +1014,7 @@ fn lock_wheel_url() -> Result<()> {
1014
1014
{ name = "trio", marker = "extra == 'trio'", specifier = ">=0.23" },
1015
1015
{ name = "trustme", marker = "extra == 'test'" },
1016
1016
{ name = "typing-extensions", marker = "python_full_version < '3.11'", specifier = ">=4.1" },
1017
- { name = "uvloop", marker = "platform_python_implementation == 'CPython' and platform_system != 'Windows ' and extra == 'test'", specifier = ">=0.17" },
1017
+ { name = "uvloop", marker = "platform_python_implementation == 'CPython' and sys_platform != 'win32 ' and extra == 'test'", specifier = ">=0.17" },
1018
1018
]
1019
1019
1020
1020
[[package]]
@@ -1159,7 +1159,7 @@ fn lock_sdist_url() -> Result<()> {
1159
1159
{ name = "trio", marker = "extra == 'trio'", specifier = ">=0.23" },
1160
1160
{ name = "trustme", marker = "extra == 'test'" },
1161
1161
{ name = "typing-extensions", marker = "python_full_version < '3.11'", specifier = ">=4.1" },
1162
- { name = "uvloop", marker = "platform_python_implementation == 'CPython' and platform_system != 'Windows ' and extra == 'test'", specifier = ">=0.17" },
1162
+ { name = "uvloop", marker = "platform_python_implementation == 'CPython' and sys_platform != 'win32 ' and extra == 'test'", specifier = ">=0.17" },
1163
1163
]
1164
1164
1165
1165
[[package]]
@@ -1675,7 +1675,7 @@ fn lock_dependency_extra() -> Result<()> {
1675
1675
version = "8.1.7"
1676
1676
source = { registry = "https://pypi.org/simple" }
1677
1677
dependencies = [
1678
- { name = "colorama", marker = "platform_system == 'Windows '" },
1678
+ { name = "colorama", marker = "sys_platform == 'win32 '" },
1679
1679
]
1680
1680
sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 }
1681
1681
wheels = [
@@ -2180,7 +2180,7 @@ fn lock_dependency_non_existent_extra() -> Result<()> {
2180
2180
version = "8.1.7"
2181
2181
source = { registry = "https://pypi.org/simple" }
2182
2182
dependencies = [
2183
- { name = "colorama", marker = "platform_system == 'Windows '" },
2183
+ { name = "colorama", marker = "sys_platform == 'win32 '" },
2184
2184
]
2185
2185
sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 }
2186
2186
wheels = [
@@ -12694,10 +12694,10 @@ fn lock_constrained_environment() -> Result<()> {
12694
12694
version = 1
12695
12695
requires-python = ">=3.12"
12696
12696
resolution-markers = [
12697
- "platform_system != 'Windows '",
12697
+ "sys_platform != 'win32 '",
12698
12698
]
12699
12699
supported-markers = [
12700
- "platform_system != 'Windows '",
12700
+ "sys_platform != 'win32 '",
12701
12701
]
12702
12702
12703
12703
[options]
@@ -12708,11 +12708,11 @@ fn lock_constrained_environment() -> Result<()> {
12708
12708
version = "24.3.0"
12709
12709
source = { registry = "https://pypi.org/simple" }
12710
12710
dependencies = [
12711
- { name = "click", marker = "platform_system != 'Windows '" },
12712
- { name = "mypy-extensions", marker = "platform_system != 'Windows '" },
12713
- { name = "packaging", marker = "platform_system != 'Windows '" },
12714
- { name = "pathspec", marker = "platform_system != 'Windows '" },
12715
- { name = "platformdirs", marker = "platform_system != 'Windows '" },
12711
+ { name = "click", marker = "sys_platform != 'win32 '" },
12712
+ { name = "mypy-extensions", marker = "sys_platform != 'win32 '" },
12713
+ { name = "packaging", marker = "sys_platform != 'win32 '" },
12714
+ { name = "pathspec", marker = "sys_platform != 'win32 '" },
12715
+ { name = "platformdirs", marker = "sys_platform != 'win32 '" },
12716
12716
]
12717
12717
sdist = { url = "https://files.pythonhosted.org/packages/8f/5f/bac24a952668c7482cfdb4ebf91ba57a796c9da8829363a772040c1a3312/black-24.3.0.tar.gz", hash = "sha256:a0c9c4a0771afc6919578cec71ce82a3e31e054904e7197deacbc9382671c41f", size = 634292 }
12718
12718
wheels = [
@@ -12772,7 +12772,7 @@ fn lock_constrained_environment() -> Result<()> {
12772
12772
version = "0.1.0"
12773
12773
source = { editable = "." }
12774
12774
dependencies = [
12775
- { name = "black", marker = "platform_system != 'Windows '" },
12775
+ { name = "black", marker = "sys_platform != 'win32 '" },
12776
12776
]
12777
12777
12778
12778
[package.metadata]
@@ -12907,7 +12907,7 @@ fn lock_constrained_environment() -> Result<()> {
12907
12907
version = "8.1.7"
12908
12908
source = { registry = "https://pypi.org/simple" }
12909
12909
dependencies = [
12910
- { name = "colorama", marker = "platform_system == 'Windows '" },
12910
+ { name = "colorama", marker = "sys_platform == 'win32 '" },
12911
12911
]
12912
12912
sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 }
12913
12913
wheels = [
@@ -13024,10 +13024,10 @@ fn lock_constrained_environment_legacy() -> Result<()> {
13024
13024
version = 1
13025
13025
requires-python = ">=3.12"
13026
13026
resolution-markers = [
13027
- "platform_system != 'Windows '",
13027
+ "sys_platform != 'win32 '",
13028
13028
]
13029
13029
supported-markers = [
13030
- "platform_system != 'Windows '",
13030
+ "sys_platform != 'win32 '",
13031
13031
]
13032
13032
13033
13033
[options]
@@ -13043,11 +13043,11 @@ fn lock_constrained_environment_legacy() -> Result<()> {
13043
13043
version = "24.3.0"
13044
13044
source = { registry = "https://pypi.org/simple" }
13045
13045
dependencies = [
13046
- { name = "click", marker = "platform_system != 'Windows '" },
13047
- { name = "mypy-extensions", marker = "platform_system != 'Windows '" },
13048
- { name = "packaging", marker = "platform_system != 'Windows '" },
13049
- { name = "pathspec", marker = "platform_system != 'Windows '" },
13050
- { name = "platformdirs", marker = "platform_system != 'Windows '" },
13046
+ { name = "click", marker = "sys_platform != 'win32 '" },
13047
+ { name = "mypy-extensions", marker = "sys_platform != 'win32 '" },
13048
+ { name = "packaging", marker = "sys_platform != 'win32 '" },
13049
+ { name = "pathspec", marker = "sys_platform != 'win32 '" },
13050
+ { name = "platformdirs", marker = "sys_platform != 'win32 '" },
13051
13051
]
13052
13052
sdist = { url = "https://files.pythonhosted.org/packages/8f/5f/bac24a952668c7482cfdb4ebf91ba57a796c9da8829363a772040c1a3312/black-24.3.0.tar.gz", hash = "sha256:a0c9c4a0771afc6919578cec71ce82a3e31e054904e7197deacbc9382671c41f", size = 634292 }
13053
13053
wheels = [
@@ -13062,7 +13062,7 @@ fn lock_constrained_environment_legacy() -> Result<()> {
13062
13062
version = "0.1.0"
13063
13063
source = { virtual = "child" }
13064
13064
dependencies = [
13065
- { name = "black", marker = "platform_system != 'Windows '" },
13065
+ { name = "black", marker = "sys_platform != 'win32 '" },
13066
13066
]
13067
13067
13068
13068
[package.metadata]
@@ -13169,9 +13169,9 @@ fn lock_overlapping_environment() -> Result<()> {
13169
13169
----- stdout -----
13170
13170
13171
13171
----- stderr -----
13172
- error: Supported environments must be disjoint, but the following markers overlap: `platform_system != 'Windows '` and `python_full_version >= '3.11'`.
13172
+ error: Supported environments must be disjoint, but the following markers overlap: `sys_platform != 'win32 '` and `python_full_version >= '3.11'`.
13173
13173
13174
- hint: replace `python_full_version >= '3.11'` with `python_full_version >= '3.11' and platform_system == 'Windows '`.
13174
+ hint: replace `python_full_version >= '3.11'` with `python_full_version >= '3.11' and sys_platform == 'win32 '`.
13175
13175
"###);
13176
13176
13177
13177
Ok(())
@@ -15049,7 +15049,7 @@ fn lock_explicit_virtual_project() -> Result<()> {
15049
15049
version = "8.1.7"
15050
15050
source = { registry = "https://pypi.org/simple" }
15051
15051
dependencies = [
15052
- { name = "colorama", marker = "platform_system == 'Windows '" },
15052
+ { name = "colorama", marker = "sys_platform == 'win32 '" },
15053
15053
]
15054
15054
sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 }
15055
15055
wheels = [
@@ -15266,7 +15266,7 @@ fn lock_implicit_virtual_project() -> Result<()> {
15266
15266
version = "8.1.7"
15267
15267
source = { registry = "https://pypi.org/simple" }
15268
15268
dependencies = [
15269
- { name = "colorama", marker = "platform_system == 'Windows '" },
15269
+ { name = "colorama", marker = "sys_platform == 'win32 '" },
15270
15270
]
15271
15271
sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 }
15272
15272
wheels = [
@@ -15765,7 +15765,7 @@ fn lock_python_upper_bound() -> Result<()> {
15765
15765
version = "8.1.7"
15766
15766
source = { registry = "https://pypi.org/simple" }
15767
15767
dependencies = [
15768
- { name = "colorama", marker = "platform_system == 'Windows '" },
15768
+ { name = "colorama", marker = "sys_platform == 'win32 '" },
15769
15769
]
15770
15770
sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 }
15771
15771
wheels = [
@@ -16048,7 +16048,7 @@ fn lock_python_upper_bound() -> Result<()> {
16048
16048
version = "4.66.2"
16049
16049
source = { registry = "https://pypi.org/simple" }
16050
16050
dependencies = [
16051
- { name = "colorama", marker = "platform_system == 'Windows '" },
16051
+ { name = "colorama", marker = "sys_platform == 'win32 '" },
16052
16052
]
16053
16053
sdist = { url = "https://files.pythonhosted.org/packages/ea/85/3ce0f9f7d3f596e7ea57f4e5ce8c18cb44e4a9daa58ddb46ee0d13d6bff8/tqdm-4.66.2.tar.gz", hash = "sha256:6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531", size = 169462 }
16054
16054
wheels = [
@@ -17985,7 +17985,7 @@ fn lock_multiple_sources_respect_marker() -> Result<()> {
17985
17985
name = "project"
17986
17986
version = "0.1.0"
17987
17987
requires-python = ">=3.12"
17988
- dependencies = ["iniconfig ; platform_system == 'Windows '"]
17988
+ dependencies = ["iniconfig ; sys_platform == 'win32 '"]
17989
17989
17990
17990
[tool.uv.sources]
17991
17991
iniconfig = [
@@ -18030,11 +18030,11 @@ fn lock_multiple_sources_respect_marker() -> Result<()> {
18030
18030
version = "0.1.0"
18031
18031
source = { virtual = "." }
18032
18032
dependencies = [
18033
- { name = "iniconfig", marker = "platform_system == 'Windows' and sys_platform != 'darwin '" },
18033
+ { name = "iniconfig", marker = "sys_platform == 'win32 '" },
18034
18034
]
18035
18035
18036
18036
[package.metadata]
18037
- requires-dist = [{ name = "iniconfig", marker = "platform_system == 'Windows' and sys_platform != 'darwin '" }]
18037
+ requires-dist = [{ name = "iniconfig", marker = "sys_platform == 'win32 '" }]
18038
18038
"###
18039
18039
);
18040
18040
});
0 commit comments