python3Packages.css-inline: 0.14.6 -> 0.15.0

https://github.com/Stranger6667/css-inline/blob/python-v0.15.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-06-28 01:26:19 +02:00
parent 104303cc8d
commit bd64384166
2 changed files with 315 additions and 438 deletions
File diff suppressed because it is too large Load Diff
@@ -17,19 +17,22 @@
buildPythonPackage rec {
pname = "css-inline";
version = "0.14.6";
version = "0.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Stranger6667";
repo = "css-inline";
rev = "python-v${version}";
hash = "sha256-x0DxoEKXgMMIlebzL6xVedViGGra2Bx/aox0XiXi+Dc=";
hash = "sha256-js9n+m5xDlzxMbXtN74klS0rjTCsHL3LhVAp0tx48b0=";
};
postPatch = ''
cd bindings/python
ln -s ${./Cargo.lock} Cargo.lock
# don't rebuild std
rm .cargo/config.toml
'';
# call `cargo build --release` in bindings/python and copy the
@@ -40,7 +43,7 @@ buildPythonPackage rec {
cd bindings/python
ln -s ${./Cargo.lock} Cargo.lock
'';
hash = "sha256-4zi29ZdALummwcWxYqDDEPAjKptmLqyYUJzWMrEK4os=";
hash = "sha256-4DVLcJrK2at1vlThey0N97IWFHd1NM2MEXXA74BYfZs=";
};
nativeBuildInputs = [