From ba9ffb1cda9694154ecfa7d7d0a51eba59c6c93a5113677420e9c31ac08f67f1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Feb 2023 10:30:04 +0000 Subject: [PATCH] - update to 1.5.1: * Add support for Python 3.11. * Drop support for decorating non-async functions with @template (deprecated since 0.16). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp-jinja2?expand=0&rev=10 --- aiohttp-jinja2-1.5.1.tar.gz | 3 +++ aiohttp-jinja2-1.5.tar.gz | 3 --- python-aiohttp-jinja2.changes | 8 ++++++++ python-aiohttp-jinja2.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 aiohttp-jinja2-1.5.1.tar.gz delete mode 100644 aiohttp-jinja2-1.5.tar.gz diff --git a/aiohttp-jinja2-1.5.1.tar.gz b/aiohttp-jinja2-1.5.1.tar.gz new file mode 100644 index 0000000..605ec97 --- /dev/null +++ b/aiohttp-jinja2-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780bdb3d45f55b10fdfa918736a8e6e870e14a6d3a7b18a9712275a2adf7396f +size 54159 diff --git a/aiohttp-jinja2-1.5.tar.gz b/aiohttp-jinja2-1.5.tar.gz deleted file mode 100644 index a5c5859..0000000 --- a/aiohttp-jinja2-1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cba9e9b34c64c921f495d6d7fbb3fd3687a7095030c0534652b290e81cbc190 -size 54427 diff --git a/python-aiohttp-jinja2.changes b/python-aiohttp-jinja2.changes index 7079692..1097c4c 100644 --- a/python-aiohttp-jinja2.changes +++ b/python-aiohttp-jinja2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 10:29:21 UTC 2023 - Dirk Müller + +- update to 1.5.1: + * Add support for Python 3.11. + * Drop support for decorating non-async functions with + @template (deprecated since 0.16). + ------------------------------------------------------------------- Thu May 5 07:26:15 UTC 2022 - Markéta Machová diff --git a/python-aiohttp-jinja2.spec b/python-aiohttp-jinja2.spec index b1d5ee0..4acb595 100644 --- a/python-aiohttp-jinja2.spec +++ b/python-aiohttp-jinja2.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiohttp-jinja2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-aiohttp-jinja2 -Version: 1.5 +Version: 1.5.1 Release: 0 Summary: Jinja2 template renderer for aiohttp.web License: Apache-2.0