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
This commit is contained in:
parent
f71a415360
commit
183f9d3b1d
3
Flask-Compress-1.10.1.tar.gz
Normal file
3
Flask-Compress-1.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28352387efbbe772cfb307570019f81957a13ff718d994a9125fa705efb73680
|
||||||
|
size 12272
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c132590e7c948877a96d675c13cbfa64edec0faafa2381678dea6f36aa49a552
|
|
||||||
size 10182
|
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 22 01:46:11 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- 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 <arun@gmx.de>
|
Thu Nov 26 17:45:07 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Flask-Compress
|
# spec file for package python-Flask-Compress
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Flask-Compress
|
Name: python-Flask-Compress
|
||||||
Version: 1.8.0
|
Version: 1.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Compress responses in Flask apps with gzip
|
Summary: Compress responses in Flask apps with gzip
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -27,6 +27,8 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/colour-science/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
|
Source: https://files.pythonhosted.org/packages/source/F/Flask-Compress/Flask-Compress-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Brotli}
|
BuildRequires: %{python_module Brotli}
|
||||||
|
BuildRequires: %{python_module importlib-metadata}
|
||||||
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -62,8 +64,8 @@ Flask-Compress can solve the problem.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/flask_compress.py*
|
%{python_sitelib}/flask_compress
|
||||||
%{python_sitelib}/Flask_Compress-%{version}-py*.egg-info
|
%{python_sitelib}/Flask_Compress-%{version}-py*.egg-info
|
||||||
%pycache_only %{python_sitelib}/__pycache__
|
%pycache_only %{python_sitelib}/flask_compress/__pycache__
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user