From c3f58a9c2eb4a4752c35beb13720a92c94272df7bc8e1d3be05367ae588491c7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 22 Feb 2016 14:48:17 +0000 Subject: [PATCH] Accepting request 358744 from home:stroeder:branches:devel:languages:python update to 1.4.4 and added new dependencies on *new* packages (python-lazy_object_proxy and python-wrapt) OBS-URL: https://build.opensuse.org/request/show/358744 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=20 --- astroid-1.4.3.tar.gz | 3 --- astroid-1.4.4.tar.gz | 3 +++ python-astroid.changes | 11 +++++++++++ python-astroid.spec | 4 +++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 astroid-1.4.3.tar.gz create mode 100644 astroid-1.4.4.tar.gz diff --git a/astroid-1.4.3.tar.gz b/astroid-1.4.3.tar.gz deleted file mode 100644 index 4d23795..0000000 --- a/astroid-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e9ce4e925a17442cec085a7fce05478b99e482c13819c619b7cdd793777bf6b -size 181329 diff --git a/astroid-1.4.4.tar.gz b/astroid-1.4.4.tar.gz new file mode 100644 index 0000000..44eebee --- /dev/null +++ b/astroid-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7e5512efe515098e77cbd3a60e87c8db8954097b0e025d8d6f72f2e8ddc298 +size 181733 diff --git a/python-astroid.changes b/python-astroid.changes index 2ea0d23..a5704c0 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Feb 10 12:58:40 UTC 2016 - michael@stroeder.com + +- Added missing dependencies on python-lazy_object_proxy + and python-wrapt +- Update to version 1.4.4 + * unpack_infer raises InferenceError if it can't operate + with the given sequences of nodes. + * Support accessing properties with super(). + * Enforce strong updates per frames. + ------------------------------------------------------------------- Wed Jan 13 10:03:16 UTC 2016 - toddrme2178@gmail.com diff --git a/python-astroid.spec b/python-astroid.spec index 9e55973..41786c5 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -17,7 +17,7 @@ Name: python-astroid -Version: 1.4.3 +Version: 1.4.4 Release: 0 Url: https://github.com/pycqa/astroid Summary: Rebuild a new abstract syntax tree from Python's ast @@ -29,6 +29,8 @@ BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: python-six Requires: python-six +Requires: python-lazy_object_proxy +Requires: python-wrapt %if 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else