mdformat: 0.7.19 -> 0.7.22 and mdformat-admon: 2.0.6 -> 2.1.1 (#397406)

This commit is contained in:
Ramses
2025-04-22 00:35:07 +02:00
committed by GitHub
5 changed files with 6 additions and 6 deletions
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "mdformat-admon";
version = "2.0.6";
version = "2.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "KyleKing";
repo = "mdformat-admon";
tag = "v${version}";
hash = "sha256-YyEiqry1dAm/2EEuQjPFEfdpLI+NiLhVcyx4jAyXs4E=";
hash = "sha256-y0TNyje2OXBY4oo9kBePlqSZAU36vbQQKZUPm/u6DAc=";
};
nativeBuildInputs = [ flit-core ];
@@ -37,5 +37,6 @@ buildPythonPackage rec {
changelog = "https://github.com/KyleKing/mdformat-gfm-alerts/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sigmanificient ];
broken = true; # broken test due to changes in mdformat; compare https://github.com/KyleKing/mdformat-admon/issues/25
};
}
@@ -4,7 +4,6 @@
fetchFromGitHub,
flit-core,
mdformat,
mdformat-admon,
mdformat-gfm,
mdit-py-plugins,
more-itertools,
@@ -31,7 +30,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
mdformat
mdformat-admon
mdformat-gfm
mdit-py-plugins
more-itertools
@@ -38,5 +38,6 @@ buildPythonPackage rec {
aldoborrero
polarmutex
];
broken = true; # broken test due to changes in mdformat; compare https://github.com/KyleKing/mdformat-admon/issues/25
};
}
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mdformat";
version = "0.7.19";
version = "0.7.22";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "executablebooks";
repo = "mdformat";
tag = version;
hash = "sha256-t2yx8cIq8es3XOc2nbHPKjUUium5+RPZuD8oNWZxVV0=";
hash = "sha256-WvbGCqfzh7KlNXIGJq09goiyLzVgU7c1+qmsLrIW38k=";
};
build-system = [ setuptools ];