Hello community,

here is the log from the commit of package python-Frozen-Flask for 
openSUSE:Factory checked in at 2017-09-04 12:32:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Frozen-Flask (Old)
 and      /work/SRC/openSUSE:Factory/.python-Frozen-Flask.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Frozen-Flask"

Mon Sep  4 12:32:24 2017 rev:3 rq:519902 version:0.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Frozen-Flask/python-Frozen-Flask.changes  
2017-02-03 18:56:58.185142697 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Frozen-Flask.new/python-Frozen-Flask.changes 
    2017-09-04 12:32:50.848829425 +0200
@@ -1,0 +2,16 @@
+Thu Aug 31 05:54:28 UTC 2017 - [email protected]
+
+- Update to version 0.15
+  * Add Freezer.freeze_yield() method to make progress
+    reporting easier.
+- Update to version 0.14
+  * Add the FREEZER_SKIP_EXISTING configuration to skip generation
+    of files already in the build directory.
+  * Add shared superclass FrozenFlaskWarning for all warnings.
+
+-------------------------------------------------------------------
+Thu Aug 24 13:39:03 UTC 2017 - [email protected]
+
+- singlespec auto-conversion
+
+-------------------------------------------------------------------
@@ -15,0 +32 @@
+

Old:
----
  v0.13.tar.gz

New:
----
  Frozen-Flask-0.15.tar.gz

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

Other differences:
------------------
++++++ python-Frozen-Flask.spec ++++++
--- /var/tmp/diff_new_pack.9NnTJo/_old  2017-09-04 12:32:53.392471784 +0200
+++ /var/tmp/diff_new_pack.9NnTJo/_new  2017-09-04 12:32:53.392471784 +0200
@@ -16,36 +16,48 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Frozen-Flask
-Version:        0.13
+Version:        0.15
 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://github.com/Frozen-Flask/Frozen-Flask/archive/v%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Url:            https://github.com/Frozen-Flask/Frozen-Flask
+Source:         
https://files.pythonhosted.org/packages/source/F/Frozen-Flask/Frozen-Flask-%{version}.tar.gz
+BuildRequires:  %{python_module Flask}
+BuildRequires:  %{python_module Werkzeug}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 Requires:       python-Flask
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires:       python-Werkzeug
 BuildArch:      noarch
+%python_subpackages
 
 %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.
+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
-python2 setup.py build
+%python_build
 
 %install
-python2 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%check
+export LANG=en_US.UTF-8
+%python_exec -m flask_frozen.tests
+
+%files %{python_files}
 %defattr(-,root,root)
-%{python_sitelib}/Frozen_Flask-%{version}-py%{py_ver}.egg-info/
-%{python_sitelib}/flask_frozen/
 %doc README.rst LICENSE
+%doc docs/build/html
+%{python_sitelib}/flask_frozen/
+%{python_sitelib}/Frozen_Flask-%{version}-py*.egg-info
 
 %changelog


Reply via email to