Accepting request 1030923 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/1030923 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-HTMLmin?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 19 19:21:30 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 2.2.0:
|
||||
* Added CSS minification
|
||||
* Create codeql-analysis.yml
|
||||
* Add python 3.9 to setup classifiers
|
||||
* Fix tests
|
||||
* Bump urllib3 from 1.26.3 to 1.26.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 05:07:09 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Flask-HTMLmin
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-Flask-HTMLmin
|
||||
Version: 2.1.0
|
||||
Version: 2.2.0
|
||||
Release: 0
|
||||
Summary: Flask minifier for HTML responses
|
||||
License: BSD-3-Clause
|
||||
@@ -27,12 +27,14 @@ URL: https://github.com/hamidfzm/Flask-HTMLmin
|
||||
Source: https://github.com/hamidfzm/Flask-HTMLmin/archive/v%{version}.tar.gz
|
||||
Patch0: remove-pytest-runner.patch
|
||||
BuildRequires: %{python_module Flask}
|
||||
BuildRequires: %{python_module cssmin}
|
||||
BuildRequires: %{python_module htmlmin}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Flask
|
||||
Requires: python-cssmin
|
||||
Requires: python-htmlmin
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2958cf77c5ea7a0cc1f94a7b147be748ca52d923c6261de1a68f2cac2bc3d22
|
||||
size 16395
|
||||
3
v2.2.0.tar.gz
Normal file
3
v2.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09ec02228692e41baa9a688261c71116efe38cafbae9d771fce5f476ecb52171
|
||||
size 17637
|
||||
Reference in New Issue
Block a user