Update to 0.8
This commit is contained in:
parent
c287afe925
commit
6f8f53a442
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/dbus-python-client-gen-0.5.tar.gz
|
||||
/dbus-python-client-gen-0.6.tar.gz
|
||||
/dbus-python-client-gen-0.7.tar.gz
|
||||
/dbus-python-client-gen-0.8.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname dbus-python-client-gen
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.7
|
||||
Release: 9%{?dist}
|
||||
Version: 0.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Python Library for Generating dbus-python Client Code
|
||||
|
||||
License: MPLv2.0
|
||||
@ -21,11 +21,10 @@ Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-dbus
|
||||
BuildRequires: python3-into-dbus-python >= 0.06
|
||||
BuildRequires: python3-into-dbus-python >= 0.08
|
||||
Requires: python3-dbus
|
||||
Requires: python3-into-dbus-python >= 0.06
|
||||
Requires: python3-into-dbus-python >= 0.08
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
|
||||
@ -41,7 +40,7 @@ Python 3 version.
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v tests
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest discover --verbose tests
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%license LICENSE
|
||||
@ -50,6 +49,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v tests
|
||||
%{python3_sitelib}/dbus_python_client_gen-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Tue Dec 8 2020 mulhern <amulhern@redhat.com> - 0.8-1
|
||||
- Update to 0.8
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dbus-python-client-gen-0.7.tar.gz) = 3c52ac5491fa3361c33405451d98c97501055469eff4e41a45565a16ad4f959dd64d4c9b505cad963cd53309db4707f91dd75fb9a9254896c8ce00d9ad198653
|
||||
SHA512 (dbus-python-client-gen-0.8.tar.gz) = a3e846b69db978e75a721d3490f57d57a70b89eb8e908c9c8a58b0baacc9e1bf40f7d98fbc9ba9c7566beef7f863941a4d6843b68af12cb7704bd3d16f37eaca
|
||||
|
Loading…
Reference in New Issue
Block a user