diff --git a/python-Flask-HTMLmin.changes b/python-Flask-HTMLmin.changes
index 2641101..9b818c6 100644
--- a/python-Flask-HTMLmin.changes
+++ b/python-Flask-HTMLmin.changes
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+Sat Feb 19 19:21:30 UTC 2022 - Arun Persaud
+
+- 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
diff --git a/python-Flask-HTMLmin.spec b/python-Flask-HTMLmin.spec
index 22da7d2..6efc4c2 100644
--- a/python-Flask-HTMLmin.spec
+++ b/python-Flask-HTMLmin.spec
@@ -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
diff --git a/v2.1.0.tar.gz b/v2.1.0.tar.gz
deleted file mode 100644
index 5e2dfd5..0000000
--- a/v2.1.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a2958cf77c5ea7a0cc1f94a7b147be748ca52d923c6261de1a68f2cac2bc3d22
-size 16395
diff --git a/v2.2.0.tar.gz b/v2.2.0.tar.gz
new file mode 100644
index 0000000..ce2ac7f
--- /dev/null
+++ b/v2.2.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:09ec02228692e41baa9a688261c71116efe38cafbae9d771fce5f476ecb52171
+size 17637