diff --git a/_constraints b/_constraints
new file mode 100644
index 0000000..67cd350
--- /dev/null
+++ b/_constraints
@@ -0,0 +1,7 @@
+
+
+
+ 8
+
+
+
diff --git a/python-lzo-1.12.tar.gz b/python-lzo-1.12.tar.gz
deleted file mode 100644
index 25777c9..0000000
--- a/python-lzo-1.12.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:97a8e46825e8f1abd84c2a3372bc09adae9745a5be5d3af2692cd850dac35345
-size 14042
diff --git a/python-lzo-1.14.tar.gz b/python-lzo-1.14.tar.gz
new file mode 100644
index 0000000..ee54ddb
--- /dev/null
+++ b/python-lzo-1.14.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:83cbd8ecaae284735250e31d6c0ecc18ac08763fab2a8c910dc5a6910db6250c
+size 14050
diff --git a/python-python-lzo.changes b/python-python-lzo.changes
index ff0c5c1..fde8df3 100644
--- a/python-python-lzo.changes
+++ b/python-python-lzo.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Sun Jan 16 12:18:43 UTC 2022 - Ben Greiner
+
+- Update to 1.14
+ * Add python2 support statement
+ * Fix 32bit int limitations
+- Includes support for Python 3.10 now
+
-------------------------------------------------------------------
Wed Jun 17 13:14:01 UTC 2020 - pgajdos@suse.com
diff --git a/python-python-lzo.spec b/python-python-lzo.spec
index 52dc037..f1e455c 100644
--- a/python-python-lzo.spec
+++ b/python-python-lzo.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-python-lzo
#
-# Copyright (c) 2020 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
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-lzo
-Version: 1.12
+Version: 1.14
Release: 0
Summary: Python bindings for the LZO data compression library
License: GPL-2.0-only
@@ -56,6 +56,7 @@ export CFLAGS="%{optflags}"
%files %{python_files}
%doc NEWS
%license COPYING
-%{python_sitearch}/*
+%{python_sitearch}/lzo.*so
+%{python_sitearch}/python_lzo-%{version}*-info
%changelog