14
0

Commit Graph

  • 7f5ee38887 Accepting request 1288872 from devel:languages:python main Ana Guerrero 2025-06-27 21:02:34 +00:00
  • a2a1cd5b20 - Convert to libalternatives Markéta Machová 2025-06-27 15:29:19 +00:00
  • db1f9a72f0 Accepting request 1269071 from devel:languages:python Ana Guerrero 2025-04-14 10:59:32 +00:00
  • 5ce65c57ce - Support both lowercased and unnormalized metadata directory names. Steve Kowalik 2025-04-14 05:48:52 +00:00
  • 38e78cd830 - Lowercase metadata directory name. Steve Kowalik 2025-03-25 00:39:32 +00:00
  • 2245b5bdeb Accepting request 1230062 from devel:languages:python Ana Guerrero 2024-12-11 20:04:36 +00:00
  • bbac3b00b0 Accepting request 1230048 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2024-12-11 10:34:30 +00:00
  • bbad80db5e Accepting request 1196253 from devel:languages:python Ana Guerrero 2024-08-27 17:39:30 +00:00
  • afc421566e Accepting request 1196215 from home:frantisek.simorda:branches:openSUSE:Factory Martin Pluskal 2024-08-27 10:56:32 +00:00
  • df60b7e640 Accepting request 945513 from devel:languages:python Dominique Leuenberger 2022-01-11 20:19:59 +00:00
  • 1bec781fcf - Update to 3.2.6.post1: * Skip test_import_bootlocale() on Python 3.10 Steve Kowalik 2022-01-11 07:29:40 +00:00
  • 6828a8a702 Accepting request 865319 from devel:languages:python Dominique Leuenberger 2021-01-26 13:46:15 +00:00
  • 16aac2b64a Accepting request 865304 from home:jayvdb:branches:devel:languages:python Markéta Machová 2021-01-21 09:52:26 +00:00
  • 4ed624a4a9 Accepting request 819499 from devel:languages:python Dominique Leuenberger 2020-07-08 17:20:08 +00:00
  • edf508a74d - update to 3.2.5 * build fixes Ondřej Súkup 2020-07-08 14:29:44 +00:00
  • 4e4b5d5174 Accepting request 796109 from devel:languages:python Dominique Leuenberger 2020-04-22 18:55:13 +00:00
  • db464dbb59 Name of the module is actually capitalized Matej Cepl 2020-04-21 17:58:24 +00:00
  • 4437cc08d9 - Cleanup of the SPEC file, remove warnings. Matej Cepl 2020-04-21 17:06:15 +00:00
  • cc16617b2d Accepting request 776239 from devel:languages:python Dominique Leuenberger 2020-02-19 11:42:00 +00:00
  • 3c02f468fc Accepting request 774386 from home:trenn:branches:devel:languages:python Matej Cepl 2020-02-19 09:08:57 +00:00
  • e5ff99f147 Accepting request 735857 from devel:languages:python Dominique Leuenberger 2019-10-08 17:58:05 +00:00
  • d4adbdad62 - Update to 3.2.4: * Import from collections for Python 2, from collections.abc for Python 3. * Fixed infinite recursion in ImportManager on importing module _bootlocale inside open(). Tomáš Chvátal 2019-10-07 13:25:28 +00:00
  • 8a6783263a Accepting request 704958 from devel:languages:python Dominique Leuenberger 2019-05-24 09:32:02 +00:00
  • 74aa59d372 Accepting request 704934 from home:pgajdos Tomáš Chvátal 2019-05-23 09:16:40 +00:00
  • ac78433ce1 Accepting request 704396 from devel:languages:python Dominique Leuenberger 2019-05-22 09:16:07 +00:00
  • 8fa7c16109 - Do not provide Cheetah3 namespace on python2, if someone wants Cheetah3 binary they need the python3 variant anyway Tomáš Chvátal 2019-05-21 09:17:39 +00:00
  • 0da15f1335 Accepting request 700373 from devel:languages:python Dominique Leuenberger 2019-05-03 20:47:48 +00:00
  • 5e89207bee - Update to version 3.2.2: * Replaced outdated and insecure mktemp with mkstemp. * Fixed bugs in TemplateCmdLineIface.py: read binary pickles from stdin and files. * Use cgi.escape() for Python 2, html.escape() for Python 3. * Created tests for TemplateCmdLineIface. - Update test dependencies Martin Pluskal 2019-05-03 12:07:47 +00:00
  • fae81cf131 Accepting request 687395 from devel:languages:python Dominique Leuenberger 2019-03-22 14:10:33 +00:00
  • dce1a56a22 - Enable py2 as it supports python2 - Update to 3.2.1: * Changed LoadTemplate.loadTemplate{Module,Class}: the loaded module’s __name__ set to just the file name. * Use imp for Python 2, importlib for Python 3. * Fix a bug in LoadTemplate.loadTemplate{Module,Class}: raise ImportError if the template was not found. Tomáš Chvátal 2019-03-21 15:41:47 +00:00
  • b19a0c797b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cheetah3?expand=0&rev=11 Tomáš Chvátal 2019-03-06 19:14:16 +00:00
  • c443f380c4 - Update to 3.2.0: * Dropped support for Python 3.3. * Implement LoadTemplate.loadTemplate{Module,Class} to load templates from .py[co], .py or .tmpl. * CheetahDirOwner caches compiled template in the template directory. * CheetahDirOwner now silently ignores errors on compiled templates writing. To get tracebacks set CheetahDirOwner.debuglevel = 1. * CheetahDirOwner and DirOwner byte-compile compiled templates to .pyc/.pyo. Errors on writing are silently ignored. * Implement Compiler.__unicode__ under Python 2 and Compiler.__bytes__ under Python 3. * Fix a bug in Compiler.__str__: under Python 2 the method now always returns str; it encodes unicode to str using encoding from the compiled source. Under Python 3 the method decodes bytes to str. - Execute tests Tomáš Chvátal 2019-03-05 12:18:35 +00:00
  • c744547ce1 Accepting request 656827 from devel:languages:python Dominique Leuenberger 2019-01-03 17:06:23 +00:00
  • 5b7ef74d9e - Fix fdupes call Tomáš Chvátal 2018-12-10 12:39:30 +00:00
  • 4fe8886df6 Accepting request 593918 from devel:languages:python Dominique Leuenberger 2018-04-19 13:28:27 +00:00
  • 54ee9cd43c - Update to version 3.1.0: * Fix Cheetah to work with PyPy. * Code cleanup: fix code style to satisfy flake8 linter. * Rename www directory to docs. Martin Pluskal 2018-04-06 08:36:27 +00:00
  • 82de33f7c7 Accepting request 561083 from devel:languages:python Dominique Leuenberger 2018-01-10 22:33:59 +00:00
  • 4000e6ff2c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cheetah3?expand=0&rev=4 Tomáš Chvátal 2018-01-02 09:46:32 +00:00
  • 36424821a8 - Conflict with python-cheetah Martin Pluskal 2017-12-29 13:07:01 +00:00
  • 4d4de41514 Accepting request 560459 from home:jengelh:branches:devel:languages:python Martin Pluskal 2017-12-29 10:03:32 +00:00
  • d581ebb9e0 Accepting request 559738 from home:pluskalm:branches:devel:languages:python Tomáš Chvátal 2017-12-24 15:47:37 +00:00