Fix mangled URL
This commit is contained in:
parent
8dad3ca404
commit
5ab64c57a1
@ -16,11 +16,11 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.21
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
Summary: Applying JSON Patches in Python
|
||||
|
||||
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
|
||||
# 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
|
||||
@ -133,6 +133,9 @@ done;
|
||||
%endif # with python3
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user