update to version 3.0.0b1
This commit is contained in:
parent
e62be757e5
commit
9cc61da532
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/jsonschema-0.2.tar.gz
|
||||
/jsonschema-1.3.0.tar.gz
|
||||
/jsonschema-2.0.0.tar.gz
|
||||
@ -6,3 +9,4 @@
|
||||
/jsonschema-2.5.1.tar.gz
|
||||
/jsonschema-2.6.0.tar.gz
|
||||
/jsonschema-3.0.0a5.tar.gz
|
||||
/jsonschema-3.0.0b1.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
%global pypi_name jsonschema
|
||||
%global pypi_version 3.0.0a5
|
||||
%global pypi_version 3.0.0b1
|
||||
|
||||
%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~a5
|
||||
Version: 3.0.0~b1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
|
||||
@ -76,6 +76,9 @@ PYTHONPATH=$(pwd) trial-3 %{pypi_name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 22 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0~b1-1
|
||||
- Update to version 3.0.0b1.
|
||||
|
||||
* Sat Jan 19 2019 Fabio Valentini <decathorpe@gmail.com> - 3.0.0~a5-1
|
||||
- Update to version 3.0.0a5.
|
||||
- Moved python2 sub-package to separate source package.
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jsonschema-3.0.0a5.tar.gz) = f49ae198b59a9b544f7994cb51452c9d1ecc2e64d10d94ef3a9cdd41b6f2ec9bb4e3ae31a60ebb19c2650ac660ff288b12e35a2786cd8fb57a8310f0b0664064
|
||||
SHA512 (jsonschema-3.0.0b1.tar.gz) = 732c975f5ebc908d9567b740bb6bcf8bdecfa56419d01a77acb515044aee5be014a9d5a40c52812c26c8225ac3f5f18f4867dfaa046aa2d11de05f972fa4747f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user