From 20d170daa75ddc3293380767ca5df49d480bdfb9439b3635681aad5f90367dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 14:40:55 +0000 Subject: [PATCH] - Version update to 2.1.0: * Many changes around, see ChangeLog file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=34 --- astroid-2.0.4.tar.gz | 3 --- astroid-2.1.0.tar.gz | 3 +++ python-astroid.changes | 6 ++++++ python-astroid.spec | 6 +++++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 astroid-2.0.4.tar.gz create mode 100644 astroid-2.1.0.tar.gz diff --git a/astroid-2.0.4.tar.gz b/astroid-2.0.4.tar.gz deleted file mode 100644 index 4dabcfa..0000000 --- a/astroid-2.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7013d119ec95eb626f7a2011f0b63d0c9a095df9ad06d8507b37084eada1a8d -size 273871 diff --git a/astroid-2.1.0.tar.gz b/astroid-2.1.0.tar.gz new file mode 100644 index 0000000..5e727d5 --- /dev/null +++ b/astroid-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b032003d6a863f5dcd7ec11abd5cd5893428beaa31ab164982403bcb311f22 +size 276196 diff --git a/python-astroid.changes b/python-astroid.changes index e2cb07a..3bc4b6e 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 6 14:39:34 UTC 2018 - Tomáš Chvátal + +- Version update to 2.1.0: + * Many changes around, see ChangeLog file + ------------------------------------------------------------------- Tue Sep 18 08:46:02 UTC 2018 - Jan Engelhardt diff --git a/python-astroid.spec b/python-astroid.spec index 7621d84..e813511 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-astroid -Version: 2.0.4 +Version: 2.1.0 Release: 0 Summary: Representation of Python source as an AST for pylint License: LGPL-2.1-or-later @@ -39,6 +39,10 @@ Requires: python-lazy-object-proxy Requires: python-six Requires: python-wrapt BuildArch: noarch +%if %{python3_version_nodots} < 35 +BuildRequires: %{python_module typing} +Requires: python-typing +%endif %python_subpackages %description