Hello community, here is the log from the commit of package python-cmdln for openSUSE:Factory checked in at 2020-10-25 18:10:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cmdln (Old) and /work/SRC/openSUSE:Factory/.python-cmdln.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cmdln" Sun Oct 25 18:10:28 2020 rev:19 rq:843646 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cmdln/python-cmdln.changes 2017-09-09 20:26:04.262012115 +0200 +++ /work/SRC/openSUSE:Factory/.python-cmdln.new.3463/python-cmdln.changes 2020-10-25 18:10:36.895572130 +0100 @@ -1,0 +2,6 @@ +Fri Oct 23 14:44:10 UTC 2020 - Matej Cepl <[email protected]> + +- Use %pycache_only %python_sitelib instead of %python3_sitelib + fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cmdln.spec ++++++ --- /var/tmp/diff_new_pack.DwQRYq/_old 2020-10-25 18:10:38.079573251 +0100 +++ /var/tmp/diff_new_pack.DwQRYq/_new 2020-10-25 18:10:38.083573255 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-cmdln # -# Copyright (c) 2017 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,7 +23,7 @@ Summary: An improved cmd.py for Writing Multi-command Scripts and Shells License: MIT Group: Development/Libraries/Python -Url: https://github.com/trentm/cmdln +URL: https://github.com/trentm/cmdln Source: https://files.pythonhosted.org/packages/source/c/cmdln/cmdln-%{version}.zip BuildRequires: %{python_module base} BuildRequires: %{python_module setuptools} @@ -60,6 +60,6 @@ %files %{python_files} %doc LICENSE.txt docs/ examples/ %{python_sitelib}/cmdln* -%pycache_only %{python3_sitelib}/__pycache__/* +%pycache_only %{python_sitelib}/__pycache__/* %changelog
