commit python-Flask-Compress for openSUSE:Factory

2020-05-16 Thread root
Hello community,

here is the log from the commit of package python-Flask-Compress for 
openSUSE:Factory checked in at 2020-05-16 22:27:23

Comparing /work/SRC/openSUSE:Factory/python-Flask-Compress (Old)
 and  /work/SRC/openSUSE:Factory/.python-Flask-Compress.new.2738 (New)


Package is "python-Flask-Compress"

Sat May 16 22:27:23 2020 rev:4 rq:805889 version:1.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-Flask-Compress/python-Flask-Compress.changes  
2020-05-04 18:41:51.525217005 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Compress.new.2738/python-Flask-Compress.changes
2020-05-16 22:27:24.733405861 +0200
@@ -1,0 +2,5 @@
+Fri May 15 14:33:13 UTC 2020 - Antonio Larrosa 
+
+- Brotli is actually required
+
+---



Other differences:
--
++ python-Flask-Compress.spec ++
--- /var/tmp/diff_new_pack.N7b8S3/_old  2020-05-16 22:27:25.293407010 +0200
+++ /var/tmp/diff_new_pack.N7b8S3/_new  2020-05-16 22:27:25.297407019 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-Brotli
 Requires:   python-Flask
 BuildArch:  noarch
 # SECTION test requirements




commit python-Flask-Compress for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package python-Flask-Compress for 
openSUSE:Factory checked in at 2020-05-04 18:40:34

Comparing /work/SRC/openSUSE:Factory/python-Flask-Compress (Old)
 and  /work/SRC/openSUSE:Factory/.python-Flask-Compress.new.2738 (New)


Package is "python-Flask-Compress"

Mon May  4 18:40:34 2020 rev:3 rq:799921 version:1.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-Flask-Compress/python-Flask-Compress.changes  
2018-05-19 15:43:57.599348623 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Compress.new.2738/python-Flask-Compress.changes
2020-05-04 18:41:51.525217005 +0200
@@ -1,0 +2,20 @@
+Sat May  2 19:53:59 UTC 2020 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+  * be more specifc in %files section
+  * upate project url
+  * remove devel requirement
+  * require python-Brotli for tests
+
+- update to version 1.5.0:
+  * Added brotli compression
+  * Added tests
+  * setup.py: Update url
+  * Fix PyPI rendering of long_description
+  * Use request instead of response in cache key callable and ensure
+cache works as expected without always compressing content.
+  * Fix indentation in README
+  * Added copyright header to flask_compress.py
+
+---

Old:

  Flask-Compress-1.4.0.tar.gz

New:

  Flask-Compress-1.5.0.tar.gz



Other differences:
--
++ python-Flask-Compress.spec ++
--- /var/tmp/diff_new_pack.nlOkaE/_old  2020-05-04 18:41:53.969222045 +0200
+++ /var/tmp/diff_new_pack.nlOkaE/_new  2020-05-04 18:41:53.969222045 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Flask-Compress
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2016, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,29 +13,28 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Flask-Compress
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:Compress responses in Flask apps with gzip
 License:MIT
 Group:  Development/Languages/Python
-Url:https://libwilliam.github.io/flask-compress/
+URL:https://github.com/colour-science/flask-compress
 Source: 
https://files.pythonhosted.org/packages/source/F/Flask-Compress/Flask-Compress-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module Brotli}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-Flask
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Flask}
 # /SECTION
-BuildRequires:  fdupes
-Requires:   python-Flask
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -62,6 +61,8 @@
 %files %{python_files}
 %doc README.md
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/flask_compress.py*
+%{python_sitelib}/Flask_Compress-%{version}-py*.egg-info
+%pycache_only %{python_sitelib}/__pycache__
 
 %changelog

++ Flask-Compress-1.4.0.tar.gz -> Flask-Compress-1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Flask-Compress-1.4.0/Flask_Compress.egg-info/PKG-INFO 
new/Flask-Compress-1.5.0/Flask_Compress.egg-info/PKG-INFO
--- old/Flask-Compress-1.4.0/Flask_Compress.egg-info/PKG-INFO   2017-01-05 
00:37:12.0 +0100
+++ new/Flask-Compress-1.5.0/Flask_Compress.egg-info/PKG-INFO   2020-04-27 
09:10:49.0 +0200
@@ -1,12 +1,94 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: Flask-Compress
-Version: 1.4.0
-Summary: Compress responses in your Flask app with gzip.
-Home-page: https://libwilliam.github.io/flask-compress/
-Author: William Fagan
-Author-email: libwill...@gmail.com
+Version: 1.5.0
+Summary: Compress responses in your Flask app with gzip or brotli.
+Home-page: https://github.com/colour-science/flask-compress
+Author: Thomas Mansencal
+Author-email: thomas.mansen...@gmail.com
 License: MIT
-Description: Full documentation can be found on the Flask-Compress "Home Page".
+Description: # Flask-Compress
+
+
[![Version](https://img.shields.io/pypi/v/flask-compress.svg)](https://pypi.python.org/pypi/Flask-Compress)
+[![Build 

commit python-Flask-Compress for openSUSE:Factory

2018-05-19 Thread root
Hello community,

here is the log from the commit of package python-Flask-Compress for 
openSUSE:Factory checked in at 2018-05-19 15:43:54

Comparing /work/SRC/openSUSE:Factory/python-Flask-Compress (Old)
 and  /work/SRC/openSUSE:Factory/.python-Flask-Compress.new (New)


Package is "python-Flask-Compress"

Sat May 19 15:43:54 2018 rev:2 rq:610558 version:1.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-Flask-Compress/python-Flask-Compress.changes  
2018-05-11 14:28:46.119016010 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Flask-Compress.new/python-Flask-Compress.changes
 2018-05-19 15:43:57.599348623 +0200
@@ -1,0 +2,5 @@
+Fri May 18 19:55:21 UTC 2018 - jeng...@inai.de
+
+- The description should not assume any use context.
+
+---



Other differences:
--
++ python-Flask-Compress.spec ++
--- /var/tmp/diff_new_pack.T8o4nA/_old  2018-05-19 15:43:58.267324183 +0200
+++ /var/tmp/diff_new_pack.T8o4nA/_new  2018-05-19 15:43:58.275323891 +0200
@@ -21,7 +21,7 @@
 Name:   python-Flask-Compress
 Version:1.4.0
 Release:0
-Summary:Compress responses in your Flask app with gzip
+Summary:Compress responses in Flask apps with gzip
 License:MIT
 Group:  Development/Languages/Python
 Url:https://libwilliam.github.io/flask-compress/
@@ -39,12 +39,12 @@
 %python_subpackages
 
 %description
-Flask-Compress allows you to easily compress your Flask application's
+Flask-Compress allows compressing a Flask application's
 responses with gzip.
 
 The preferred solution is to have a server (like Nginx) automatically
-compress the static files for you. If you don't have that option
-Flask-Compress will solve the problem for you.
+compress the static files. If that option is not available,
+Flask-Compress can solve the problem.
 
 %prep
 %setup -q -n Flask-Compress-%{version}