Accepting request 360901 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/360901 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=11
This commit is contained in:
commit
ae69f8d629
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e9ce4e925a17442cec085a7fce05478b99e482c13819c619b7cdd793777bf6b
|
||||
size 181329
|
3
astroid-1.4.4.tar.gz
Normal file
3
astroid-1.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f7e5512efe515098e77cbd3a60e87c8db8954097b0e025d8d6f72f2e8ddc298
|
||||
size 181733
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user