Hello community,

here is the log from the commit of package python-knack for openSUSE:Factory 
checked in at 2020-05-03 22:45:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-knack (Old)
 and      /work/SRC/openSUSE:Factory/.python-knack.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-knack"

Sun May  3 22:45:51 2020 rev:10 rq:791098 version:0.7.0~rc1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-knack/python-knack.changes        
2019-07-24 20:36:03.866570602 +0200
+++ /work/SRC/openSUSE:Factory/.python-knack.new.2738/python-knack.changes      
2020-05-03 22:45:54.846993502 +0200
@@ -1,0 +2,20 @@
+Fri Apr  3 06:30:50 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Remove patch as the test fail properly as the pkg does not support
+  python2:
+  * k_skip-broken-tests.patch
+- Fix the version field
+
+-------------------------------------------------------------------
+Thu Apr  2 15:48:46 UTC 2020 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 0.7.0rc1
+  * Allow disabling color (#171)
+  * Support yaml and yamlc output (#173)
+  * Drop support for python 2 and 3.5 (#174)
+  * Support --only-show-errors to disable warnings (#179)
+  * Add experimental tag (#180)
+- Add patch to skip two tests that currently fail on openSUSE
+  * k_skip-broken-tests.patch
+
+-------------------------------------------------------------------

Old:
----
  v0.6.3.tar.gz

New:
----
  knack-0.7.0rc1.tar.gz

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

Other differences:
------------------
++++++ python-knack.spec ++++++
--- /var/tmp/diff_new_pack.WXGwow/_old  2020-05-03 22:45:55.598995033 +0200
+++ /var/tmp/diff_new_pack.WXGwow/_new  2020-05-03 22:45:55.602995041 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-knack
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,16 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
+%define realver 0.7.0rc1
 Name:           python-knack
-Version:        0.6.3
+Version:        0.7.0~rc1
 Release:        0
 Summary:        A Command-Line Interface framework
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/microsoft/knack
-Source:         https://github.com/Microsoft/knack/archive/v%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/k/knack/knack-%{realver}.tar.gz
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module argcomplete}
 BuildRequires:  %{python_module colorama}
@@ -37,7 +39,6 @@
 BuildRequires:  %{python_module tabulate}
 BuildRequires:  %{python_module vcrpy}
 BuildRequires:  fdupes
-BuildRequires:  python-enum34
 BuildRequires:  python-rpm-macros
 Requires:       python-PyYAML
 Requires:       python-argcomplete
@@ -47,16 +48,13 @@
 Requires:       python-six
 Requires:       python-tabulate
 BuildArch:      noarch
-%ifpython2
-Requires:       python-enum34
-%endif
 %python_subpackages
 
 %description
 A Command-Line Interface framework
 
 %prep
-%setup -q -n knack-%{version}
+%setup -q -n knack-%{realver}
 
 %build
 %python_build


Reply via email to