Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-dbus-signature-pyparsing.git#8daa90bba70be2d9d29f00a52a81270fc31ea5d4
This commit is contained in:
parent
ba03aa445a
commit
48469c485b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/dbus-signature-pyparsing-0.03.tar.gz
|
||||
/dbus-signature-pyparsing-0.04.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname dbus-signature-pyparsing
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.03
|
||||
Release: 14%{?dist}
|
||||
Version: 0.04
|
||||
Release: 1%{?dist}
|
||||
Summary: Parser for a D-Bus Signature
|
||||
|
||||
License: ASL 2.0
|
||||
@ -21,10 +21,7 @@ Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-pyparsing
|
||||
BuildRequires: python3-hypothesis
|
||||
BuildRequires: python3-hs-dbus-signature
|
||||
Requires: python3-pyparsing
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
@ -41,7 +38,7 @@ Python 3 version.
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest tests.test_parser.ParseTestCase.testExceptions
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest -v tests/test_deterministic.py
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%license LICENSE
|
||||
@ -50,6 +47,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest tests.test_pars
|
||||
%{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Thu Dec 03 2020 mulhern <amulhern@redhat.com> - 0.04-1
|
||||
Update to 0.04
|
||||
|
||||
* Tue Aug 04 2020 mulhern <amulhern@redhat.com> - 0.03-14
|
||||
Run check with deterministic tests only
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dbus-signature-pyparsing-0.03.tar.gz) = 413cebf631bdb4a2a5e86c45fc1db7ff6d15fbbbf3775fc129d2046f8171cd8d4487334ea390868e4574c7375213058f80946f4525f637400ca1efa4180b0fb4
|
||||
SHA512 (dbus-signature-pyparsing-0.04.tar.gz) = f6b00072a58f1c7da971d9e6cc06101d91e528d4f7bf8a2cfb6d5d943b9f166b1f7e1193bffd91c7bcede962d0195ac444624c66877381631aad730c7c46e44b
|
||||
|
Loading…
Reference in New Issue
Block a user