Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37551808
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-jsonpatch

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%global pypi_name jsonpatch
%global github_name python-json-patch

Name: python3-module-%pypi_name
Version: 1.32
Release: alt1

Summary: Applying JSON Patches in Python
License: BSD
Group: Development/Python3
Url: https://github.com/stefankoegl/%github_name
BuildArch: noarch

# Source0-url: https://github.com/stefankoegl/python-json-patch/archive/refs/tags/v%version.tar.gz

Source0: %pypi_name-%version.tar

BuildRequires(pre):  rpm-build-python3
BuildRequires: python3-module-jsonpointer >= 1.9


%description
Library to apply JSON Patches according to RFC 6902.

%prep
%setup -q -n %pypi_name-%version

%build
export LC_ALL=en_US.UTF-8
%python3_build

%install
%python3_install

%check
%__python3 tests.py

%files
%doc README.md COPYING
%_bindir/jsondiff
%_bindir/jsonpatch
%python3_sitelibdir/*


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin