Hello community,

here is the log from the commit of package python3-Frozen-Flask for 
openSUSE:Factory checked in at 2016-07-24 19:43:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-Frozen-Flask (Old)
 and      /work/SRC/openSUSE:Factory/.python3-Frozen-Flask.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-Frozen-Flask"

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

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-Frozen-Flask.new/python3-Frozen-Flask.changes
   2016-07-24 19:44:00.000000000 +0200
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Thu Jul  7 07:58:22 UTC 2016 - wner...@eienteiland.org
+
+- Add %doc README and LICENSE 
+
+-------------------------------------------------------------------
+Sun May  8 07:16:08 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
+Sat Jan 23 07:45:07 UTC 2016 - wner...@eienteiland.org
+
+- Init the package. 
+

New:
----
  Frozen-Flask-0.12.tar.gz
  python3-Frozen-Flask.changes
  python3-Frozen-Flask.spec

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

Other differences:
------------------
++++++ python3-Frozen-Flask.spec ++++++
#
# spec file for package python-Frozen-Flask
#
# Copyright (c) 2016 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/
#


Name:           python3-Frozen-Flask
Version:        0.12
Release:        0
Summary:        A Flask application into a set of static files
License:        BSD-2-Clause
Group:          Development/Languages/Python
Url:            http://pythonhosted.org/Frozen-Flask
Source:         
https://files.pythonhosted.org/packages/source/F/Frozen-Flask/Frozen-Flask-%{version}.tar.gz
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
Requires:       python3-Flask
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Frozen-Flask freezes a Flask application into a set of static files. The result 
can be hosted without any server-side software other than a traditional web 
server.

%prep
%setup -q -n Frozen-Flask-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root)
%{python3_sitelib}/Frozen_Flask-%{version}-py%{py3_ver}.egg-info/
%{python3_sitelib}/flask_frozen/

%doc README LICENSE

%changelog

Reply via email to