forked from pool/python-screenplain
- Update to 0.10.0:
- Unfortunately no changelog available anywhere. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=15
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
|
---
|
||||||
|
screenplain/main.py | 2 +-
|
||||||
|
setup.cfg | 3 +++
|
||||||
|
2 files changed, 4 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
--- a/screenplain/main.py
|
--- a/screenplain/main.py
|
||||||
+++ b/screenplain/main.py
|
+++ b/screenplain/main.py
|
||||||
@@ -30,7 +30,7 @@ def invalid_format(parser, message):
|
@@ -29,7 +29,7 @@ def invalid_format(parser, message):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@@ -11,9 +16,13 @@
|
|||||||
'-f', '--format', dest='output_format',
|
'-f', '--format', dest='output_format',
|
||||||
--- a/setup.cfg
|
--- a/setup.cfg
|
||||||
+++ b/setup.cfg
|
+++ b/setup.cfg
|
||||||
@@ -1,2 +1,5 @@
|
@@ -1,6 +1,9 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
license_files = LICENSE.txt
|
license_files = LICENSE.txt
|
||||||
+
|
|
||||||
+[pycodestyle]
|
+[pycodestyle]
|
||||||
+ignore = E275,E402,W504
|
+ignore = E275,E402,W504
|
||||||
|
+
|
||||||
|
[egg_info]
|
||||||
|
tag_build =
|
||||||
|
tag_date = 0
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 29 14:51:09 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update to 0.10.0:
|
||||||
|
- Unfortunately no changelog available anywhere.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 13 19:46:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sun Aug 13 19:46:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -22,20 +22,22 @@
|
|||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
%endif
|
%endif
|
||||||
Name: python-screenplain
|
Name: python-screenplain
|
||||||
Version: 0.9.0+git.1679319196.353e6c9
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Convert text file to viewable screenplay
|
Summary: Convert text file to viewable screenplay
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://www.screenplain.com/
|
URL: http://www.screenplain.com/
|
||||||
# Source: https://files.pythonhosted.org/packages/source/s/screenplain/screenplain-%%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/screenplain/screenplain-%{version}.tar.gz
|
||||||
# Tarball generated from gh#vilcans/screenplain#62
|
# Tarball generated from gh#vilcans/screenplain#62
|
||||||
Source: screenplain-%{version}.tar.gz
|
# Source: screenplain-%%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM fix_entry_point.patch mcepl@suse.com
|
# PATCH-FIX-UPSTREAM fix_entry_point.patch mcepl@suse.com
|
||||||
# entry point lead to incorrect function.
|
# entry point lead to incorrect function.
|
||||||
Patch0: fix_entry_point.patch
|
Patch0: fix_entry_point.patch
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module reportlab}
|
BuildRequires: %{python_module reportlab}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -87,6 +89,6 @@ sed -i '1{/^#!.*env python/d}' screenplain/main.py
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%python_alternative %{_bindir}/screenplain
|
%python_alternative %{_bindir}/screenplain
|
||||||
%{python_sitelib}/screenplain
|
%{python_sitelib}/screenplain
|
||||||
%{python_sitelib}/screenplain-0.9.0*-info
|
%{python_sitelib}/screenplain-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
screenplain-0.10.0.tar.gz
Normal file
3
screenplain-0.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32c64d82380d160901c7a4e4d9a58ae14233b2a2007a5c1b57e1578048b9b991
|
||||||
|
size 17752
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4a89afd1b0244d041473c6bf9300a9e5f5e518ae5813522662c28620a03d33d
|
|
||||||
size 25542
|
|
Reference in New Issue
Block a user