[packit] 0.29.1 upstream release
Upstream tag: 0.29.1 Upstream commit: 0b4c5d9b If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/python-dbusmock.git refs/heads/*:refs/remotes/packit/* git checkout packit/0.29.1-rawhide-update-propose_downstream ```
This commit is contained in:
parent
aea7d243a3
commit
2d4219821f
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/python-dbusmock-0.28.6.tar.gz
|
||||
/python-dbusmock-0.28.7.tar.gz
|
||||
/python-dbusmock-0.29.0.tar.gz
|
||||
/python-dbusmock-0.29.1.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.74.0.post3+g82517c4.
|
||||
The file was generated using packit 0.78.1.
|
||||
|
@ -1,11 +1,11 @@
|
||||
%global modname dbusmock
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.29.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.29.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock D-Bus objects
|
||||
|
||||
License: LGPLv3+
|
||||
License: LGPL-3.0-or-later
|
||||
URL: https://pypi.python.org/pypi/python-dbusmock
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
@ -51,6 +51,10 @@ rm -rf python-%{modname}.egg-info
|
||||
%{python3_sitelib}/*%{modname}*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 27 2023 Packit <hello@packit.dev> - 0.29.1-1
|
||||
- spec: Update License: to SPDX format
|
||||
- Test fixes (thanks Marco Trevisan)
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-dbusmock-0.29.0.tar.gz) = 618f6069802cdfcab41e09c9ed27f2c55c35f072bea4c0b38c057297ff3de0759b1b37128fee8d331d058f3c2a4607f25f0d8b42077f5b4fc155c6e5a4cb94c3
|
||||
SHA512 (python-dbusmock-0.29.1.tar.gz) = 722002838a983bbe908192ed1cae715066f509f33bd3b9bff8075d8f2d75c41b57e89bc7d76af2591d815f244b604671fa45030a52499a369d2cf23842fa4e88
|
||||
|
Loading…
Reference in New Issue
Block a user