forked from pool/python-moreorless
Accepting request 1007056 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1007056 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-moreorless?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c1c5f0bd6c1e590e25a2fc0c466fd26ff26b1ea04661b04b151043c7cf678f4
|
|
||||||
size 9802
|
|
||||||
3
moreorless-0.4.0.tar.gz
Normal file
3
moreorless-0.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85e19972c1a0b3a49f8543914f57bd83f6e1b10df144d5b97b8c5e9744d9c08c
|
||||||
|
size 10127
|
||||||
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 29 16:39:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.4.0
|
||||||
|
- Enable CI on main branch
|
||||||
|
* Fix origin of misspelling in template generator
|
||||||
|
* Merge pull request #5 from jwilk-forks/spelling
|
||||||
|
* Fix typo
|
||||||
|
* Fix lint
|
||||||
|
* Remove test deps from runtime deps
|
||||||
|
* Switch to ufmt
|
||||||
|
* Don't prefix absolute paths.
|
||||||
|
* Merge pull request #4 from jreese/clicky
|
||||||
|
* Update docs, reduce extra code
|
||||||
|
* Add variant of echo_color_diff for precomputed diff results
|
||||||
|
* Add parameterized to dev requirements
|
||||||
|
* Document echo_color_unified_diff
|
||||||
|
* Also run CI on tmp- branches
|
||||||
|
* Add colored diffs, improve coverage
|
||||||
|
* Give meaningful error messages
|
||||||
|
* Support patches with non-overlapping offset
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 18 23:37:35 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Mon Jan 18 23:37:35 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-moreorless
|
# spec file for package python-moreorless
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-moreorless
|
Name: python-moreorless
|
||||||
Version: 0.3.0
|
Version: 0.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python diff wrapper
|
Summary: Python diff wrapper
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user