From 9c13c82210cb6915f720d7da653a88fc676b2bed4b58fa6dfc6572d37b9bf3e1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Nov 2019 15:52:45 +0000 Subject: [PATCH] - Update to 0.9.20: - the list of changes is too long, complete changelog is in CHANGELOG.md included in this package. - Package is python3-only now. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=62 --- cmd2-0.8.9.tar.gz | 3 --- cmd2-0.9.20.tar.gz | 3 +++ python-cmd2.changes | 8 ++++++++ python-cmd2.spec | 10 ++++++++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 cmd2-0.8.9.tar.gz create mode 100644 cmd2-0.9.20.tar.gz diff --git a/cmd2-0.8.9.tar.gz b/cmd2-0.8.9.tar.gz deleted file mode 100644 index d1f90ab..0000000 --- a/cmd2-0.8.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:145cb677ebd0e3cae546ab81c30f6c25e0b08ba0f1071df854d53707ea792633 -size 112543 diff --git a/cmd2-0.9.20.tar.gz b/cmd2-0.9.20.tar.gz new file mode 100644 index 0000000..698fd0b --- /dev/null +++ b/cmd2-0.9.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba349af127f9052363972adcbcfb921f9ca5e90f2bcbfba11b117500f11a845 +size 560696 diff --git a/python-cmd2.changes b/python-cmd2.changes index 0b863f3..2af5357 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 14 15:18:49 CET 2019 - Matej Cepl + +- Update to 0.9.20: + - the list of changes is too long, complete changelog is in + CHANGELOG.md included in this package. +- Package is python3-only now. + ------------------------------------------------------------------- Wed Oct 23 07:35:49 UTC 2019 - Dirk Mueller diff --git a/python-cmd2.spec b/python-cmd2.spec index a61e3e3..7a22db9 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -1,7 +1,7 @@ # # spec file for package python-cmd2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-cmd2 # Do not update beyond what is supported by cliff! -Version: 0.8.9 +Version: 0.9.20 Release: 0 Summary: Extra features for standard library's cmd module License: MIT URL: https://github.com/python-cmd2/cmd2 Source: https://files.pythonhosted.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz BuildRequires: %{python_module pytest-xdist} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wcwidth} BuildRequires: python-enum34 BuildRequires: python-rpm-macros BuildRequires: python-subprocess32 +BuildRequires: python3 Requires: python-pyparsing >= 2.0.1 Requires: python-pyperclip Requires: python-six @@ -79,6 +82,9 @@ Drop-in replacement adds several features for command-prompt tools: # Fix spurious-executable-perm chmod a-x README.md +# Remove spurious shebang +sed -i -e '/^#!\/usr\/bin\/env python/d' cmd2/cmd2.py + %build %python_build