From 183f9d3b1d404a912168eac23358bb05fb2055d2f469da93aadd57ca9583deb2 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 23 Jul 2021 09:20:14 +0000 Subject: [PATCH] Accepting request 907613 from home:apersaud:branches:devel:languages:python:flask update to latest version OBS-URL: https://build.opensuse.org/request/show/907613 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-Compress?expand=0&rev=8 --- Flask-Compress-1.10.1.tar.gz | 3 +++ Flask-Compress-1.8.0.tar.gz | 3 --- python-Flask-Compress.changes | 17 +++++++++++++++++ python-Flask-Compress.spec | 10 ++++++---- 4 files changed, 26 insertions(+), 7 deletions(-) create mode 100644 Flask-Compress-1.10.1.tar.gz delete mode 100644 Flask-Compress-1.8.0.tar.gz diff --git a/Flask-Compress-1.10.1.tar.gz b/Flask-Compress-1.10.1.tar.gz new file mode 100644 index 0000000..dec9e66 --- /dev/null +++ b/Flask-Compress-1.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28352387efbbe772cfb307570019f81957a13ff718d994a9125fa705efb73680 +size 12272 diff --git a/Flask-Compress-1.8.0.tar.gz b/Flask-Compress-1.8.0.tar.gz deleted file mode 100644 index 12b5523..0000000 --- a/Flask-Compress-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c132590e7c948877a96d675c13cbfa64edec0faafa2381678dea6f36aa49a552 -size 10182 diff --git a/python-Flask-Compress.changes b/python-Flask-Compress.changes index 90a47f7..8f9d8f2 100644 --- a/python-Flask-Compress.changes +++ b/python-Flask-Compress.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jul 22 01:46:11 UTC 2021 - Arun Persaud + +- specfile: + * update copyright year + * include setuptools_scm, importlib-metadata + * updated %files section + +- update to version 1.10.1: + * no changelog available at the moment + +- changes from version 1.10.0 : + * Automate the release process with GitHub Actions + * Use setuptools_scm to manage package versions + * The layout is now an actual package rather than a single module + * Clean up unused files + ------------------------------------------------------------------- Thu Nov 26 17:45:07 UTC 2020 - Arun Persaud diff --git a/python-Flask-Compress.spec b/python-Flask-Compress.spec index 8cb4999..0e1f8a4 100644 --- a/python-Flask-Compress.spec +++ b/python-Flask-Compress.spec @@ -1,7 +1,7 @@ # # spec file for package python-Flask-Compress # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2016, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Flask-Compress -Version: 1.8.0 +Version: 1.10.1 Release: 0 Summary: Compress responses in Flask apps with gzip License: MIT @@ -27,6 +27,8 @@ Group: Development/Languages/Python 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 Brotli} +BuildRequires: %{python_module importlib-metadata} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -62,8 +64,8 @@ Flask-Compress can solve the problem. %files %{python_files} %doc README.md %license LICENSE.txt -%{python_sitelib}/flask_compress.py* +%{python_sitelib}/flask_compress %{python_sitelib}/Flask_Compress-%{version}-py*.egg-info -%pycache_only %{python_sitelib}/__pycache__ +%pycache_only %{python_sitelib}/flask_compress/__pycache__ %changelog