[packit] 0.28.4 upstream release
Upstream tag: 0.28.4 Upstream commit: b46214e0 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
62a4bb869c
commit
a81eadfde0
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
||||
/python-dbusmock-0.28.1.tar.gz
|
||||
/python-dbusmock-0.28.2.tar.gz
|
||||
/python-dbusmock-0.28.3.tar.gz
|
||||
/python-dbusmock-0.28.4.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.54.1.dev2+g26d336d.
|
||||
The file was generated using packit 0.55.1.dev8+g432e38d.
|
||||
|
15
packit.yaml
15
packit.yaml
@ -1,16 +1,21 @@
|
||||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
specfile_path: packaging/python-dbusmock.spec
|
||||
upstream_project_url: https://github.com/martinpitt/python-dbusmock
|
||||
# HACK: should work without, but propose_downstream fails; https://github.com/packit/packit-service/issues/1511
|
||||
specfile_path: packaging/python-dbusmock.spec
|
||||
issue_repository: https://github.com/martinpitt/python-dbusmock
|
||||
copy_upstream_release_description: true
|
||||
upstream_package_name: python-dbusmock
|
||||
downstream_package_name: python-dbusmock
|
||||
|
||||
files_to_sync:
|
||||
- packit.yaml
|
||||
- src: packaging/python-dbusmock.spec
|
||||
dest: python-dbusmock.spec
|
||||
actions:
|
||||
create-archive:
|
||||
- ./setup.py sdist
|
||||
# spec and tarball need to be in the same directory
|
||||
- sh -c 'mv dist/*.tar.* packaging; ls packaging/python-dbusmock-*.tar.*'
|
||||
|
||||
srpm_build_deps:
|
||||
- python3-setuptools
|
||||
|
||||
jobs:
|
||||
- job: tests
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global modname dbusmock
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.28.3
|
||||
Version: 0.28.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock D-Bus objects
|
||||
|
||||
@ -51,6 +51,21 @@ rm -rf python-%{modname}.egg-info
|
||||
%{python3_sitelib}/*%{modname}*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 19 2022 Packit <hello@packit.dev> - 0.28.4-1
|
||||
<!-- generated by eloquent/github-release-action -->
|
||||
<!-- original source:
|
||||
- setup.py: Fix ModuleNotFoundError
|
||||
- ofono template: Fix conversion to f-strings (Debian #1015286)
|
||||
- Ship FMF tests in release tarballs
|
||||
-->
|
||||
|
||||
<ul>
|
||||
<li>setup.py: Fix ModuleNotFoundError</li>
|
||||
<li>ofono template: Fix conversion to f-strings (Debian #1015286)</li>
|
||||
<li>Ship FMF tests in release tarballs</li>
|
||||
</ul>
|
||||
|
||||
|
||||
* Sun Jul 17 2022 Packit <hello@packit.dev> - 0.28.3-1
|
||||
<!-- generated by eloquent/github-release-action -->
|
||||
<!-- original source:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-dbusmock-0.28.3.tar.gz) = 4aeb78ab15310e26fdf1cee0e8a4d80e01c618d274078632fb09315f8ab1c150213c4f1690de75cd8baba2e43ecb585c9b71e51cce319665f12efc186a386254
|
||||
SHA512 (python-dbusmock-0.28.4.tar.gz) = f388425ebb68c20b5110a831879bee0d7d0a3941687fd61c9975c4aaa9950b05709e7fc2a9b885c89935a915f473bb7a9b97e93ca79cf3dc6769911a66aeaea7
|
||||
|
Loading…
Reference in New Issue
Block a user