From eb8d709e0ca9ad94b70791b421505ace504e7e91 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: May 28 2020 12:58:13 +0000 Subject: [packit] 0.11.0 upstream release Upstream tag: 0.11.0 Upstream commit: 410e43d5 Signed-off-by: Tomas Tomecek --- diff --git a/.gitignore b/.gitignore index ea2ab87..92c3c07 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /packitos-0.9.0.tar.gz /packitos-0.10.0.tar.gz /packitos-0.10.1.tar.gz +/packitos-0.11.0.tar.gz diff --git a/README.packit b/README.packit index 1e193e3..58373fc 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.10.1.dev11+g906a800. +The file was generated using packit 0.11.0. diff --git a/packit.spec b/packit.spec index c64cc00..2dc304a 100644 --- a/packit.spec +++ b/packit.spec @@ -2,7 +2,7 @@ %global real_name packit Name: %{real_name} -Version: 0.10.1 +Version: 0.11.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -80,6 +80,9 @@ mv %{buildroot}%{_datadir}/bash_completion/completions/packit %{buildroot}%{_dat %{python3_sitelib}/* %changelog +* Thu May 28 2020 Tomas Tomecek - 0.11.0-1 +- new upstream release: 0.11.0 + * Thu Apr 16 2020 Jiri Popelka - 0.10.1-1 - new upstream release: 0.10.1 diff --git a/sources b/sources index bb9cb03..44b22b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (packitos-0.10.1.tar.gz) = 100acb565aa5185d9f4c4c4b5db5314a49eed0b6e371ecd094f779fa7c608548340f2d0f23465c97e9982ad81b383edc389456902b3d1f44c743afd377a2cfaf +SHA512 (packitos-0.11.0.tar.gz) = d264caa3f54bb5fceecf23c7182f113773f6bf00e93d4b85100f8887a80a2e770a3171cf40c759902311b817b287ae1ace891394a254d8511db6290f1148eb1e diff --git a/tests/upstream.sh b/tests/upstream.sh index def55cb..7d1692a 100755 --- a/tests/upstream.sh +++ b/tests/upstream.sh @@ -18,4 +18,8 @@ git clone $GITHUB $WHERETOUNPACK cp -rf $WHERETOUNPACK/tests tests rm -rf $WHERETOUNPACK +# Some tests call Git commands which need an identity configured +git config --global user.name "Packit Test Suite" +git config --global user.email "test@example.com" + PYTHONPATH="$PYTHONPATH:." pytest-3 -v tests