15
0

Accepting request 965036 from devel:languages:python

- update to 0.2.2:
  * fix license declaration

OBS-URL: https://build.opensuse.org/request/show/965036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-patiencediff?expand=0&rev=2
This commit is contained in:
2022-03-26 21:31:33 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Mar 26 14:25:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.2.2:
* fix license declaration
-------------------------------------------------------------------
Wed Jun 10 11:05:23 UTC 2020 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-patiencediff
#
# 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-patiencediff
Version: 0.2.0
Version: 0.2.2
Release: 0
Summary: Python implementation of the patiencediff algorithm
License: GPL-2.0-or-later
@@ -26,8 +26,8 @@ Group: Development/Languages/Python
URL: https://www.breezy-vcs.org/
Source: https://files.pythonhosted.org/packages/source/p/patiencediff/patiencediff-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%python_subpackages