diff --git a/inspektor-0.5.1.tar.gz b/inspektor-0.5.1.tar.gz deleted file mode 100644 index cf42d1b..0000000 --- a/inspektor-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb877e3fb9302797e6b226a5e10a0a12499d27ceb6421ec8dd354f0b2e6f25d3 -size 31226 diff --git a/inspektor-0.5.2.tar.gz b/inspektor-0.5.2.tar.gz new file mode 100644 index 0000000..21d2c6b --- /dev/null +++ b/inspektor-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09e29a4e0fd8e2e33beffa3e1cab3eaf769695ef319f4d480bb53900d511f54 +size 33718 diff --git a/python-inspektor.changes b/python-inspektor.changes index a97ea3a..0ae195e 100644 --- a/python-inspektor.changes +++ b/python-inspektor.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 16 09:59:52 UTC 2019 - Martin Pluskal + +- Update to version 0.5.2 + * No changelog available +- Use pypi url for source + ------------------------------------------------------------------- Wed Jan 2 08:47:15 UTC 2019 - Martin Pluskal diff --git a/python-inspektor.spec b/python-inspektor.spec index d9bf264..9c1e4f9 100644 --- a/python-inspektor.spec +++ b/python-inspektor.spec @@ -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}