[packit] 0.15.0 upstream release
Upstream tag: 0.15.0 Upstream commit: b86243ea Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
parent
4ab5ab02e3
commit
a09aaa75a1
7 changed files with 17 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,3 +17,4 @@
|
|||
/packitos-0.13.0.tar.gz
|
||||
/packitos-0.13.1.tar.gz
|
||||
/packitos-0.14.0.tar.gz
|
||||
/packitos-0.15.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ synced_files:
|
|||
dest: tests/
|
||||
# packit was already taken on PyPI
|
||||
upstream_package_name: packitos
|
||||
upstream_project_url: https://github.com/packit-service/packit
|
||||
upstream_project_url: https://github.com/packit/packit
|
||||
|
||||
actions:
|
||||
create-archive:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.14.0.
|
||||
The file was generated using packit 0.14.1.dev26+gb5da23c.
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
%global real_name packit
|
||||
|
||||
Name: %{real_name}
|
||||
Version: 0.14.0
|
||||
Version: 0.15.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/packit-service/packit
|
||||
URL: https://github.com/packit/packit
|
||||
Source0: %pypi_source
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
|
|
@ -78,6 +78,9 @@ mv %{buildroot}%{_datadir}/bash_completion/completions/packit %{buildroot}%{_dat
|
|||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 20 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 0.15.0-1
|
||||
- new upstream release: 0.15.0
|
||||
|
||||
* Tue Jul 28 2020 Jiri Popelka <jpopelka@redhat.com> - 0.14.0-1
|
||||
- new upstream release: 0.14.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-0.14.0.tar.gz) = 0b85e4ff1066a15718889f23b859cdef39b3b844cfa796f4a27da4f9965461ba7ecb3b08ff9e509be95eacf738946577ccf4790568463019c56808c2af9eb12f
|
||||
SHA512 (packitos-0.15.0.tar.gz) = 3b24dddddd1050c9026f1b7aebf4519d7ac12c5103222afc463e7574855a088f4f237330e820f5b211bbf495743137f7fa5ec08b9941cc984ddca0f664b94ca5
|
||||
|
|
|
|||
|
|
@ -5,14 +5,16 @@
|
|||
tags:
|
||||
- classic
|
||||
required_packages:
|
||||
- python3-packit
|
||||
- python36
|
||||
- python3-tox
|
||||
- python3-pytest
|
||||
- python3-flexmock
|
||||
- python3-setuptools_scm
|
||||
- make
|
||||
- krb5-devel
|
||||
- make
|
||||
- python36
|
||||
- python3-devel
|
||||
- python3-flexmock
|
||||
- python3-packit
|
||||
- python3-pytest
|
||||
- python3-setuptools_scm
|
||||
- python3-setuptools_scm_git_archive
|
||||
- python3-tox
|
||||
- rpm-libs
|
||||
- redhat-rpm-config
|
||||
tests:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#/bin/bash
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
PROJECT_NAME=packit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue