diff --git a/_service b/_service
new file mode 100644
index 0000000..82afaf0
--- /dev/null
+++ b/_service
@@ -0,0 +1,16 @@
+
+
+ git://github.com/techouse/mysql-to-sqlite3.git
+ git
+
+ v1.4.3
+
+
+
+
+ gz
+ *.tar
+
+
diff --git a/mysql-to-sqlite3-1.3.6.tar.gz b/mysql-to-sqlite3-1.3.6.tar.gz
deleted file mode 100644
index 1a46581..0000000
--- a/mysql-to-sqlite3-1.3.6.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5f902117f178da591fc3cee738f78a126b8dd89b8b1228dfb27e70ca09047035
-size 29364
diff --git a/mysql-to-sqlite3-v1.4.3.obscpio b/mysql-to-sqlite3-v1.4.3.obscpio
new file mode 100644
index 0000000..6db7dfb
--- /dev/null
+++ b/mysql-to-sqlite3-v1.4.3.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:65f095b0f7ad6202a492cbe324d4ef800ed9195e81fef8394ef15a400f0bd68b
+size 152075
diff --git a/mysql-to-sqlite3.obsinfo b/mysql-to-sqlite3.obsinfo
new file mode 100644
index 0000000..291c5a5
--- /dev/null
+++ b/mysql-to-sqlite3.obsinfo
@@ -0,0 +1,5 @@
+name: mysql-to-sqlite3
+version: v1.4.3
+mtime: 1625909832
+commit: 60dbda6b847c3bfdfa8e87ce8b1abe6e83ee2cf3
+
diff --git a/python-mysql-to-sqlite3.changes b/python-mysql-to-sqlite3.changes
index 5eb5a8e..f44d14a 100644
--- a/python-mysql-to-sqlite3.changes
+++ b/python-mysql-to-sqlite3.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Wed Jul 21 18:05:12 UTC 2021 - Enno Gotthold
+
+- Update to version 1.4.3
+- Use obscpio instead of .tar.gz
+
-------------------------------------------------------------------
Mon Jan 4 12:34:51 UTC 2021 - Enno Gotthold
diff --git a/python-mysql-to-sqlite3.spec b/python-mysql-to-sqlite3.spec
index 6d3fcd7..79e0408 100644
--- a/python-mysql-to-sqlite3.spec
+++ b/python-mysql-to-sqlite3.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-mysql-to-sqlite3
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,24 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
+%define short_name mysql-to-sqlite3
%define skip_python2 1
Name: python-mysql-to-sqlite3
-Version: 1.3.6
+Version: v1.4.3
Release: 0
Summary: A simple Python tool to transfer data from MySQL to SQLite 3
License: MIT
URL: https://github.com/techouse/mysql-to-sqlite3
-Source: https://files.pythonhosted.org/packages/source/m/mysql-to-sqlite3/mysql-to-sqlite3-%{version}.tar.gz
+Source: %{short_name}-%{version}.tar.gz
+BuildRequires: %{python_module setuptools}
BuildRequires: docker
BuildRequires: python-rpm-macros
-BuildRequires: python3-pytest
-BuildRequires: python3-docker
BuildRequires: python3-SQLAlchemy
BuildRequires: python3-SQLAlchemy-Utils
+BuildRequires: python3-docker
BuildRequires: python3-factory_boy
-BuildRequires: %{python_module setuptools}
+BuildRequires: python3-pytest
# SECTION test requirements
BuildRequires: %{python_module click >= 7.0}
BuildRequires: %{python_module mysql-connector-python >= 8.0.18}