diff --git a/_service b/_service
new file mode 100644
index 0000000..413b85c
--- /dev/null
+++ b/_service
@@ -0,0 +1,3 @@
+
+
+
diff --git a/python-ujson.changes b/python-ujson.changes
index da2eb99..61f1387 100644
--- a/python-ujson.changes
+++ b/python-ujson.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Sun Mar 15 19:44:07 UTC 2020 - Benjamin Greiner
+
+- update to version 2.0.2
+ Fix serialization issue (#382)
+- reactivate Python 2 build
+
-------------------------------------------------------------------
Tue Mar 10 13:37:34 UTC 2020 - pgajdos@suse.com
diff --git a/python-ujson.spec b/python-ujson.spec
index 7e7aada..77c1c1a 100644
--- a/python-ujson.spec
+++ b/python-ujson.spec
@@ -17,9 +17,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-ujson
-Version: 2.0.1
+Version: 2.0.2
Release: 0
Summary: JSON encoder and decoder for Python
License: BSD-3-Clause
@@ -42,9 +41,8 @@ BuildRequires: python-rpm-macros
%python_subpackages
%description
-UltraJSON is a JSON encoder and decoder written in pure C with
-bindings for Python 2.5+ and 3. For a different C/C++ JSON
-decoder experience please checkout ujson4c_, based on UltraJSON.
+An ultrafast JSON encoder and decoder written in pure C with
+bindings for Python 2.7 and 3.5+
%prep
%setup -q -n ujson-%{version}
diff --git a/ujson-2.0.1.tar.gz b/ujson-2.0.1.tar.gz
deleted file mode 100644
index c7f508c..0000000
--- a/ujson-2.0.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0a88069adf9f99acb301c9902c7e31f73cd928f63a03657805a9e79e3b391f44
-size 7127056
diff --git a/ujson-2.0.2.tar.gz b/ujson-2.0.2.tar.gz
new file mode 100644
index 0000000..7fd3c12
--- /dev/null
+++ b/ujson-2.0.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:91f30f0b6fd5cd4b43844a9c52febc80772aad6348a58369d0a08bd1b347a52c
+size 7127733