diff --git a/_servicedata b/_servicedata
index 516da0a..01f6ea2 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/evgeni/cfgdiff.git
- dc4e96eee5783a06a44cad2eda3187dbee16d0d1
\ No newline at end of file
+ dc1234a9d8f9238509c863801bb7bf3b75083f60
\ No newline at end of file
diff --git a/cfgdiff-0.0.0+git.1487961889.dc4e96e.tar.xz b/cfgdiff-0.0.0+git.1487961889.dc4e96e.tar.xz
deleted file mode 100644
index c73af44..0000000
--- a/cfgdiff-0.0.0+git.1487961889.dc4e96e.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:3f9a81d046408f824eaf61a69e9e8eda02e77542d6de1a3de1a9d1669955307b
-size 6724
diff --git a/cfgdiff-0.0.0+git.1641843506.dc1234a.tar.xz b/cfgdiff-0.0.0+git.1641843506.dc1234a.tar.xz
new file mode 100644
index 0000000..a60920c
--- /dev/null
+++ b/cfgdiff-0.0.0+git.1641843506.dc1234a.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7afb6b15425133a8ba4b94b666c542d7c70831a091c56265e05acb37a6b1739a
+size 7924
diff --git a/python-cfgdiff.changes b/python-cfgdiff.changes
index 6499d83..6430c9f 100644
--- a/python-cfgdiff.changes
+++ b/python-cfgdiff.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Thu Jan 20 17:24:30 UTC 2022 - dimstar@opensuse.org
+
+- Update to version 0.0.0+git.1641843506.dc1234a:
+ * Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0
+ * make version pep440 compatible
+
-------------------------------------------------------------------
Wed Jan 20 04:37:21 UTC 2021 - Steve Kowalik
diff --git a/python-cfgdiff.spec b/python-cfgdiff.spec
index 235a96d..600c420 100644
--- a/python-cfgdiff.spec
+++ b/python-cfgdiff.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-cfgdiff
#
-# 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
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cfgdiff
-Version: 0.0.0+git.1487961889.dc4e96e
+Version: 0.0.0+git.1641843506.dc1234a
Release: 0
Summary: Cfgdiff -- diff(1) all your configuration files
License: MIT
@@ -66,21 +66,19 @@ cfgdiff currently supports the following formats:
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/cfgdiff
-%python_clone -a %{buildroot}%{_mandir}/man1/cfgdiff.1
%post
-%python_install_alternative cfgdiff cfgdiff.1
+%python_install_alternative cfgdiff
%postun
-%python_uninstall_alternative cfgdiff cfgdiff.1
+%python_uninstall_alternative cfgdiff
%check
-%python_exec -m unittest discover test/ -v
+%python_exec -m unittest discover tests/ -v
%files %{python_files}
%license LICENSE README.md
%{python_sitelib}/*
%python_alternative %{_bindir}/cfgdiff
-%python_alternative %{_mandir}/man1/cfgdiff.1%{?ext_man}
%changelog