From afc421566ed21e3ecdd2976e10c536106a34310d79f7b610c0038bd932406b06 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 27 Aug 2024 10:56:32 +0000 Subject: [PATCH] Accepting request 1196215 from home:frantisek.simorda:branches:openSUSE:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 3.3.3.post1: * GHActions: Build and publish wheels on Linux/aarch64. - version 3.3.3: * Protect import cgi in preparation to Python 3.13. * Run tests with Python 3.12. * GHActions: Ensure pip only if needed - version 3.3.2: * Fixed printing to stdout in CheetahWrapper. * CI(GHActions): Install all Python and PyPy versions from conda-forge. - version 3.3.1: * Fixed ImportHooks under PyPy3. * Run tests with PyPy3. * Use conda to install older Pythons - version 3.3.0.post1: * Run tests with Python 3.11 * Fix DeprecationWarning: unittest.findTestCases() is deprecated. Use unittest.TestLoader.loadTestsFromModule() instead * Publish wheels at Github Releases. - version 3.3.0: * PyPI has wrongfully classified project Cheetah3 as “critical”. This puts a burden to use 2FA to manage the project at PyPI. To avoid the burden the project is renamed to CT3 at PyPI. There will be no updates for Cheetah3. Sorry for the inconvenience! * Use relative imports everywhere. * Run pure-python NameMapper tests in a separate process. * Fixed a bug in tests with pure-python NameMapper. * Add Python 3.10 to tox.ini. * Migrated to GitHub Actions. - version 3.2.7b1: * Load from JSON file to searchlist (similar to loading from pickle). * Fix filetype for Python 2 in Template. * Build wheels for aarch64 at Travis; publish them at PyPI. * tox.ini: Limit VIRTUALENV_PIP version for Python 3.4. OBS-URL: https://build.opensuse.org/request/show/1196215 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cheetah3?expand=0&rev=32 --- Cheetah3-3.2.6.post1.tar.gz | 3 --- cheetah3-3.3.3.post1.tar.gz | 3 +++ python-Cheetah3.changes | 40 +++++++++++++++++++++++++++++++++++++ python-Cheetah3.spec | 8 ++++---- 4 files changed, 47 insertions(+), 7 deletions(-) delete mode 100644 Cheetah3-3.2.6.post1.tar.gz create mode 100644 cheetah3-3.3.3.post1.tar.gz diff --git a/Cheetah3-3.2.6.post1.tar.gz b/Cheetah3-3.2.6.post1.tar.gz deleted file mode 100644 index 455e555..0000000 --- a/Cheetah3-3.2.6.post1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58b5d84e5fbff6cf8e117414b3ea49ef51654c02ee887d155113c5b91d761967 -size 295992 diff --git a/cheetah3-3.3.3.post1.tar.gz b/cheetah3-3.3.3.post1.tar.gz new file mode 100644 index 0000000..88ea940 --- /dev/null +++ b/cheetah3-3.3.3.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328119519af18431d6690250c58895594548c6ab354d21ea795de8c4323cd1ef +size 315641 diff --git a/python-Cheetah3.changes b/python-Cheetah3.changes index ac2db50..fb8cffc 100644 --- a/python-Cheetah3.changes +++ b/python-Cheetah3.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Aug 27 07:25:57 UTC 2024 - Frantisek Simorda + +- update to 3.3.3.post1: + * GHActions: Build and publish wheels on Linux/aarch64. + +- version 3.3.3: + * Protect import cgi in preparation to Python 3.13. + * Run tests with Python 3.12. + * GHActions: Ensure pip only if needed + +- version 3.3.2: + * Fixed printing to stdout in CheetahWrapper. + * CI(GHActions): Install all Python and PyPy versions from conda-forge. + +- version 3.3.1: + * Fixed ImportHooks under PyPy3. + * Run tests with PyPy3. + * Use conda to install older Pythons + +- version 3.3.0.post1: + * Run tests with Python 3.11 + * Fix DeprecationWarning: unittest.findTestCases() is deprecated. Use unittest.TestLoader.loadTestsFromModule() instead + * Publish wheels at Github Releases. + +- version 3.3.0: + * PyPI has wrongfully classified project Cheetah3 as “critical”. This puts a burden to use 2FA to manage the project at PyPI. To avoid the burden the project is renamed to CT3 at PyPI. There will be no updates for Cheetah3. Sorry for the inconvenience! + * Use relative imports everywhere. + * Run pure-python NameMapper tests in a separate process. + * Fixed a bug in tests with pure-python NameMapper. + * Add Python 3.10 to tox.ini. + * Migrated to GitHub Actions. + +- version 3.2.7b1: + * Load from JSON file to searchlist (similar to loading from pickle). + * Fix filetype for Python 2 in Template. + * Build wheels for aarch64 at Travis; publish them at PyPI. + * tox.ini: Limit VIRTUALENV_PIP version for Python 3.4. + + ------------------------------------------------------------------- Tue Jan 11 07:29:00 UTC 2022 - Steve Kowalik diff --git a/python-Cheetah3.spec b/python-Cheetah3.spec index 4ba8207..9ce13e2 100644 --- a/python-Cheetah3.spec +++ b/python-Cheetah3.spec @@ -1,7 +1,7 @@ # # spec file for package python-Cheetah3 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,16 @@ # -%define modname Cheetah3 +%define modname cheetah3 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Cheetah3 -Version: 3.2.6.post1 +Version: 3.3.3.post1 Release: 0 Summary: Template engine and code generation tool License: MIT Group: Development/Languages/Python URL: https://cheetahtemplate.org/ -Source: https://files.pythonhosted.org/packages/source/C/Cheetah3/Cheetah3-%{version}.tar.gz +Source: https://github.com/CheetahTemplate3/cheetah3/archive/refs/tags/%{version}.tar.gz#/%{modname}-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes