From 0b20e649d5bfe68070052fcc218cd61737cabcb449c50fc8ed0f9b38f3956fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 6 Mar 2019 12:28:08 +0000 Subject: [PATCH] - Update to 2.2.1: * Many changes inside, see ChangeLog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=38 --- astroid-2.1.0.tar.gz | 3 --- astroid-2.2.4.tar.gz | 3 +++ pytest.ini | 3 --- python-astroid.changes | 6 ++++++ python-astroid.spec | 11 +++-------- 5 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 astroid-2.1.0.tar.gz create mode 100644 astroid-2.2.4.tar.gz delete mode 100644 pytest.ini diff --git a/astroid-2.1.0.tar.gz b/astroid-2.1.0.tar.gz deleted file mode 100644 index 5e727d5..0000000 --- a/astroid-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35b032003d6a863f5dcd7ec11abd5cd5893428beaa31ab164982403bcb311f22 -size 276196 diff --git a/astroid-2.2.4.tar.gz b/astroid-2.2.4.tar.gz new file mode 100644 index 0000000..1292881 --- /dev/null +++ b/astroid-2.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bd1d8d2ace3e812b3a22eb3c4b7856536d8cc0cdb37466f6a53cf881dbad1f +size 281284 diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index 2524541..0000000 --- a/pytest.ini +++ /dev/null @@ -1,3 +0,0 @@ -[pytest] -python_files = astroid/tests/unittest_*.py -norecursedirs = _build.* build diff --git a/python-astroid.changes b/python-astroid.changes index 5f6ca9e..9be747c 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 6 12:27:13 UTC 2019 - Tomáš Chvátal + +- Update to 2.2.1: + * Many changes inside, see ChangeLog + ------------------------------------------------------------------- Mon Dec 31 08:59:36 UTC 2018 - Martin Pluskal diff --git a/python-astroid.spec b/python-astroid.spec index 21d5c7b..29bf6bf 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -1,7 +1,7 @@ # # spec file for package python-astroid # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,14 +19,13 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-astroid -Version: 2.1.0 +Version: 2.2.4 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later Group: Development/Libraries/Python URL: https://github.com/pycqa/astroid Source: https://files.pythonhosted.org/packages/source/a/astroid/astroid-%{version}.tar.gz -Source1: pytest.ini BuildRequires: %{python_module lazy-object-proxy} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} @@ -60,9 +59,6 @@ objects. %prep %setup -q -n astroid-%{version} -# FIXME: with next release verify again -# The numpy checks are broken on py3 completely -rm -f astroid/tests/unittest_brain_numpy.py %build %python_build @@ -72,8 +68,7 @@ rm -f astroid/tests/unittest_brain_numpy.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -cp %{SOURCE1} . -%python_exec -m pytest -s +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v %files %{python_files} %license COPYING COPYING.LESSER