Merge pull request #124043 from fgaz/staticjinja/2.0.0

staticjinja: 1.0.4 -> 2.0.0
This commit is contained in:
Ryan Mulligan 2021-05-25 11:22:25 -07:00 committed by GitHub
commit cf2f26fd89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 4 deletions

View file

@ -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>

View file

@ -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

View file

@ -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 = [