forked from pool/python-screenplain
- 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:
2
_service
2
_service
@@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="versionprefix">0.9.0+git</param>
|
<param name="versionprefix">0.9.0+git</param>
|
||||||
<!-- param name="url">https://github.com/vilcans/screenplain.git</param-->
|
<!-- param name="url">https://github.com/vilcans/screenplain.git</param-->
|
||||||
<param name="url">https://github.com/mcepl/screenplain.git</param>
|
<param name="url">https://git.sr.ht/~mcepl/screenplay</param>
|
||||||
<param name="revision">cleanup-testing</param>
|
<param name="revision">cleanup-testing</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git*</param>
|
<param name="exclude">.git*</param>
|
||||||
|
@@ -1,4 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/mcepl/screenplain.git</param>
|
<param name="url">https://github.com/mcepl/screenplain.git</param>
|
||||||
<param name="changesrevision">4e34d1f78f6006d40933d744e61ae968f349f95d</param></service></servicedata>
|
<param name="changesrevision">4e34d1f78f6006d40933d744e61ae968f349f95d</param></service><service name="tar_scm">
|
||||||
|
<param name="url">https://git.sr.ht/~mcepl/screenplay</param>
|
||||||
|
<param name="changesrevision">302bfdd3362f4287a471cff80908e018bc09f990</param></service></servicedata>
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 20 13:34:52 UTC 2023 - mcepl@cepl.eu
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 04 08:42:28 UTC 2022 - andres.munoz@suse.com
|
Tue Oct 04 08:42:28 UTC 2022 - andres.munoz@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-screenplain
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-screenplain
|
Name: python-screenplain
|
||||||
Version: 0.9.0+git.1597423678.4e34d1f
|
Version: 0.9.0+git.1679174041.302bfdd
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Convert text file to viewable screenplay
|
Summary: Convert text file to viewable screenplay
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58b75c58ed06a2b3495f254e768fa1033ed26d655d9a7b73185ae7f23f0b7cf1
|
|
||||||
size 24431
|
|
3
screenplay-0.9.0+git.1679174041.302bfdd.tar.gz
Normal file
3
screenplay-0.9.0+git.1679174041.302bfdd.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79234812574bf43c4d4d499b848fa58ecd9ad37d2d32e6798d378d6f7f778fa1
|
||||||
|
size 25563
|
Reference in New Issue
Block a user