#60 Update to upstream release 0.11.0
Merged 4 years ago by ttomecek. Opened 4 years ago by ttomecek.
rpms/ ttomecek/packit 0.11.0-master-update  into  master

file modified
+1
@@ -11,3 +11,4 @@ 

  /packitos-0.7.1.tar.gz

  /packitos-0.10.0.tar.gz

  /packitos-0.10.1.tar.gz

+ /packitos-0.11.0.tar.gz

file modified
+1 -1
@@ -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.

file modified
+5 -2
@@ -2,8 +2,8 @@ 

  %global real_name packit

  

  Name:           %{real_name}

- Version:        0.10.1

- Release:        2%{?dist}

+ Version:        0.11.0

+ Release:        1%{?dist}

  Summary:        A tool for integrating upstream projects with Fedora operating system

  

  License:        MIT
@@ -80,6 +80,9 @@ 

  %{python3_sitelib}/*

  

  %changelog

+ * Thu May 28 2020 Tomas Tomecek <ttomecek@redhat.com> - 0.11.0-1

+ - new upstream release: 0.11.0

+ 

  * Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 0.10.1-2

  - Rebuilt for Python 3.9

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (packitos-0.10.1.tar.gz) = 100acb565aa5185d9f4c4c4b5db5314a49eed0b6e371ecd094f779fa7c608548340f2d0f23465c97e9982ad81b383edc389456902b3d1f44c743afd377a2cfaf

+ SHA512 (packitos-0.11.0.tar.gz) = d264caa3f54bb5fceecf23c7182f113773f6bf00e93d4b85100f8887a80a2e770a3171cf40c759902311b817b287ae1ace891394a254d8511db6290f1148eb1e

file modified
+4
@@ -18,4 +18,8 @@ 

  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