[packages/python3-astroid] - fix python_requires (broke distlib: '.*' not allowed for '>=' constraints); release 2
qboosh
qboosh at pld-linux.org
Sun Mar 29 08:52:26 CEST 2020
commit 2ef047dbcb9bddb3b021b488757a8cb38d468cc5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 29 08:50:24 2020 +0200
- fix python_requires (broke distlib: '.*' not allowed for '>=' constraints); release 2
python3-astroid-deps.patch | 11 +++++++++++
python3-astroid.spec | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/python3-astroid.spec b/python3-astroid.spec
index cc891d5..b600763 100644
--- a/python3-astroid.spec
+++ b/python3-astroid.spec
@@ -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/
diff --git a/python3-astroid-deps.patch b/python3-astroid-deps.patch
index 1e58fa8..3c93743 100644
--- a/python3-astroid-deps.patch
+++ b/python3-astroid-deps.patch
@@ -15,3 +15,14 @@
]
# 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"],
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-astroid.git/commitdiff/2ef047dbcb9bddb3b021b488757a8cb38d468cc5
More information about the pld-cvs-commit
mailing list