New release: 1.6-1
- Add support for SUSE packaging in spec file (christopher.m.cantalupo) - Allow to generate multiple output arguments (vponcova) - Support multiple output arguments (vponcova) - Add the is_tuple_of_one function (vponcova) - Configure the codecov tool (vponcova)
This commit is contained in:
parent
43efd6ba73
commit
9fe3b10c9a
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/dasbus-1.3.tar.gz
|
||||
/dasbus-1.4.tar.gz
|
||||
/dasbus-1.5.tar.gz
|
||||
/dasbus-1.6.tar.gz
|
||||
|
||||
@ -1,13 +1,17 @@
|
||||
%global srcname dasbus
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.5
|
||||
Version: 1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: DBus library in Python 3
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://pypi.python.org/pypi/dasbus
|
||||
%if %{defined suse_version}
|
||||
Source0: %{srcname}-%{version}.tar.gz
|
||||
%else
|
||||
Source0: %{pypi_source}
|
||||
%endif
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -22,7 +26,11 @@ to use and extend.}
|
||||
Summary: %{summary}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%if %{defined suse_version}
|
||||
Requires: python3-gobject
|
||||
%else
|
||||
Requires: python3-gobject-base
|
||||
%endif
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
@ -43,6 +51,12 @@ Requires: python3-gobject-base
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Mon May 31 2021 Vendula Poncova <vponcova@redhat.com> - 1.6-1
|
||||
- Add support for SUSE packaging in spec file (christopher.m.cantalupo)
|
||||
- Allow to generate multiple output arguments (vponcova)
|
||||
- Support multiple output arguments (vponcova)
|
||||
- Add the is_tuple_of_one function (vponcova)
|
||||
- Configure the codecov tool (vponcova)
|
||||
* Mon May 03 2021 Vendula Poncova <vponcova@redhat.com> - 1.5-1
|
||||
- Disable builds for Fedora ELN on pull requests (vponcova)
|
||||
- Provide additional info about the DBus call (vponcova)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dasbus-1.5.tar.gz) = 00f0db69606db8f590911bca088ff7a840cee6b71b14854eb4c5d3ecb66810bdefa1bb132807973bb095a61ad517c0d0c1812a0659484b9318c42acea480750d
|
||||
SHA512 (dasbus-1.6.tar.gz) = 67134edd7a044110cfac8d5559708f453f5bd023fb80f4c832022c02cf1f7dc4f879df267140fc5b1d7649a84ed9f50abca0051ad12ffd735b5c3aa4ffc09e5e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user