Hello community,

here is the log from the commit of package python-cmd2 for openSUSE:Factory 
checked in at 2019-11-22 10:24:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cmd2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-cmd2.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cmd2"

Fri Nov 22 10:24:39 2019 rev:28 rq:748740 version:0.9.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cmd2/python-cmd2.changes  2019-09-23 
12:09:44.109882338 +0200
+++ /work/SRC/openSUSE:Factory/.python-cmd2.new.26869/python-cmd2.changes       
2019-11-22 10:24:39.913286977 +0100
@@ -1,0 +2,14 @@
+Thu Nov 14 15:18:49 CET 2019 - Matej Cepl <mc...@suse.com>
+
+- 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 <dmuel...@suse.com>
+
+- go back to 0.8.9, cliff (which is the only user) is not compatible
+  with >= 0.9.0 atm
+
+-------------------------------------------------------------------

Old:
----
  cmd2-0.9.16.tar.gz

New:
----
  cmd2-0.9.20.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-cmd2.spec ++++++
--- /var/tmp/diff_new_pack.8ym8WW/_old  2019-11-22 10:24:40.513286800 +0100
+++ /var/tmp/diff_new_pack.8ym8WW/_new  2019-11-22 10:24:40.517286798 +0100
@@ -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
@@ -19,27 +19,26 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-cmd2
-Version:        0.9.16
+# Do not update beyond what is supported by cliff!
+Version:        0.9.20
 Release:        0
 Summary:        Extra features for standard library's cmd module
 License:        MIT
-Group:          Development/Languages/Python
 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:  fdupes
+BuildRequires:  %{python_module wcwidth}
+BuildRequires:  python-enum34
 BuildRequires:  python-rpm-macros
-BuildRequires:  vim
-Requires:       python-attrs >= 16.3.0
-Requires:       python-colorama >= 0.3.7
-Requires:       python-pyperclip >= 1.6
-Requires:       python-wcwidth >= 0.1.7
+BuildRequires:  python-subprocess32
+BuildRequires:  python3
+Requires:       python-pyparsing >= 2.0.1
+Requires:       python-pyperclip
+Requires:       python-six
+Requires:       python-wcwidth
 BuildArch:      noarch
-%if %{python3_version_nodots} < 35
-Requires:       python-contextlib2
-Requires:       python-typing
-%endif
 # SECTION Test requirements
 BuildRequires:  %{python_module attrs >= 16.3.0}
 BuildRequires:  %{python_module colorama >= 0.3.7}
@@ -49,10 +48,12 @@
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module wcwidth >= 0.1.7}
 # Required by tests.
+BuildRequires:  fdupes
 BuildRequires:  vim
 %if 0%{?suse_version} <= 1315
 BuildRequires:  %{python_module contextlib2}
-BuildRequires:  %{python_module typing}
+Requires:       python-enum34
+Requires:       python-subprocess32
 %endif
 # /SECTION
 %python_subpackages
@@ -78,11 +79,12 @@
 
 %prep
 %setup -q -n cmd2-%{version}
-# Fix non-executable-script
-sed -i -e '/^#!\//, 1d' cmd2/cmd2.py
 # 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
 
@@ -95,7 +97,7 @@
 
 %files %{python_files}
 %license LICENSE
-%doc CHANGELOG.md CODEOWNERS README.md
+%doc CHANGELOG.md README.md
 %{python3_sitelib}/*
 
 %changelog

++++++ cmd2-0.9.16.tar.gz -> cmd2-0.9.20.tar.gz ++++++
++++ 4309 lines of diff (skipped)


Reply via email to