15
0

Accepting request 947920 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/947920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cfgdiff?expand=0&rev=4
This commit is contained in:
2022-01-22 07:18:22 +00:00
committed by Git OBS Bridge
5 changed files with 16 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/evgeni/cfgdiff.git</param>
<param name="changesrevision">dc4e96eee5783a06a44cad2eda3187dbee16d0d1</param></service></servicedata>
<param name="changesrevision">dc1234a9d8f9238509c863801bb7bf3b75083f60</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f9a81d046408f824eaf61a69e9e8eda02e77542d6de1a3de1a9d1669955307b
size 6724

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7afb6b15425133a8ba4b94b666c542d7c70831a091c56265e05acb37a6b1739a
size 7924

View File

@@ -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 <steven.kowalik@suse.com>

View File

@@ -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