rebuilt with python3 3.7.4 [release 20181111-2mamba;Thu Aug 08 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 11:03:13 +01:00
parent 2a0c507148
commit 82123dfafa

View File

@ -1,17 +1,18 @@
Name: python-diff-match-patch Name: python-diff-match-patch
Version: 20181111 Version: 20181111
Release: 1mamba Release: 2mamba
Summary: Robust algorithms to perform the operations required for synchronizing plain text Summary: Robust algorithms to perform the operations required for synchronizing plain text
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.python.org/pypi/diff-match-patch/ URL: https://pypi.python.org/pypi/diff-match-patch/
Source: https://pypi.python.org/packages/source/d/diff-match-patch/diff-match-patch-%{version}.tar.gz Source: https://pypi.debian.net/diff-match-patch/diff-match-patch-%{version}.tar.gz
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel BuildRequires: libpython-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7.4
Requires: python >= %python_version Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -46,6 +47,9 @@ chmod -R o+r %{buildroot}
%doc LICENSE %doc LICENSE
%changelog %changelog
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 20181111-2mamba
- rebuilt with python3 3.7.4
* Fri Dec 28 2018 Automatic Build System <autodist@mambasoft.it> 20181111-1mamba * Fri Dec 28 2018 Automatic Build System <autodist@mambasoft.it> 20181111-1mamba
- automatic version update by autodist - automatic version update by autodist