diff --git a/.gitignore b/.gitignore index 87d7ea5..805f460 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /packitos-0.13.0.tar.gz /packitos-0.13.1.tar.gz /packitos-0.14.0.tar.gz +/packitos-0.16.0.tar.gz diff --git a/.packit.yaml b/.packit.yaml index a2f67c6..8ad5216 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -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: diff --git a/README.packit b/README.packit index 4278490..9405a9a 100644 --- a/README.packit +++ b/README.packit @@ -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.15.1.dev6+gc571c81. diff --git a/packit.spec b/packit.spec index 29229d5..b9d3397 100644 --- a/packit.spec +++ b/packit.spec @@ -2,12 +2,12 @@ %global real_name packit Name: %{real_name} -Version: 0.14.0 +Version: 0.16.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 Sep 03 2020 rebase-helper - 0.16.0-1 +- new upstream release: 0.16.0 + * Tue Jul 28 2020 Jiri Popelka - 0.14.0-1 - new upstream release: 0.14.0 diff --git a/sources b/sources index e9bf46e..6a0f7e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.14.0.tar.gz) = 0b85e4ff1066a15718889f23b859cdef39b3b844cfa796f4a27da4f9965461ba7ecb3b08ff9e509be95eacf738946577ccf4790568463019c56808c2af9eb12f +SHA512 (packitos-0.16.0.tar.gz) = 7c8c48959e41f17df5e48d5cd5eb5dc7cdcc1198805fb242c6732bb4d9b8276a872fc01a027cf7afff2318d7c67b2a51f294252891b3d448d440a5ec08d4acb0 diff --git a/tests/tests.yml b/tests/tests.yml index 1266133..f8905a7 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -5,14 +5,16 @@ tags: - classic required_packages: - - python3-packit + - krb5-devel + - make - python36 - - python3-tox - - python3-pytest + - python3-devel - python3-flexmock + - python3-packit + - python3-pytest - python3-setuptools_scm - - make - - krb5-devel + - python3-setuptools_scm_git_archive + - python3-tox - rpm-libs - redhat-rpm-config tests: diff --git a/tests/upstream.sh b/tests/upstream.sh index 7d1692a..6af5c3f 100755 --- a/tests/upstream.sh +++ b/tests/upstream.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash set -ex PROJECT_NAME=packit