python3-cheetah3: update to 3.2.6.post1.

This commit is contained in:
Piotr Wójcik 2021-03-27 14:49:00 +01:00
parent 302f4a7e68
commit f3b3c075a8
2 changed files with 2 additions and 57 deletions

View file

@ -1,55 +0,0 @@
From 1f0faa7f7dc6d13b49ed9b91110b98e1a55a9ba3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 16 Oct 2020 12:27:06 -0400
Subject: [PATCH] tox.ini: support Python 3.9
---
tox.ini | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini
index 45893c0..5df9174 100644
--- tox.ini
+++ tox.ini
@@ -5,7 +5,7 @@
[tox]
minversion = 2.0
-envlist = py27,py3{4,5,6,7,8},py{27,38}-flake8,pypy
+envlist = py27,py3{4,5,6,7,8,9},py{27,38,39}-flake8,pypy
[testenv]
basepython =
@@ -15,6 +15,7 @@ basepython =
py36: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7}
py38: {env:TOXPYTHON:python3.8}
+ py39: {env:TOXPYTHON:python3.9}
pypy: {env:TOXPYTHON:pypy}
commands =
{envpython} --version
@@ -63,6 +64,10 @@ commands =
commands =
{[tests]commands}
+[testenv:py39]
+commands =
+ {[tests]commands}
+
[testenv:py27-flake8]
deps =
flake8
@@ -77,6 +82,13 @@ commands =
{[testenv]commands}
flake8 .
+[testenv:py39-flake8]
+deps =
+ flake8
+commands =
+ {[testenv]commands}
+ flake8 .
+
[testenv:pypy]
commands =
{[tests]commands}

View file

@ -1,6 +1,6 @@
# Template file for 'python3-cheetah3'
pkgname=python3-cheetah3
version=3.2.6
version=3.2.6.post1
revision=1
wrksrc="Cheetah3-${version}"
build_style=python3-module
@ -13,7 +13,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="http://www.cheetahtemplate.org/"
distfiles="${PYPI_SITE}/C/Cheetah3/Cheetah3-${version}.tar.gz"
checksum=f1c2b693cdcac2ded2823d363f8459ae785261e61c128d68464c8781dba0466b
checksum=58b5d84e5fbff6cf8e117414b3ea49ef51654c02ee887d155113c5b91d761967
conflicts="python-cheetah>=0"
do_check() {