Update to 1.7 upstream release
Upstream tag: v1.7 Upstream commit: 413cf9a0 Commit authored by Packit automation (https://packit.dev/) Resolves: RHEL-114478
This commit is contained in:
parent
0005e63823
commit
ba54d29b90
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.7.tar.gz
|
||||
|
||||
@ -13,14 +13,12 @@ jobs:
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-all
|
||||
# - fedora-eln
|
||||
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-rawhide
|
||||
- fedora-eln
|
||||
branch: master
|
||||
owner: "@rhinstaller"
|
||||
project: Anaconda
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.8.0.
|
||||
The file was generated using packit 1.11.0.
|
||||
|
||||
@ -1,13 +1,18 @@
|
||||
%global srcname dasbus
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.5
|
||||
Version: 1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: DBus library in Python 3
|
||||
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://pypi.python.org/pypi/dasbus
|
||||
%if %{defined suse_version}
|
||||
Source0: %{srcname}-%{version}.tar.gz
|
||||
Group: Development/Libraries/Python
|
||||
%else
|
||||
Source0: %{pypi_source}
|
||||
%endif
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -22,7 +27,13 @@ to use and extend.}
|
||||
Summary: %{summary}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%if %{defined suse_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python3-gobject
|
||||
%else
|
||||
Requires: python3-gobject-base
|
||||
%endif
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
@ -35,6 +46,9 @@ Requires: python3-gobject-base
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
%if %{defined suse_version}
|
||||
%python_expand %fdupes %{buildroot}%{python3_sitelib}
|
||||
%endif
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%license LICENSE
|
||||
@ -43,6 +57,9 @@ Requires: python3-gobject-base
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Fri Sep 12 2025 Katerina Koukiou <k.koukiou@gmail.com> - 1.7-1
|
||||
- Update to version 1.7
|
||||
|
||||
* Mon Jul 07 2025 Katerina Koukiou <k.koukiou@gmail.com> - 1.5-1
|
||||
- Update to version 1.5
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dasbus-1.5.tar.gz) = 00f0db69606db8f590911bca088ff7a840cee6b71b14854eb4c5d3ecb66810bdefa1bb132807973bb095a61ad517c0d0c1812a0659484b9318c42acea480750d
|
||||
SHA512 (dasbus-1.7.tar.gz) = ccf575d28d91ad96de78b8122eaf247182d22cee701859b1da83b2de2793362f164fe609187e8a9586083c55d985d95b6980b9ec291cb10d41d74dec03d8a873
|
||||
|
||||
Loading…
Reference in New Issue
Block a user