Update to 0.30.2 (close RHBZ#2229137)
This commit is contained in:
parent
8e7dc31d16
commit
6e3caffaae
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/referencing-0.30.0.tar.gz
|
/referencing-0.30.0.tar.gz
|
||||||
/referencing-suite-fe891e8.tar.gz
|
/referencing-suite-fe891e8.tar.gz
|
||||||
|
/referencing-0.30.2.tar.gz
|
||||||
|
@ -1,18 +1,12 @@
|
|||||||
%global srcname referencing
|
%global srcname referencing
|
||||||
|
|
||||||
# For the test suite
|
|
||||||
%global testcommit fe891e8ae5af7b623ed88db1f48ffb53eba9da21
|
|
||||||
%global testshortcommit %(c=%{testcommit}; echo ${c:0:7})
|
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.30.0
|
Version: 0.30.2
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: An implementation-agnostic implementation of JSON reference resolution
|
Summary: An implementation-agnostic implementation of JSON reference resolution
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/%{srcname}
|
URL: https://pypi.python.org/pypi/%{srcname}
|
||||||
Source0: %{pypi_source referencing}
|
Source: %{pypi_source referencing}
|
||||||
# Data for running tests
|
|
||||||
Source1: https://github.com/python-jsonschema/referencing-suite/archive/%{testcommit}/referencing-suite-%{testshortcommit}.tar.gz
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -39,8 +33,6 @@ Summary: %{summary}
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{srcname}-%{version} -p1
|
%autosetup -n %{srcname}-%{version} -p1
|
||||||
|
|
||||||
# Unpack the test reference suite
|
|
||||||
%setup -q -n %{srcname}-%{version} -a1
|
|
||||||
|
|
||||||
%generate_buildrequires
|
%generate_buildrequires
|
||||||
%pyproject_buildrequires
|
%pyproject_buildrequires
|
||||||
@ -56,7 +48,6 @@ Summary: %{summary}
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export REFERENCING_SUITE="%{_builddir}/%{srcname}-%{version}/referencing-suite-%{testcommit}"
|
|
||||||
%pyproject_check_import -e referencing.tests*
|
%pyproject_check_import -e referencing.tests*
|
||||||
%pytest referencing/tests
|
%pytest referencing/tests
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
|||||||
SHA512 (referencing-0.30.0.tar.gz) = afc709140706f37a6baad5e2293fe3e7f4e214867020ac962e1ee1282777d4e6864037d6d545a0429dd11fd1eb2f91b633192cb0752f4ad4b8d138897ba2a573
|
SHA512 (referencing-0.30.2.tar.gz) = fd6de21a67f21f39bcf2c6b59b068888cb834710250c0d2ca7ef7dd05a27070c18717383d66824c400118afee6d3ef664e007ad16f9cdcbdcb5b2632152df25e
|
||||||
SHA512 (referencing-suite-fe891e8.tar.gz) = f56f2907e00daf52e997347867a584ba1cacbe55ae65cc54b07d9fb5ee9eb8aa2c5c4a426c821d7152e721c8c5558ce6fa4cb6e60aa3dafc14884cd14f75b78a
|
|
||||||
|
Loading…
Reference in New Issue
Block a user