update to version 3.0.1
This commit is contained in:
parent
d19d678aa5
commit
2becd1b7dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/jsonschema-3.0.0b1.tar.gz
|
||||
/jsonschema-3.0.0b3.tar.gz
|
||||
/jsonschema-3.0.0.tar.gz
|
||||
/jsonschema-3.0.1.tar.gz
|
||||
|
||||
@ -13,7 +13,7 @@ jsonschema is an implementation of JSON Schema for Python (supporting
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Summary: Implementation of JSON Schema validation for Python
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
|
||||
@ -75,6 +75,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 01 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.1-1
|
||||
- Update to version 3.0.1.
|
||||
|
||||
* Sun Feb 24 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-1
|
||||
- Update to version 3.0.0.
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jsonschema-3.0.0.tar.gz) = 5e5577c491ece9f4c24067b080e17e468cac144bf24af267fb3838f5e79ce93a151aaa91e740382d3eaecf2241e667234ce3da5b022401169fb6226e807c5a2e
|
||||
SHA512 (jsonschema-3.0.1.tar.gz) = 564e7385728b15387cd44c06cf50c36342fe4c6f497d208ce3d611d1659023e95ff032b2609a786cd9610bd915f878d138eef47913f18cc56eaae0651eb6efe8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user