14
0
forked from pool/python-merge3

Accepting request 1224092 from home:glaubitz:branches:devel:languages:python

- Update to 0.0.15
  * Migrate to ruff
  * Support building wheels
  * Add dependabot config
- Switch upstream source from PyPi to Github

OBS-URL: https://build.opensuse.org/request/show/1224092
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-merge3?expand=0&rev=7
This commit is contained in:
2024-11-14 09:37:19 +00:00
committed by Git OBS Bridge
parent 64b0d8beb3
commit 18fc71d2d1
4 changed files with 14 additions and 5 deletions

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-merge3
Version: 0.0.14
Version: 0.0.15
Release: 0
Summary: Python implementation of 3-way merge
License: GPL-2.0-or-later
URL: https://github.com/breezy-team/merge3
Source: https://files.pythonhosted.org/packages/source/m/merge3/merge3-%{version}.tar.gz
Source: %{url}/archive/v%{version}.tar.gz#/merge3-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}