effectual 0.8.1.1__tar.gz → 0.8.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {effectual-0.8.1.1 → effectual-0.8.3}/PKG-INFO +1 -1
- {effectual-0.8.1.1 → effectual-0.8.3}/pyproject.toml +1 -1
- {effectual-0.8.1.1 → effectual-0.8.3}/uv.lock +53 -53
- {effectual-0.8.1.1 → effectual-0.8.3}/.gitignore +0 -0
- {effectual-0.8.1.1 → effectual-0.8.3}/.python-version +0 -0
- {effectual-0.8.1.1 → effectual-0.8.3}/LICENSE +0 -0
- {effectual-0.8.1.1 → effectual-0.8.3}/README.md +0 -0
- {effectual-0.8.1.1 → effectual-0.8.3}/src/effectual/__init__.py +0 -0
- {effectual-0.8.1.1 → effectual-0.8.3}/src/effectual/build.py +0 -0
- {effectual-0.8.1.1 → effectual-0.8.3}/src/effectual/colors.py +0 -0
- {effectual-0.8.1.1 → effectual-0.8.3}/src/effectual/config.py +0 -0
- {effectual-0.8.1.1 → effectual-0.8.3}/src/effectual/developer.py +0 -0
- {effectual-0.8.1.1 → effectual-0.8.3}/src/effectual/lib.py +0 -0
- {effectual-0.8.1.1 → effectual-0.8.3}/src/effectual/transformations.py +0 -0
- {effectual-0.8.1.1 → effectual-0.8.3}/taskfile.yml +0 -0
@@ -164,7 +164,7 @@ wheels = [
|
|
164
164
|
|
165
165
|
[[package]]
|
166
166
|
name = "effectual"
|
167
|
-
version = "0.8.
|
167
|
+
version = "0.8.2"
|
168
168
|
source = { editable = "." }
|
169
169
|
dependencies = [
|
170
170
|
{ name = "click" },
|
@@ -208,11 +208,11 @@ wheels = [
|
|
208
208
|
|
209
209
|
[[package]]
|
210
210
|
name = "filelock"
|
211
|
-
version = "3.
|
211
|
+
version = "3.17.0"
|
212
212
|
source = { registry = "https://pypi.org/simple" }
|
213
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
213
|
+
sdist = { url = "https://files.pythonhosted.org/packages/dc/9c/0b15fb47b464e1b663b1acd1253a062aa5feecb07d4e597daea542ebd2b5/filelock-3.17.0.tar.gz", hash = "sha256:ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e", size = 18027 }
|
214
214
|
wheels = [
|
215
|
-
{ url = "https://files.pythonhosted.org/packages/
|
215
|
+
{ url = "https://files.pythonhosted.org/packages/89/ec/00d68c4ddfedfe64159999e5f8a98fb8442729a63e2077eb9dcd89623d27/filelock-3.17.0-py3-none-any.whl", hash = "sha256:533dc2f7ba78dc2f0f531fc6c4940addf7b70a481e269a5a3b93be94ffbe8338", size = 16164 },
|
216
216
|
]
|
217
217
|
|
218
218
|
[[package]]
|
@@ -318,14 +318,14 @@ wheels = [
|
|
318
318
|
|
319
319
|
[[package]]
|
320
320
|
name = "importlib-metadata"
|
321
|
-
version = "8.
|
321
|
+
version = "8.6.1"
|
322
322
|
source = { registry = "https://pypi.org/simple" }
|
323
323
|
dependencies = [
|
324
324
|
{ name = "zipp" },
|
325
325
|
]
|
326
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
326
|
+
sdist = { url = "https://files.pythonhosted.org/packages/33/08/c1395a292bb23fd03bdf572a1357c5a733d3eecbab877641ceacab23db6e/importlib_metadata-8.6.1.tar.gz", hash = "sha256:310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580", size = 55767 }
|
327
327
|
wheels = [
|
328
|
-
{ url = "https://files.pythonhosted.org/packages/
|
328
|
+
{ url = "https://files.pythonhosted.org/packages/79/9d/0fb148dc4d6fa4a7dd1d8378168d9b4cd8d4560a6fbf6f0121c5fc34eb68/importlib_metadata-8.6.1-py3-none-any.whl", hash = "sha256:02a89390c1e15fdfdc0d7c6b25cb3e62650d0494005c97d6f148bf5b9787525e", size = 26971 },
|
329
329
|
]
|
330
330
|
|
331
331
|
[[package]]
|
@@ -654,27 +654,27 @@ wheels = [
|
|
654
654
|
|
655
655
|
[[package]]
|
656
656
|
name = "ruff"
|
657
|
-
version = "0.9.
|
657
|
+
version = "0.9.2"
|
658
658
|
source = { registry = "https://pypi.org/simple" }
|
659
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
659
|
+
sdist = { url = "https://files.pythonhosted.org/packages/80/63/77ecca9d21177600f551d1c58ab0e5a0b260940ea7312195bd2a4798f8a8/ruff-0.9.2.tar.gz", hash = "sha256:b5eceb334d55fae5f316f783437392642ae18e16dcf4f1858d55d3c2a0f8f5d0", size = 3553799 }
|
660
660
|
wheels = [
|
661
|
-
{ url = "https://files.pythonhosted.org/packages/
|
662
|
-
{ url = "https://files.pythonhosted.org/packages/
|
663
|
-
{ url = "https://files.pythonhosted.org/packages/
|
664
|
-
{ url = "https://files.pythonhosted.org/packages/
|
665
|
-
{ url = "https://files.pythonhosted.org/packages/
|
666
|
-
{ url = "https://files.pythonhosted.org/packages/
|
667
|
-
{ url = "https://files.pythonhosted.org/packages/
|
668
|
-
{ url = "https://files.pythonhosted.org/packages/
|
669
|
-
{ url = "https://files.pythonhosted.org/packages/
|
670
|
-
{ url = "https://files.pythonhosted.org/packages/
|
671
|
-
{ url = "https://files.pythonhosted.org/packages/
|
672
|
-
{ url = "https://files.pythonhosted.org/packages/
|
673
|
-
{ url = "https://files.pythonhosted.org/packages/
|
674
|
-
{ url = "https://files.pythonhosted.org/packages/
|
675
|
-
{ url = "https://files.pythonhosted.org/packages/
|
676
|
-
{ url = "https://files.pythonhosted.org/packages/
|
677
|
-
{ url = "https://files.pythonhosted.org/packages/
|
661
|
+
{ url = "https://files.pythonhosted.org/packages/af/b9/0e168e4e7fb3af851f739e8f07889b91d1a33a30fca8c29fa3149d6b03ec/ruff-0.9.2-py3-none-linux_armv6l.whl", hash = "sha256:80605a039ba1454d002b32139e4970becf84b5fee3a3c3bf1c2af6f61a784347", size = 11652408 },
|
662
|
+
{ url = "https://files.pythonhosted.org/packages/2c/22/08ede5db17cf701372a461d1cb8fdde037da1d4fa622b69ac21960e6237e/ruff-0.9.2-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b9aab82bb20afd5f596527045c01e6ae25a718ff1784cb92947bff1f83068b00", size = 11587553 },
|
663
|
+
{ url = "https://files.pythonhosted.org/packages/42/05/dedfc70f0bf010230229e33dec6e7b2235b2a1b8cbb2a991c710743e343f/ruff-0.9.2-py3-none-macosx_11_0_arm64.whl", hash = "sha256:fbd337bac1cfa96be615f6efcd4bc4d077edbc127ef30e2b8ba2a27e18c054d4", size = 11020755 },
|
664
|
+
{ url = "https://files.pythonhosted.org/packages/df/9b/65d87ad9b2e3def67342830bd1af98803af731243da1255537ddb8f22209/ruff-0.9.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:82b35259b0cbf8daa22a498018e300b9bb0174c2bbb7bcba593935158a78054d", size = 11826502 },
|
665
|
+
{ url = "https://files.pythonhosted.org/packages/93/02/f2239f56786479e1a89c3da9bc9391120057fc6f4a8266a5b091314e72ce/ruff-0.9.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8b6a9701d1e371bf41dca22015c3f89769da7576884d2add7317ec1ec8cb9c3c", size = 11390562 },
|
666
|
+
{ url = "https://files.pythonhosted.org/packages/c9/37/d3a854dba9931f8cb1b2a19509bfe59e00875f48ade632e95aefcb7a0aee/ruff-0.9.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9cc53e68b3c5ae41e8faf83a3b89f4a5d7b2cb666dff4b366bb86ed2a85b481f", size = 12548968 },
|
667
|
+
{ url = "https://files.pythonhosted.org/packages/fa/c3/c7b812bb256c7a1d5553433e95980934ffa85396d332401f6b391d3c4569/ruff-0.9.2-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:8efd9da7a1ee314b910da155ca7e8953094a7c10d0c0a39bfde3fcfd2a015684", size = 13187155 },
|
668
|
+
{ url = "https://files.pythonhosted.org/packages/bd/5a/3c7f9696a7875522b66aa9bba9e326e4e5894b4366bd1dc32aa6791cb1ff/ruff-0.9.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3292c5a22ea9a5f9a185e2d131dc7f98f8534a32fb6d2ee7b9944569239c648d", size = 12704674 },
|
669
|
+
{ url = "https://files.pythonhosted.org/packages/be/d6/d908762257a96ce5912187ae9ae86792e677ca4f3dc973b71e7508ff6282/ruff-0.9.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1a605fdcf6e8b2d39f9436d343d1f0ff70c365a1e681546de0104bef81ce88df", size = 14529328 },
|
670
|
+
{ url = "https://files.pythonhosted.org/packages/2d/c2/049f1e6755d12d9cd8823242fa105968f34ee4c669d04cac8cea51a50407/ruff-0.9.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c547f7f256aa366834829a08375c297fa63386cbe5f1459efaf174086b564247", size = 12385955 },
|
671
|
+
{ url = "https://files.pythonhosted.org/packages/91/5a/a9bdb50e39810bd9627074e42743b00e6dc4009d42ae9f9351bc3dbc28e7/ruff-0.9.2-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:d18bba3d3353ed916e882521bc3e0af403949dbada344c20c16ea78f47af965e", size = 11810149 },
|
672
|
+
{ url = "https://files.pythonhosted.org/packages/e5/fd/57df1a0543182f79a1236e82a79c68ce210efb00e97c30657d5bdb12b478/ruff-0.9.2-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:b338edc4610142355ccf6b87bd356729b62bf1bc152a2fad5b0c7dc04af77bfe", size = 11479141 },
|
673
|
+
{ url = "https://files.pythonhosted.org/packages/dc/16/bc3fd1d38974f6775fc152a0554f8c210ff80f2764b43777163c3c45d61b/ruff-0.9.2-py3-none-musllinux_1_2_i686.whl", hash = "sha256:492a5e44ad9b22a0ea98cf72e40305cbdaf27fac0d927f8bc9e1df316dcc96eb", size = 12014073 },
|
674
|
+
{ url = "https://files.pythonhosted.org/packages/47/6b/e4ca048a8f2047eb652e1e8c755f384d1b7944f69ed69066a37acd4118b0/ruff-0.9.2-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:af1e9e9fe7b1f767264d26b1075ac4ad831c7db976911fa362d09b2d0356426a", size = 12435758 },
|
675
|
+
{ url = "https://files.pythonhosted.org/packages/c2/40/4d3d6c979c67ba24cf183d29f706051a53c36d78358036a9cd21421582ab/ruff-0.9.2-py3-none-win32.whl", hash = "sha256:71cbe22e178c5da20e1514e1e01029c73dc09288a8028a5d3446e6bba87a5145", size = 9796916 },
|
676
|
+
{ url = "https://files.pythonhosted.org/packages/c3/ef/7f548752bdb6867e6939489c87fe4da489ab36191525fadc5cede2a6e8e2/ruff-0.9.2-py3-none-win_amd64.whl", hash = "sha256:c5e1d6abc798419cf46eed03f54f2e0c3adb1ad4b801119dedf23fcaf69b55b5", size = 10773080 },
|
677
|
+
{ url = "https://files.pythonhosted.org/packages/0e/4e/33df635528292bd2d18404e4daabcd74ca8a9853b2e1df85ed3d32d24362/ruff-0.9.2-py3-none-win_arm64.whl", hash = "sha256:a1b63fa24149918f8b37cef2ee6fff81f24f0d74b6f0bdc37bc3e1f2143e41c6", size = 10001738 },
|
678
678
|
]
|
679
679
|
|
680
680
|
[[package]]
|
@@ -758,11 +758,11 @@ wheels = [
|
|
758
758
|
|
759
759
|
[[package]]
|
760
760
|
name = "tomli-w"
|
761
|
-
version = "1.
|
761
|
+
version = "1.2.0"
|
762
762
|
source = { registry = "https://pypi.org/simple" }
|
763
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
763
|
+
sdist = { url = "https://files.pythonhosted.org/packages/19/75/241269d1da26b624c0d5e110e8149093c759b7a286138f4efd61a60e75fe/tomli_w-1.2.0.tar.gz", hash = "sha256:2dd14fac5a47c27be9cd4c976af5a12d87fb1f0b4512f81d69cce3b35ae25021", size = 7184 }
|
764
764
|
wheels = [
|
765
|
-
{ url = "https://files.pythonhosted.org/packages/
|
765
|
+
{ url = "https://files.pythonhosted.org/packages/c7/18/c86eb8e0202e32dd3df50d43d7ff9854f8e0603945ff398974c1d91ac1ef/tomli_w-1.2.0-py3-none-any.whl", hash = "sha256:188306098d013b691fcadc011abd66727d3c414c571bb01b1a174ba8c983cf90", size = 6675 },
|
766
766
|
]
|
767
767
|
|
768
768
|
[[package]]
|
@@ -776,11 +776,11 @@ wheels = [
|
|
776
776
|
|
777
777
|
[[package]]
|
778
778
|
name = "trove-classifiers"
|
779
|
-
version = "2025.1.
|
779
|
+
version = "2025.1.15.22"
|
780
780
|
source = { registry = "https://pypi.org/simple" }
|
781
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
781
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f3/cb/8f6a91c74049180e395590901834d68bef5d6a2ce4c9ca9792cfadc1b9b4/trove_classifiers-2025.1.15.22.tar.gz", hash = "sha256:90af74358d3a01b3532bc7b3c88d8c6a094c2fd50a563d13d9576179326d7ed9", size = 16236 }
|
782
782
|
wheels = [
|
783
|
-
{ url = "https://files.pythonhosted.org/packages/
|
783
|
+
{ url = "https://files.pythonhosted.org/packages/2b/c5/6422dbc59954389b20b2aba85b737ab4a552e357e7ea14b52f40312e7c84/trove_classifiers-2025.1.15.22-py3-none-any.whl", hash = "sha256:5f19c789d4f17f501d36c94dbbf969fb3e8c2784d008e6f5164dd2c3d6a2b07c", size = 13610 },
|
784
784
|
]
|
785
785
|
|
786
786
|
[[package]]
|
@@ -806,40 +806,40 @@ wheels = [
|
|
806
806
|
|
807
807
|
[[package]]
|
808
808
|
name = "uv"
|
809
|
-
version = "0.5.
|
809
|
+
version = "0.5.22"
|
810
810
|
source = { registry = "https://pypi.org/simple" }
|
811
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
811
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ef/22/3e634cc4caf0a5acae08fc7ad80a76cf01a0be779ceb2cde3e14e164c1eb/uv-0.5.22.tar.gz", hash = "sha256:12f78366075bcff63e926f2beaf9dafe92f94368c736f4d63a64f4c6a2072af5", size = 2662375 }
|
812
812
|
wheels = [
|
813
|
-
{ url = "https://files.pythonhosted.org/packages/
|
814
|
-
{ url = "https://files.pythonhosted.org/packages/
|
815
|
-
{ url = "https://files.pythonhosted.org/packages/
|
816
|
-
{ url = "https://files.pythonhosted.org/packages/
|
817
|
-
{ url = "https://files.pythonhosted.org/packages/
|
818
|
-
{ url = "https://files.pythonhosted.org/packages/
|
819
|
-
{ url = "https://files.pythonhosted.org/packages/
|
820
|
-
{ url = "https://files.pythonhosted.org/packages/
|
821
|
-
{ url = "https://files.pythonhosted.org/packages/
|
822
|
-
{ url = "https://files.pythonhosted.org/packages/
|
823
|
-
{ url = "https://files.pythonhosted.org/packages/
|
824
|
-
{ url = "https://files.pythonhosted.org/packages/
|
825
|
-
{ url = "https://files.pythonhosted.org/packages/
|
826
|
-
{ url = "https://files.pythonhosted.org/packages/
|
827
|
-
{ url = "https://files.pythonhosted.org/packages/
|
828
|
-
{ url = "https://files.pythonhosted.org/packages/
|
813
|
+
{ url = "https://files.pythonhosted.org/packages/4f/40/f40aec432b7d53faa2e8a3bf155adaf2876ff8b327b7d2d43f5af7d7c213/uv-0.5.22-py3-none-linux_armv6l.whl", hash = "sha256:7b4024a82616e08f8e2361ae113bf74b8bef6f028835eb1300678eb9182e1bdc", size = 15317990 },
|
814
|
+
{ url = "https://files.pythonhosted.org/packages/be/36/a482fde2e4b762bc0838f5dcf195d2a7b5dd06ccdd5ab23004ac9451f34d/uv-0.5.22-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:32658bb5c8637a437b2a209b937e11beba7600dea600c672edef180b4748a729", size = 15474569 },
|
815
|
+
{ url = "https://files.pythonhosted.org/packages/bf/c7/462bc209bd6f9f4fc3db428b345a70fd59296ee914be090389c4f6f6a9f8/uv-0.5.22-py3-none-macosx_11_0_arm64.whl", hash = "sha256:1ace09ab8028a2d596b84d8814ff78ce2a13f1e8a1e664523e6a6eeb9ef50aad", size = 14382343 },
|
816
|
+
{ url = "https://files.pythonhosted.org/packages/a0/e8/cc973a1fd0ebff01a7ddff903d2782a280f5588da4ed57ea70dad0a403e4/uv-0.5.22-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:9c9dda5ea4bcd49b0a7c36da6f1a0fd7a74fced354de3971f40c8176c5398d8a", size = 14836795 },
|
817
|
+
{ url = "https://files.pythonhosted.org/packages/8b/69/fa8ef336f799bd185e0a218ff28d39ca930295882edc972019abda23c166/uv-0.5.22-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7f2f35104b3121d26bc1e2a19444cae589ec7307314d0b4788f1d784fab41748", size = 15052067 },
|
818
|
+
{ url = "https://files.pythonhosted.org/packages/23/18/ab10457abe0cac1cbee327c31c2a96001f4318451e0017f4727a3962045a/uv-0.5.22-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:25e50a3216fd3370c8fad7c9c23539997e160cbc2e5121e0a8ca21d47a6bbcac", size = 15788379 },
|
819
|
+
{ url = "https://files.pythonhosted.org/packages/c2/24/c8b296df29cd92c825db8c60ae0799bd977fe1c91712599e1fa5d9bea8b5/uv-0.5.22-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:ead10e1c0f443cf9921d73c18c65935b502bd4eb3cc1bbbbb43e0e7435a31dbd", size = 16705352 },
|
820
|
+
{ url = "https://files.pythonhosted.org/packages/34/7f/2cdf72eb49b99d222e6eb264515ff8433572ff8574cafcf8a910c816c459/uv-0.5.22-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8674f547ddf9b988d12120fa14a8eca4730b019869a2bacf11a89a6de788e6e6", size = 16428333 },
|
821
|
+
{ url = "https://files.pythonhosted.org/packages/c8/a5/74b580945594dcc444f9a1bce64f3c081a04d9c9f435340ae044da2416d9/uv-0.5.22-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1cedf06ebfa2b233450b7f71a16c90f103ea68f415f45e61ec691554c03cccdb", size = 20752598 },
|
822
|
+
{ url = "https://files.pythonhosted.org/packages/fc/86/fddff1dd7c894bb4de44a66bc4372c9b3d64138f63bced3e0f919ca8f0ab/uv-0.5.22-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a2f1eb24426680a22ca9a824f2af83a5e9b2179d709cd1b48ddd10e81e249d9c", size = 16118825 },
|
823
|
+
{ url = "https://files.pythonhosted.org/packages/7d/ef/860249b83023dfbcb2dc4f4ef66082a8e45504138fdaf9631d96b0221e3d/uv-0.5.22-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:9b3e4bcee00b9f343c29bcd8251a739727f60c16870148336b5a97f94bb26a7b", size = 15122109 },
|
824
|
+
{ url = "https://files.pythonhosted.org/packages/e7/82/05ef1cf9de48a456969b40e08dae0d5afb9fc9b8ed6e25d42d4cdf2e4ab6/uv-0.5.22-py3-none-musllinux_1_1_armv7l.whl", hash = "sha256:82261745216bdb3faa80eab99fa7ebe7918fdde77b78a191e9f1a7f45450c405", size = 15043439 },
|
825
|
+
{ url = "https://files.pythonhosted.org/packages/9a/8a/782bdbbdd0d8623c807fedda6b11c3ab4c063dcf4940e7e88f3e652d51bb/uv-0.5.22-py3-none-musllinux_1_1_i686.whl", hash = "sha256:ee27c6bc80b59ec8680c7a9bff9716aaa082e403b03986425f6c4f7a4b2f2a7e", size = 15434092 },
|
826
|
+
{ url = "https://files.pythonhosted.org/packages/fa/fc/f267ef26fd75846f49a6e1e1ff61c18357046d6d0688409d70a16e21bae5/uv-0.5.22-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:4c03ad206af6c521d05a9b6c8f1f265b5a9390858e7095f0b7354bb2a86a33f1", size = 16247589 },
|
827
|
+
{ url = "https://files.pythonhosted.org/packages/7c/51/01277ba4e7139820921ffa09bca3143d854b38d77d1fc80dc7c6ab3a0c69/uv-0.5.22-py3-none-win32.whl", hash = "sha256:34235a5b50c8b03b7c4f4be8dc3f021802672bd3152812a7f05710d67459bf76", size = 15326817 },
|
828
|
+
{ url = "https://files.pythonhosted.org/packages/72/ee/f53d2f8f24b1f9420f85dec8d573772aa41b5a01211198112d9ce4cbb6df/uv-0.5.22-py3-none-win_amd64.whl", hash = "sha256:8c57f65b570508fb6a460001f187fffebbc7665e9c642cefbca3719bc48f078f", size = 16657665 },
|
829
829
|
]
|
830
830
|
|
831
831
|
[[package]]
|
832
832
|
name = "virtualenv"
|
833
|
-
version = "20.
|
833
|
+
version = "20.29.1"
|
834
834
|
source = { registry = "https://pypi.org/simple" }
|
835
835
|
dependencies = [
|
836
836
|
{ name = "distlib" },
|
837
837
|
{ name = "filelock" },
|
838
838
|
{ name = "platformdirs" },
|
839
839
|
]
|
840
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
840
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a7/ca/f23dcb02e161a9bba141b1c08aa50e8da6ea25e6d780528f1d385a3efe25/virtualenv-20.29.1.tar.gz", hash = "sha256:b8b8970138d32fb606192cb97f6cd4bb644fa486be9308fb9b63f81091b5dc35", size = 7658028 }
|
841
841
|
wheels = [
|
842
|
-
{ url = "https://files.pythonhosted.org/packages/
|
842
|
+
{ url = "https://files.pythonhosted.org/packages/89/9b/599bcfc7064fbe5740919e78c5df18e5dceb0887e676256a1061bb5ae232/virtualenv-20.29.1-py3-none-any.whl", hash = "sha256:4e4cb403c0b0da39e13b46b1b2476e505cb0046b25f242bee80f62bf990b2779", size = 4282379 },
|
843
843
|
]
|
844
844
|
|
845
845
|
[[package]]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|