1.4.0
This commit is contained in:
parent
07f3968af5
commit
1a7faeccc3
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/canonicaljson-1.0.0.tar.gz
|
||||
/canonicaljson-1.1.3.tar.gz
|
||||
/canonicaljson-1.1.4.tar.gz
|
||||
/canonicaljson-1.4.0.tar.gz
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
%global modname canonicaljson
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 1.1.4
|
||||
Release: 9%{?dist}
|
||||
Version: 1.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Canonical JSON
|
||||
|
||||
License: ASL 2.0
|
||||
|
@ -63,6 +63,9 @@ nosetests-%{python3_version} -v
|
|||
%{python3_sitelib}/__pycache__/%{modname}.*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 30 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.4.0-1
|
||||
- 1.4.0
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (canonicaljson-1.1.4.tar.gz) = 868e0bf0d2f30c09a75ecf1a70f5a1ebe39839c550ce5dfd706b3096dafb295439f98c266fc1d19092927e282a6d35263bba35bbc62d4ad45782f563754f0a5e
|
||||
SHA512 (canonicaljson-1.4.0.tar.gz) = bdddbdbd2a9520848674209c77ca8a178dc993e962cc64ff901c0655fce0e042cb174a32fb42ac692a4d4b63e2142038580ce6818f807b9643cbe5e8370c591b
|
||||
|
|
Loading…
Reference in a new issue