Accepting request 694765 from devel:languages:python:avocado

- Update to version 0.5.2
  * No changelog available
- Use pypi url for source

OBS-URL: https://build.opensuse.org/request/show/694765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inspektor?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2019-04-17 08:09:39 +00:00 committed by Git OBS Bridge
commit 72bd375fbb
4 changed files with 13 additions and 5 deletions

View File

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

3
inspektor-0.5.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 16 09:59:52 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 0.5.2
* No changelog available
- Use pypi url for source
-------------------------------------------------------------------
Wed Jan 2 08:47:15 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -19,13 +19,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global pkgname inspektor
Name: python-%{pkgname}
Version: 0.5.1
Version: 0.5.2
Release: 0
Summary: Program used to verify the code of your python project
License: GPL-2.0-only
Group: Development/Languages/Python
URL: https://github.com/avocado-framework/inspektor
Source: https://github.com/avocado-framework/inspektor/archive/%{version}.tar.gz#/%{pkgname}-%{version}.tar.gz
#Source: https://github.com/avocado-framework/inspektor/archive/%{version}.tar.gz#/%{pkgname}-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/42/8a/9e375ac0bb498760fe2408a2e0f1fe09808933e593d1b6f04193492b9048/inspektor-%{version}.tar.gz
BuildRequires: %{python_module astroid >= 1.2.1}
BuildRequires: %{python_module cliff}
BuildRequires: %{python_module cmd2}