forked from pool/python-cogapp
Accepting request 1006265 from home:yarunachalam:branches:devel:languages:python
- Update to 3.3.0:
Added the --check option to check whether files would change if run again, for use in continuous integration scenarios.
- Update to 3.2.0:
Added the -P option to use print() instead of cog.outl() for code output.
- Update to 3.1.0:
* Fix a problem with Python 3.8.10 and 3.9.5 that require absolute paths in sys.path
https://github.com/nedbat/cog/issues/16
Python 3.9 and 3.10 are supported.
OBS-URL: https://build.opensuse.org/request/show/1006265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cogapp?expand=0&rev=10
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cogapp
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-cogapp
|
||||
Version: 3.0.0
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
Summary: A code generator for executing Python snippets in source files
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user