lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.css-inline: 0.15.0 -> 0.17.0

https://github.com/Stranger6667/css-inline/blob/python-v0.17.0/CHANGELOG.md

+77 -46
+74 -43
pkgs/development/python-modules/css-inline/Cargo.lock
··· 113 113 114 114 [[package]] 115 115 name = "cc" 116 - version = "1.2.27" 116 + version = "1.2.30" 117 117 source = "registry+https://github.com/rust-lang/crates.io-index" 118 - checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" 118 + checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7" 119 119 dependencies = [ 120 120 "shlex", 121 121 ] ··· 177 177 178 178 [[package]] 179 179 name = "css-inline" 180 - version = "0.15.0" 180 + version = "0.17.0" 181 181 dependencies = [ 182 182 "cssparser", 183 183 "html5ever", ··· 193 193 194 194 [[package]] 195 195 name = "css-inline-python" 196 - version = "0.15.0" 196 + version = "0.17.0" 197 197 dependencies = [ 198 198 "built", 199 199 "css-inline", ··· 228 228 229 229 [[package]] 230 230 name = "derive_more" 231 - version = "0.99.20" 231 + version = "2.0.1" 232 232 source = "registry+https://github.com/rust-lang/crates.io-index" 233 - checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" 233 + checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" 234 + dependencies = [ 235 + "derive_more-impl", 236 + ] 237 + 238 + [[package]] 239 + name = "derive_more-impl" 240 + version = "2.0.1" 241 + source = "registry+https://github.com/rust-lang/crates.io-index" 242 + checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" 234 243 dependencies = [ 235 244 "proc-macro2", 236 245 "quote", ··· 417 426 418 427 [[package]] 419 428 name = "html5ever" 420 - version = "0.31.0" 429 + version = "0.35.0" 421 430 source = "registry+https://github.com/rust-lang/crates.io-index" 422 - checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c" 431 + checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4" 423 432 dependencies = [ 424 433 "log", 425 - "mac", 426 434 "markup5ever", 427 435 "match_token", 428 436 ] ··· 505 513 506 514 [[package]] 507 515 name = "hyper-util" 508 - version = "0.1.14" 516 + version = "0.1.16" 509 517 source = "registry+https://github.com/rust-lang/crates.io-index" 510 - checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" 518 + checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" 511 519 dependencies = [ 512 520 "base64", 513 521 "bytes", ··· 521 529 "libc", 522 530 "percent-encoding", 523 531 "pin-project-lite", 524 - "socket2", 532 + "socket2 0.6.0", 525 533 "tokio", 526 534 "tower-service", 527 535 "tracing", ··· 675 683 checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 676 684 677 685 [[package]] 686 + name = "io-uring" 687 + version = "0.7.9" 688 + source = "registry+https://github.com/rust-lang/crates.io-index" 689 + checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" 690 + dependencies = [ 691 + "bitflags", 692 + "cfg-if", 693 + "libc", 694 + ] 695 + 696 + [[package]] 678 697 name = "ipnet" 679 698 version = "2.11.0" 680 699 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 736 755 737 756 [[package]] 738 757 name = "lru" 739 - version = "0.14.0" 758 + version = "0.16.0" 740 759 source = "registry+https://github.com/rust-lang/crates.io-index" 741 - checksum = "9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198" 760 + checksum = "86ea4e65087ff52f3862caff188d489f1fab49a0cb09e01b2e3f1a617b10aaed" 742 761 dependencies = [ 743 762 "hashbrown", 744 763 ] ··· 757 776 758 777 [[package]] 759 778 name = "markup5ever" 760 - version = "0.16.2" 779 + version = "0.35.0" 761 780 source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "2e4cd8c02f18a011991a039855480c64d74291c5792fcc160d55d77dc4de4a39" 781 + checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3" 763 782 dependencies = [ 764 783 "log", 765 784 "tendril", ··· 768 787 769 788 [[package]] 770 789 name = "match_token" 771 - version = "0.1.0" 790 + version = "0.35.0" 772 791 source = "registry+https://github.com/rust-lang/crates.io-index" 773 - checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" 792 + checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf" 774 793 dependencies = [ 775 794 "proc-macro2", 776 795 "quote", ··· 1055 1074 "quinn-udp", 1056 1075 "rustc-hash", 1057 1076 "rustls", 1058 - "socket2", 1077 + "socket2 0.5.10", 1059 1078 "thiserror", 1060 1079 "tokio", 1061 1080 "tracing", ··· 1071 1090 "bytes", 1072 1091 "getrandom 0.3.3", 1073 1092 "lru-slab", 1074 - "rand 0.9.1", 1093 + "rand 0.9.2", 1075 1094 "ring", 1076 1095 "rustc-hash", 1077 1096 "rustls", ··· 1092 1111 "cfg_aliases", 1093 1112 "libc", 1094 1113 "once_cell", 1095 - "socket2", 1114 + "socket2 0.5.10", 1096 1115 "tracing", 1097 1116 "windows-sys 0.59.0", 1098 1117 ] ··· 1123 1142 1124 1143 [[package]] 1125 1144 name = "rand" 1126 - version = "0.9.1" 1145 + version = "0.9.2" 1127 1146 source = "registry+https://github.com/rust-lang/crates.io-index" 1128 - checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 1147 + checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1129 1148 dependencies = [ 1130 1149 "rand_chacha", 1131 1150 "rand_core 0.9.3", ··· 1178 1197 1179 1198 [[package]] 1180 1199 name = "redox_syscall" 1181 - version = "0.5.13" 1200 + version = "0.5.16" 1182 1201 source = "registry+https://github.com/rust-lang/crates.io-index" 1183 - checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" 1202 + checksum = "7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792" 1184 1203 dependencies = [ 1185 1204 "bitflags", 1186 1205 ] 1187 1206 1188 1207 [[package]] 1189 1208 name = "reqwest" 1190 - version = "0.12.20" 1209 + version = "0.12.22" 1191 1210 source = "registry+https://github.com/rust-lang/crates.io-index" 1192 - checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" 1211 + checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" 1193 1212 dependencies = [ 1194 1213 "base64", 1195 1214 "bytes", ··· 1253 1272 1254 1273 [[package]] 1255 1274 name = "rustls" 1256 - version = "0.23.28" 1275 + version = "0.23.29" 1257 1276 source = "registry+https://github.com/rust-lang/crates.io-index" 1258 - checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643" 1277 + checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1" 1259 1278 dependencies = [ 1260 1279 "once_cell", 1261 1280 "ring", ··· 1277 1296 1278 1297 [[package]] 1279 1298 name = "rustls-webpki" 1280 - version = "0.103.3" 1299 + version = "0.103.4" 1281 1300 source = "registry+https://github.com/rust-lang/crates.io-index" 1282 - checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" 1301 + checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" 1283 1302 dependencies = [ 1284 1303 "ring", 1285 1304 "rustls-pki-types", ··· 1306 1325 1307 1326 [[package]] 1308 1327 name = "selectors" 1309 - version = "0.28.0" 1328 + version = "0.30.0" 1310 1329 source = "registry+https://github.com/rust-lang/crates.io-index" 1311 - checksum = "db3079aef7a4383aff1e60eca2818995d3de8168e85ae4b6ea8fb2804b182c54" 1330 + checksum = "3df44ba8a7ca7a4d28c589e04f526266ed76b6cc556e33fe69fa25de31939a65" 1312 1331 dependencies = [ 1313 1332 "bitflags", 1314 1333 "cssparser", ··· 1354 1373 1355 1374 [[package]] 1356 1375 name = "serde_json" 1357 - version = "1.0.140" 1376 + version = "1.0.141" 1358 1377 source = "registry+https://github.com/rust-lang/crates.io-index" 1359 - checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 1378 + checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" 1360 1379 dependencies = [ 1361 1380 "itoa", 1362 1381 "memchr", ··· 1426 1445 dependencies = [ 1427 1446 "libc", 1428 1447 "windows-sys 0.52.0", 1448 + ] 1449 + 1450 + [[package]] 1451 + name = "socket2" 1452 + version = "0.6.0" 1453 + source = "registry+https://github.com/rust-lang/crates.io-index" 1454 + checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 1455 + dependencies = [ 1456 + "libc", 1457 + "windows-sys 0.59.0", 1429 1458 ] 1430 1459 1431 1460 [[package]] ··· 1560 1589 1561 1590 [[package]] 1562 1591 name = "tokio" 1563 - version = "1.45.1" 1592 + version = "1.47.0" 1564 1593 source = "registry+https://github.com/rust-lang/crates.io-index" 1565 - checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" 1594 + checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35" 1566 1595 dependencies = [ 1567 1596 "backtrace", 1568 1597 "bytes", 1598 + "io-uring", 1569 1599 "libc", 1570 1600 "mio", 1571 1601 "pin-project-lite", 1572 - "socket2", 1573 - "windows-sys 0.52.0", 1602 + "slab", 1603 + "socket2 0.6.0", 1604 + "windows-sys 0.59.0", 1574 1605 ] 1575 1606 1576 1607 [[package]] ··· 1864 1895 1865 1896 [[package]] 1866 1897 name = "webpki-roots" 1867 - version = "1.0.1" 1898 + version = "1.0.2" 1868 1899 source = "registry+https://github.com/rust-lang/crates.io-index" 1869 - checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502" 1900 + checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" 1870 1901 dependencies = [ 1871 1902 "rustls-pki-types", 1872 1903 ] ··· 2014 2045 2015 2046 [[package]] 2016 2047 name = "winnow" 2017 - version = "0.7.11" 2048 + version = "0.7.12" 2018 2049 source = "registry+https://github.com/rust-lang/crates.io-index" 2019 - checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" 2050 + checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95" 2020 2051 dependencies = [ 2021 2052 "memchr", 2022 2053 ]
+3 -3
pkgs/development/python-modules/css-inline/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "css-inline"; 20 - version = "0.15.0"; 20 + version = "0.17.0"; 21 21 pyproject = true; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "Stranger6667"; 25 25 repo = "css-inline"; 26 26 rev = "python-v${version}"; 27 - hash = "sha256-js9n+m5xDlzxMbXtN74klS0rjTCsHL3LhVAp0tx48b0="; 27 + hash = "sha256-RclMgVJpK2dOtuFKearRMK8rpa6vFTa8T3Z+A7mk7Zs="; 28 28 }; 29 29 30 30 postPatch = '' ··· 43 43 cd bindings/python 44 44 ln -s ${./Cargo.lock} Cargo.lock 45 45 ''; 46 - hash = "sha256-4DVLcJrK2at1vlThey0N97IWFHd1NM2MEXXA74BYfZs="; 46 + hash = "sha256-WvUlumpXVLiu9htY07wfGyibro2StWgYF7XVW411ePw="; 47 47 }; 48 48 49 49 nativeBuildInputs = [