[packit] 0.28.6 upstream release
Upstream tag: 0.28.6 Upstream commit: 276f54de Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
42daf422a6
commit
1df896da8f
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
|||||||
/python-dbusmock-0.28.2.tar.gz
|
/python-dbusmock-0.28.2.tar.gz
|
||||||
/python-dbusmock-0.28.3.tar.gz
|
/python-dbusmock-0.28.3.tar.gz
|
||||||
/python-dbusmock-0.28.4.tar.gz
|
/python-dbusmock-0.28.4.tar.gz
|
||||||
|
/python-dbusmock-0.28.6.tar.gz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.55.1.dev8+g432e38d.
|
The file was generated using packit 0.60.0.
|
||||||
|
27
packit.yaml
27
packit.yaml
@ -16,31 +16,28 @@ actions:
|
|||||||
|
|
||||||
srpm_build_deps:
|
srpm_build_deps:
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
|
- python3-setuptools_scm
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: tests
|
- job: tests
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
metadata:
|
targets:
|
||||||
targets:
|
- fedora-all
|
||||||
- fedora-development
|
- centos-stream-8-x86_64
|
||||||
- fedora-stable
|
- centos-stream-9-x86_64
|
||||||
|
|
||||||
- job: propose_downstream
|
- job: propose_downstream
|
||||||
trigger: release
|
trigger: release
|
||||||
metadata:
|
dist_git_branches:
|
||||||
dist_git_branches:
|
- fedora-all
|
||||||
- fedora-development
|
|
||||||
- fedora-stable
|
|
||||||
|
|
||||||
- job: koji_build
|
- job: koji_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
metadata:
|
dist_git_branches:
|
||||||
dist_git_branches:
|
- fedora-all
|
||||||
- fedora-all
|
|
||||||
|
|
||||||
- job: bodhi_update
|
- job: bodhi_update
|
||||||
trigger: commit
|
trigger: commit
|
||||||
metadata:
|
dist_git_branches:
|
||||||
dist_git_branches:
|
# rawhide updates are created automatically
|
||||||
# rawhide updates are created automatically
|
- fedora-branched
|
||||||
- fedora-branched
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global modname dbusmock
|
%global modname dbusmock
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.28.4
|
Version: 0.28.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Mock D-Bus objects
|
Summary: Mock D-Bus objects
|
||||||
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -51,6 +51,17 @@ rm -rf python-%{modname}.egg-info
|
|||||||
%{python3_sitelib}/*%{modname}*
|
%{python3_sitelib}/*%{modname}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 12 2022 Packit <hello@packit.dev> - 0.28.6-1
|
||||||
|
<!-- generated by eloquent/github-release-action -->
|
||||||
|
<!-- original source:
|
||||||
|
- Fix generated _version.py in release tarball (#164)
|
||||||
|
-->
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Fix generated _version.py in release tarball (#164)</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.4-2
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
@ -61,7 +72,6 @@ rm -rf python-%{modname}.egg-info
|
|||||||
- ofono template: Fix conversion to f-strings (Debian #1015286)
|
- ofono template: Fix conversion to f-strings (Debian #1015286)
|
||||||
- Ship FMF tests in release tarballs
|
- Ship FMF tests in release tarballs
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>setup.py: Fix ModuleNotFoundError</li>
|
<li>setup.py: Fix ModuleNotFoundError</li>
|
||||||
<li>ofono template: Fix conversion to f-strings (Debian #1015286)</li>
|
<li>ofono template: Fix conversion to f-strings (Debian #1015286)</li>
|
||||||
@ -69,18 +79,19 @@ rm -rf python-%{modname}.egg-info
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Sun Jul 17 2022 Packit <hello@packit.dev> - 0.28.3-1
|
* Sun Jul 17 2022 Packit <hello@packit.dev> - 0.28.3-1
|
||||||
<!-- generated by eloquent/github-release-action -->
|
<!-- generated by eloquent/github-release-action -->
|
||||||
<!-- original source:
|
<!-- original source:
|
||||||
- Bring back dbusmock.__version__
|
- Bring back dbusmock.__version__
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Bring back dbusmock.<strong>version</strong>
|
<li>Bring back dbusmock.<strong>version</strong>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Sat Jul 16 2022 Packit <hello@packit.dev> - 0.28.2-1
|
* Sat Jul 16 2022 Packit <hello@packit.dev> - 0.28.2-1
|
||||||
<!-- generated by eloquent/github-release-action -->
|
<!-- generated by eloquent/github-release-action -->
|
||||||
<!-- original source:
|
<!-- original source:
|
||||||
@ -88,7 +99,6 @@ rm -rf python-%{modname}.egg-info
|
|||||||
- tests: Adjust to libnotify 0.8 (Debian #1015068)
|
- tests: Adjust to libnotify 0.8 (Debian #1015068)
|
||||||
- tests: Only run pylint on current Fedora release
|
- tests: Only run pylint on current Fedora release
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Dynamically compute version with setuptools-scm</li>
|
<li>Dynamically compute version with setuptools-scm</li>
|
||||||
<li>tests: Adjust to libnotify 0.8 (Debian #1015068)</li>
|
<li>tests: Adjust to libnotify 0.8 (Debian #1015068)</li>
|
||||||
@ -96,6 +106,7 @@ rm -rf python-%{modname}.egg-info
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Tue Jun 28 2022 Packit <hello@packit.dev> - 0.28.1-1
|
* Tue Jun 28 2022 Packit <hello@packit.dev> - 0.28.1-1
|
||||||
- Again works on RHEL/CentOS 8 (0.27 broke there), now in CI
|
- Again works on RHEL/CentOS 8 (0.27 broke there), now in CI
|
||||||
- Avoid glib GI dependency for main dbusmock, for running in virtualenv (thanks Allison Karlitskaya)
|
- Avoid glib GI dependency for main dbusmock, for running in virtualenv (thanks Allison Karlitskaya)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (python-dbusmock-0.28.4.tar.gz) = f388425ebb68c20b5110a831879bee0d7d0a3941687fd61c9975c4aaa9950b05709e7fc2a9b885c89935a915f473bb7a9b97e93ca79cf3dc6769911a66aeaea7
|
SHA512 (python-dbusmock-0.28.6.tar.gz) = 1efc1a42fc5cc56d683f0f4d022877020f15d81a557c54f47619c704ca2f67716c1fbdb890f987d01f78b7786528a71de8dbfe84228baa41351eb751fc4cce61
|
||||||
|
Loading…
Reference in New Issue
Block a user