diff --git a/moreorless-0.4.0.tar.gz b/moreorless-0.4.0.tar.gz deleted file mode 100644 index 460852f..0000000 --- a/moreorless-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85e19972c1a0b3a49f8543914f57bd83f6e1b10df144d5b97b8c5e9744d9c08c -size 10127 diff --git a/moreorless-0.5.0.tar.gz b/moreorless-0.5.0.tar.gz new file mode 100644 index 0000000..8fbc1b7 --- /dev/null +++ b/moreorless-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560a04f85006fccd74feaa4b6213a446392ff7b5ec0194a5464b6c30f182fa33 +size 14093 diff --git a/python-moreorless.changes b/python-moreorless.changes index d204abf..25a5206 100644 --- a/python-moreorless.changes +++ b/python-moreorless.changes @@ -1,7 +1,13 @@ +------------------------------------------------------------------- +Mon May 5 21:01:13 UTC 2025 - Dirk Müller + +- update to 0.5.0: + * Support combined diffs + ------------------------------------------------------------------- Thu Sep 29 16:39:39 UTC 2022 - Yogalakshmi Arunachalam -- 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 * 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 diff --git a/python-moreorless.spec b/python-moreorless.spec index 34e0779..ce5b515 100644 --- a/python-moreorless.spec +++ b/python-moreorless.spec @@ -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