[packit] 0.5.0 upstream release
Upstream tag: 0.5.0 Upstream commit: 986dc51dd577a929127d0ef958783a12b86be413 Signed-off-by: Packit Service <packit@packit-worker-0.packit-worker.packit-prod.svc.cluster.local>
This commit is contained in:
parent
086feb4b22
commit
7a4937bc68
4 changed files with 15 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/packitos-0.2.0.tar.gz
|
||||
/packitos-0.4.1.tar.gz
|
||||
/packitos-0.4.2.tar.gz
|
||||
/packitos-0.5.0.tar.gz
|
||||
|
|
|
|||
13
.packit.yaml
13
.packit.yaml
|
|
@ -8,21 +8,22 @@ synced_files:
|
|||
# packit was already taken on PyPI
|
||||
upstream_project_name: packitos
|
||||
downstream_package_name: packit
|
||||
current_version_command: ["bash", "-c", "git checkout -q fedora-tests/ && python3 setup.py --version"]
|
||||
create_tarball_command: ["bash", "-c", "git checkout -q fedora-tests/ && python3 setup.py sdist --dist-dir ."]
|
||||
current_version_command: ["python3", "setup.py", "--version"]
|
||||
create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
|
||||
create_pr: false
|
||||
jobs:
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
metadata:
|
||||
dist_git_branch: master
|
||||
dist-git-branch: master
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
metadata:
|
||||
dist_git_branch: f30
|
||||
dist-git-branch: f30
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
metadata:
|
||||
dist_git_branch: f29
|
||||
dist-git-branch: f29
|
||||
- job: sync_from_downstream
|
||||
trigger: commit
|
||||
- job: copr_build
|
||||
|
|
@ -31,4 +32,4 @@ jobs:
|
|||
targets:
|
||||
- fedora-29-x86_64
|
||||
- fedora-30-x86_64
|
||||
# - fedora-rawhide-x86_64 # no compose for a week+, let's have ticks in our PRs
|
||||
- fedora-rawhide-x86_64 # no compose for a week+, let's have ticks in our PRs
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
%global real_name packit
|
||||
|
||||
Name: %{real_name}
|
||||
Version: 0.4.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
License: MIT
|
||||
|
|
@ -20,6 +20,7 @@ BuildRequires: python3-ogr
|
|||
BuildRequires: python3-packaging
|
||||
BuildRequires: python3-pyyaml
|
||||
BuildRequires: python3-tabulate
|
||||
BuildRequires: python3-cccolutils
|
||||
BuildRequires: rebase-helper
|
||||
BuildRequires: python3dist(setuptools)
|
||||
BuildRequires: python3dist(setuptools-scm)
|
||||
|
|
@ -73,6 +74,9 @@ python3 setup.py --command-packages=click_man.commands man_pages --target %{buil
|
|||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 02 2019 Packit Service - 0.5.0-1
|
||||
- new upstream release: 0.5.0
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-0.4.2.tar.gz) = 800dedb8f97de74b24d1140ad20a2b100e2df59c44842a02ec3fa98afb9244361b846e63428501135e167fc585d9a950649db961e90ccf91d49850ac1c9ba930
|
||||
SHA512 (packitos-0.5.0.tar.gz) = 8df938c530974d5658c6f8d249a4da29a4d9aeab680527a04caab786dab9c2d8a4dff9ad5de60c487692247a6f052da236595d3c361bd1dc6ff067f4830d809e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue