14
0

- Update to version 0.9.0+git.1679174041.302bfdd:

* Don't use open, but more compatible io.open
  * Make tests independent on any particular module.
  * Add Python 3.11 to testing matrix
  * Add test for forcing action with "!"
  * Fix runtime error in pdf output of dual dialog
  * Possible to force action by starting line with !
  * pdf Settings object for styles and layout
  * Replace nose with pytest
  * assertEquals is deprecated - use assertEqual
  * Remove unittest2 (Python 2 compatibility)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=10
This commit is contained in:
2023-03-20 13:35:26 +00:00
committed by Git OBS Bridge
parent 95d35ff53f
commit 69480c4b7f
6 changed files with 25 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-screenplain
#
# 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
@@ -23,7 +23,7 @@
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-screenplain
Version: 0.9.0+git.1597423678.4e34d1f
Version: 0.9.0+git.1679174041.302bfdd
Release: 0
Summary: Convert text file to viewable screenplay
License: MIT