Update to 1.1.3
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
0468722e93
commit
8751aa262b
3 changed files with 14 additions and 12 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/canonicaljson-1.0.0.tar.gz
|
||||
/canonicaljson-1.1.3.tar.gz
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
%bcond_without check
|
||||
|
||||
%{?python_enable_dependency_generator}
|
||||
%global modname canonicaljson
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 1.0.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Canonical JSON
|
||||
|
||||
License: ASL 2.0
|
||||
|
@ -33,11 +33,10 @@ BuildRequires: python2-devel
|
|||
BuildRequires: python2-setuptools
|
||||
%if %{with check}
|
||||
BuildRequires: python2-nose
|
||||
BuildRequires: python2-simplejson
|
||||
BuildRequires: python2-frozendict
|
||||
BuildRequires: python2-simplejson >= 3.6.5
|
||||
BuildRequires: python2-frozendict >= 1.0
|
||||
BuildRequires: python2-six
|
||||
%endif
|
||||
Requires: python2-simplejson
|
||||
Requires: python2-frozendict
|
||||
|
||||
%description -n python2-%{modname} %{_description}
|
||||
|
||||
|
@ -50,11 +49,10 @@ BuildRequires: python3-devel
|
|||
BuildRequires: python3-setuptools
|
||||
%if %{with check}
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-simplejson
|
||||
BuildRequires: python3-frozendict
|
||||
BuildRequires: python3-simplejson >= 3.6.5
|
||||
BuildRequires: python3-frozendict >= 1.0
|
||||
BuildRequires: python3-six
|
||||
%endif
|
||||
Requires: python3-simplejson
|
||||
Requires: python3-frozendict
|
||||
|
||||
%description -n python3-%{modname} %{_description}
|
||||
|
||||
|
@ -91,6 +89,9 @@ nosetests-%{python3_version} -v
|
|||
%{python3_sitelib}/__pycache__/%{modname}.*
|
||||
|
||||
%changelog
|
||||
* Thu May 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.3-1
|
||||
- Update to 1.1.3
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (canonicaljson-1.0.0.tar.gz) = 2e008d60752a8665a90c72337208f6d2c0b85748f5f2ffefc3922c7cc02253aa8c811c6a18b78066dcc60f97bc0f55fdd34fcb9a1fab41136b1da929325010f5
|
||||
SHA512 (canonicaljson-1.1.3.tar.gz) = 198504afc70f79c09e2df3b1c634eb4412e7b43ddc521e90b3ee95fb7a6c84575f4d8195b13ae8381a0e9ea20e174f12193d2a2c2039c1925e0c4ac093270c30
|
||||
|
|
Loading…
Reference in a new issue