- Update to 1.8.1: fixing the bug we filed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-pw?expand=0&rev=6
This commit is contained in:
Matej Cepl 2020-03-31 16:43:21 +00:00 committed by Git OBS Bridge
parent 999fba4e95
commit 6ddfff91f2
4 changed files with 10 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd3b9fadad0755ffa73f161ba0c95c71d30f7c23d322e8eb3db5e697f8d4554e
size 32748

3
git-pw-1.8.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:568f522d0e253b458a29b8a55f0a3eadf1e261ed53839bb44859a0c8df340bfa
size 34796

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 31 16:43:11 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Update to 1.8.1: fixing the bug we filed.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 31 14:54:17 UTC 2020 - Matej Cepl <mcepl@suse.com> Tue Mar 31 14:54:17 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname git-pw %define modname git-pw
Name: python-git-pw Name: python-git-pw
Version: 1.8.0 Version: 1.8.1
Release: 0 Release: 0
Summary: A tool for integrating Git with Patchwork Summary: A tool for integrating Git with Patchwork
License: MIT License: MIT
@ -67,8 +67,7 @@ tracking system.
%check %check
export LC_ALL=en_US.UTF-8 export LC_ALL=en_US.UTF-8
# gh#getpatchwork/git-pw#53 %pytest
%pytest -k 'not test_update_with_invalid_state'
%post %post
%python_install_alternative git-pw %python_install_alternative git-pw