Update to 1.1.4
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
983c386dac
commit
6961ced6b9
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/canonicaljson-1.0.0.tar.gz
|
||||
/canonicaljson-1.1.3.tar.gz
|
||||
/canonicaljson-1.1.4.tar.gz
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
%global modname canonicaljson
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 1.1.3
|
||||
Release: 3%{?dist}
|
||||
Version: 1.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Canonical JSON
|
||||
|
||||
License: ASL 2.0
|
||||
|
@ -89,6 +89,9 @@ nosetests-%{python3_version} -v
|
|||
%{python3_sitelib}/__pycache__/%{modname}.*
|
||||
|
||||
%changelog
|
||||
* Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.4-1
|
||||
- Update to 1.1.4
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (canonicaljson-1.1.3.tar.gz) = 198504afc70f79c09e2df3b1c634eb4412e7b43ddc521e90b3ee95fb7a6c84575f4d8195b13ae8381a0e9ea20e174f12193d2a2c2039c1925e0c4ac093270c30
|
||||
SHA512 (canonicaljson-1.1.4.tar.gz) = 868e0bf0d2f30c09a75ecf1a70f5a1ebe39839c550ce5dfd706b3096dafb295439f98c266fc1d19092927e282a6d35263bba35bbc62d4ad45782f563754f0a5e
|
||||
|
|
Loading…
Reference in a new issue