Hello community,
here is the log from the commit of package python-Frozen-Flask for
openSUSE:Factory checked in at 2017-02-01 09:53:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Frozen-Flask (Old)
and /work/SRC/openSUSE:Factory/.python-Frozen-Flask.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Frozen-Flask"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Frozen-Flask/python-Frozen-Flask.changes
2016-07-14 09:45:16.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-Frozen-Flask.new/python-Frozen-Flask.changes
2017-02-03 18:56:58.185142697 +0100
@@ -1,0 +2,11 @@
+Tue Jan 31 06:57:41 UTC 2017 - [email protected]
+
+- Fix source link and downloaded filename
+
+-------------------------------------------------------------------
+Tue Jan 31 05:49:03 UTC 2017 - [email protected]
+
+- Update to version 0.13
+ * Add the FREEZER_REDIRECT_POLICY configuration
+
+-------------------------------------------------------------------
Old:
----
Frozen-Flask-0.12.tar.gz
New:
----
v0.13.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Frozen-Flask.spec ++++++
--- /var/tmp/diff_new_pack.0QXGf9/_old 2017-02-03 18:56:58.545092148 +0100
+++ /var/tmp/diff_new_pack.0QXGf9/_new 2017-02-03 18:56:58.549091586 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-Frozen-Flask
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,13 +17,13 @@
Name: python-Frozen-Flask
-Version: 0.12
+Version: 0.13
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://pypi.python.org/packages/source/F/Frozen-Flask/Frozen-Flask-%{version}.tar.gz
+Source:
https://github.com/Frozen-Flask/Frozen-Flask/archive/v%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-Flask
@@ -46,6 +46,6 @@
%defattr(-,root,root)
%{python_sitelib}/Frozen_Flask-%{version}-py%{py_ver}.egg-info/
%{python_sitelib}/flask_frozen/
-%doc README LICENSE
+%doc README.rst LICENSE
%changelog