Merge pull request #124043 from fgaz/staticjinja/2.0.0

staticjinja: 1.0.4 -> 2.0.0
launchpad/nixpkgs/master
Ryan Mulligan 3 years ago committed by GitHub
commit cf2f26fd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
  2. 4
      nixos/doc/manual/release-notes/rl-2111.section.md
  3. 6
      pkgs/development/python-modules/staticjinja/default.nix

@ -12,4 +12,15 @@
</para>
</listitem>
</itemizedlist>
<section xml:id="backward-incompatibilities">
<title>Backward incompatibilities</title>
<itemizedlist spacing="compact">
<listitem>
<para>
The <literal>staticjinja</literal> package has been upgraded
from 1.0.4 to 2.0.0
</para>
</listitem>
</itemizedlist>
</section>
</section>

@ -3,3 +3,7 @@
In addition to numerous new and upgraded packages, this release has the following highlights:
* Support is planned until the end of April 2022, handing over to 22.05.
## Backward incompatibilities
* The `staticjinja` package has been upgraded from 1.0.4 to 2.0.0

@ -13,17 +13,15 @@
buildPythonPackage rec {
pname = "staticjinja";
version = "1.0.4";
version = "2.0.0";
format = "pyproject";
disabled = isPy27; # 0.4.0 drops python2 support
# No tests in pypi
src = fetchFromGitHub {
owner = "staticjinja";
repo = pname;
rev = version;
sha256 = "1saz6f71s693gz9c2k3bq2di2mrkj65mgmfdg86jk0z0zzjk90y1";
sha256 = "0z5y4l4sv4c7zmp6pj1ws3psq7i87xqbcmk648bmsa1d6prr1hil";
};
nativeBuildInputs = [

Loading…
Cancel
Save