]> git.pld-linux.org Git - packages/python3-astroid.git/commitdiff
- fix python_requires (broke distlib: '.*' not allowed for '>=' constraints); release 2 auto/th/python3-astroid-2.3.3-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Mar 2020 06:50:24 +0000 (08:50 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Mar 2020 06:53:34 +0000 (08:53 +0200)
python3-astroid-deps.patch
python3-astroid.spec

index 1e58fa8e5def6f9f2e6a722d365e2df9222c9c3e..3c9374337976a6a4c0f16087fee5921690e062da 100644 (file)
  ]
  
  # pylint: disable=redefined-builtin; why license is a builtin anyway?
+--- astroid-2.3.3/setup.py.orig        2019-11-06 19:41:21.000000000 +0100
++++ astroid-2.3.3/setup.py     2020-03-29 08:34:25.522049686 +0200
+@@ -39,7 +39,7 @@
+         author=author,
+         author_email=author_email,
+         url=web,
+-        python_requires=">=3.5.*",
++        python_requires=">=3.5.0",
+         install_requires=install_requires,
+         extras_require=extras_require,
+         packages=find_packages(exclude=["astroid.tests"]) + ["astroid.brain"],
index cc891d5712370bf729bd3b738760a6966eb710dc..b6007630aaf1db4810db218c21836372bb4c291a 100644 (file)
@@ -7,7 +7,7 @@ Summary:        An abstract syntax tree for Python 3 with inference support
 Summary(pl.UTF-8):     Abstrakcyjnego drzewa składniowe dla Pythona 3 z obsługą wywodu
 Name:          python3-%{module}
 Version:       2.3.3
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.org/simple/astroid/
This page took 0.121877 seconds and 4 git commands to generate.