]> git.pld-linux.org Git - packages/python-astroid.git/commitdiff
- release 2, fix deps auto/th/python-astroid-2.3.1-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 12 Oct 2019 22:38:05 +0000 (00:38 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sat, 12 Oct 2019 22:38:05 +0000 (00:38 +0200)
python-astroid-deps.patch [new file with mode: 0644]
python-astroid.spec

diff --git a/python-astroid-deps.patch b/python-astroid-deps.patch
new file mode 100644 (file)
index 0000000..cd64984
--- /dev/null
@@ -0,0 +1,17 @@
+diff -bur astroid-2.3.1.orig/astroid/__pkginfo__.py astroid-2.3.1/astroid/__pkginfo__.py
+--- astroid-2.3.1.orig/astroid/__pkginfo__.py  2019-09-30 10:04:18.000000000 +0200
++++ astroid-2.3.1/astroid/__pkginfo__.py       2019-10-13 00:36:00.964206099 +0200
+@@ -22,9 +22,9 @@
+ extras_require = {}
+ install_requires = [
+-    "lazy_object_proxy==1.4.*",
+-    "six==1.12",
+-    "wrapt==1.11.*",
++    "lazy_object_proxy>=1.4",
++    "six>=1.12",
++    "wrapt>=1.11",
+     'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',
+ ]
+Only in astroid-2.3.1/astroid: __pkginfo__.py~
index b29cc7a16dea36cb0337e0baeda4002e5d05dce5..f422c7a22b63fd5ea15d6369ca5955a9485669b2 100644 (file)
@@ -8,12 +8,13 @@ Summary:      An abstract syntax tree for Python 2 with inference support
 Summary(pl.UTF-8):     Abstrakcyjnego drzewa składniowe dla Pythona 2 z obsługą wywodu
 Name:          python-%{module}
 Version:       2.3.1
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.python.org/pypi/astroid/
 Source0:       https://files.pythonhosted.org/packages/source/a/astroid/astroid-%{version}.tar.gz
 # Source0-md5: 006fa7ae21f6b9ca4bcd92f64f94d0e5
+Patch0:                %{name}-deps.patch
 URL:           https://github.com/PyCQA/astroid
 %if %{with python2}
 BuildRequires: python-devel >= 1:2.7
@@ -74,6 +75,7 @@ potrzebami pylinta. Dawniej nazywała się logilab-astng.
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 # drop python 2.5 egg deps
 %{__rm} */*/*/*/*/*py2.5.egg
This page took 0.148752 seconds and 4 git commands to generate.