Fix mangled URL

This commit is contained in:
Tim Landscheidt 2021-03-04 06:25:13 +00:00
parent 8dad3ca404
commit 5ab64c57a1

View File

@ -16,11 +16,11 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.21 Version: 1.21
Release: 14%{?dist} Release: 15%{?dist}
Summary: Applying JSON Patches in Python Summary: Applying JSON Patches in Python
License: BSD License: BSD
URL: https://github.com/stefankoegl/%{github_name} URL: https://github.com/stefankoegl/python-json-patch
Source0: https://pypi.io/packages/source/j/jsonpatch/%{pypi_name}-%{version}.tar.gz Source0: https://pypi.io/packages/source/j/jsonpatch/%{pypi_name}-%{version}.tar.gz
# tarball from pypi does not include file tests.js required for a specific test. # tarball from pypi does not include file tests.js required for a specific test.
# upstream issue https://github.com/stefankoegl/python-json-patch/issues/82 # upstream issue https://github.com/stefankoegl/python-json-patch/issues/82
@ -133,6 +133,9 @@ done;
%endif # with python3 %endif # with python3
%changelog %changelog
* Thu Mar 4 2021 Tim Landscheidt <tim@tim-landscheidt.de> - 1.21-15
- Fix mangled URL
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-14 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild