update to version 3.0.0b3
This commit is contained in:
parent
9cc61da532
commit
9fd6f7ae6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/jsonschema-2.6.0.tar.gz
|
||||
/jsonschema-3.0.0a5.tar.gz
|
||||
/jsonschema-3.0.0b1.tar.gz
|
||||
/jsonschema-3.0.0b3.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
%global pypi_name jsonschema
|
||||
%global pypi_version 3.0.0b1
|
||||
%global pypi_version 3.0.0b3
|
||||
|
||||
%global common_description %{expand:
|
||||
jsonschema is an implementation of JSON Schema for Python (supporting
|
||||
@ -14,7 +14,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~b1
|
||||
Version: 3.0.0~b3
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
|
||||
@ -76,6 +76,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 28 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0~b3-1
|
||||
- Update to version 3.0.0b3.
|
||||
|
||||
* Tue Jan 22 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0~b1-1
|
||||
- Update to version 3.0.0b1.
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jsonschema-3.0.0b1.tar.gz) = 732c975f5ebc908d9567b740bb6bcf8bdecfa56419d01a77acb515044aee5be014a9d5a40c52812c26c8225ac3f5f18f4867dfaa046aa2d11de05f972fa4747f
|
||||
SHA512 (jsonschema-3.0.0b3.tar.gz) = bb7f8c26627ac5eafa6404ec8c8fb11234600a51a468b627b0230fe25a1812d32588229503812cbf0b5de0ab20a5a2b49b015db4ccb74190b2dbd17c99ac68da
|
||||
|
||||
Loading…
Reference in New Issue
Block a user