Hello community,

here is the log from the commit of package python-Cheetah3 for openSUSE:Factory 
checked in at 2018-01-10 23:33:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Cheetah3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-Cheetah3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Cheetah3"

Wed Jan 10 23:33:59 2018 rev:1 rq:561083 version:3.0.0

Changes:
--------
New Changes file:

--- /dev/null   2018-01-05 12:14:39.755488130 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cheetah3.new/python-Cheetah3.changes     
2018-01-10 23:33:59.951314062 +0100
@@ -0,0 +1,25 @@
+-------------------------------------------------------------------
+Fri Dec 29 13:05:35 UTC 2017 - mplus...@suse.com
+
+- Conflict with python-cheetah
+
+-------------------------------------------------------------------
+Thu Dec 28 23:14:20 UTC 2017 - jeng...@inai.de
+
+- Remove some filler wording from descriptions.
+  The summary can do without repeating the software name.
+- Avoid running fdupes over partition boundaries.
+
+-------------------------------------------------------------------
+Sun Dec 24 15:45:04 UTC 2017 - mplus...@suse.com
+
+- Cleanup spec file
+  * Run spec-cleaner
+  * Remove text that does not belong to describtions
+  * Install license
+- Build only python3 version
+
+-------------------------------------------------------------------
+Thu Dec  7 22:00:04 UTC 2017 - bo...@steki.net
+
+- initial packaging 

New:
----
  Cheetah3-3.0.0.tar.gz
  python-Cheetah3.changes
  python-Cheetah3.spec

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

Other differences:
------------------
++++++ python-Cheetah3.spec ++++++
#
# spec file for package python-Cheetah3
#
# 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/
#


%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-Cheetah3
Version:        3.0.0
Release:        0
Summary:        Template engine and code generation tool
License:        MIT
Group:          Development/Languages/Python
Url:            http://cheetahtemplate.org/
Source:         
https://files.pythonhosted.org/packages/source/C/Cheetah3/Cheetah3-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Conflicts:      python-Cheetah
Provides:       Cheetah3 = %{version}
%python_subpackages

%description
Cheetah3 is a template engine and code generation tool.

It can be used standalone or combined with other tools and frameworks. Web
development is its principle use, but Cheetah is flexible and can also be
used to generate C++ game code, Java, SQL, form emails and even Python code.

It is a fork of the original CheetahTemplate library.

%prep
%setup -q -n Cheetah3-%{version}

%build
%python_build

%install
%python_install
%fdupes %{buildroot}/%{_prefix}

%files %{python_files}
%doc ANNOUNCE.rst LICENSE README.rst BUGS
%python3_only %{_bindir}/cheetah
%python3_only %{_bindir}/cheetah-analyze
%python3_only %{_bindir}/cheetah-compile
%{python_sitearch}/*

%changelog

Reply via email to