Hello community, here is the log from the commit of package python-PyPrint for openSUSE:Factory checked in at 2018-06-08 23:12:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyPrint (Old) and /work/SRC/openSUSE:Factory/.python-PyPrint.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyPrint" Fri Jun 8 23:12:51 2018 rev:1 rq:613311 version:0.2.6 Changes: -------- New Changes file: --- /dev/null 2018-05-30 11:41:29.140556178 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyPrint.new/python-PyPrint.changes 2018-06-08 23:12:51.985695758 +0200 @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Tue May 29 16:47:53 UTC 2018 - [email protected] + +- Use license tag +- Spec file cleanups + +------------------------------------------------------------------- +Fri Oct 20 16:17:43 UTC 2017 - [email protected] + +- initial version New: ---- PyPrint-0.2.6.tar.gz python-PyPrint.changes python-PyPrint.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyPrint.spec ++++++ # # spec file for package python-PyPrint # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-PyPrint Version: 0.2.6 Release: 0 License: GPL-3.0 Summary: A simple printer library for python Url: https://gitlab.com/coala/PyPrint/ Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/P/PyPrint/PyPrint-%{version}.tar.gz BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes # SECTION test requirements BuildRequires: %{python_module colorama >= 0.3.7} BuildRequires: %{python_module termcolor >= 1.1.0} BuildRequires: %{python_module pytest} # /SECTION Requires: python-colorama >= 0.3.7 Requires: python-termcolor >= 1.1.0 BuildArch: noarch %python_subpackages %description A library providing printing facilities for python applications. %prep %setup -q -n PyPrint-%{version} chmod a-x LICENSE %build %python_build %install export LANG=en_US.UTF-8 %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with test} %check export LANG=en_US.UTF-8 %python_exec setup.py test %endif %files %{python_files} %defattr(-,root,root,-) %doc README.rst %license LICENSE %{python_sitelib}/* %changelog
