17
0

Compare commits

2 Commits

Author SHA256 Message Date
fded899982 Accepting request 1274715 from devel:languages:python
- update to 0.5.0:
  * Support combined diffs

- Update to version 0.4.0

OBS-URL: https://build.opensuse.org/request/show/1274715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-moreorless?expand=0&rev=4
2025-05-06 14:41:35 +00:00
4aa0f89d7f - update to 0.5.0:
* Support combined diffs
- Update to version 0.4.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-moreorless?expand=0&rev=9
2025-05-05 21:01:31 +00:00
4 changed files with 19 additions and 12 deletions

View File

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

3
moreorless-0.5.0.tar.gz Normal file
View File

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

View File

@@ -1,7 +1,13 @@
-------------------------------------------------------------------
Mon May 5 21:01:13 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.5.0:
* Support combined diffs
-------------------------------------------------------------------
Thu Sep 29 16:39:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.4.0
- 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
@@ -19,7 +25,7 @@ Thu Sep 29 16:39:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
* 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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-moreorless
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,18 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-moreorless
Version: 0.4.0
Version: 0.5.0
Release: 0
Summary: Python diff wrapper
License: MIT
Group: Development/Languages/Python
URL: https://github.com/thatch/moreorless/
Source: https://files.pythonhosted.org/packages/source/m/moreorless/moreorless-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 38.3.0}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: (python3-dataclasses if python3-base < 3.7)
@@ -54,10 +54,10 @@ Python diff wrapper.
sed -i '/parameterized/d' setup.cfg
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -66,6 +66,7 @@ sed -i '/parameterized/d' setup.cfg
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/moreorless
%{python_sitelib}/moreorless-%{version}.dist-info
%changelog