Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
eba9a51efd
!32 [sync] PR-30: Change fix wrapt version mismatch method
From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2024-05-09 08:00:23 +00:00
cherry530
b214d684f6 Change fix wrapt version mismatch method
Signed-off-by: cherry530 <707078654@qq.com>
(cherry picked from commit 077064de55c9fae5385eaeda0d6d3f3ad92002c1)
2024-05-09 15:22:54 +08:00
openeuler-ci-bot
7a4f252ed1
!23 [sync] PR-22: Fix wrapt version mismatch
From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-12-04 08:28:16 +00:00
wang--ge
34477966fe fix wrapt version mismatch
(cherry picked from commit f1f7d8880ae541eb878d9c7eaf6f43a31702f07b)
2023-12-04 15:53:45 +08:00
openeuler-ci-bot
0373b895a9
!14 【轻量级 PR】:fix bogus date in %changelog
From: @k4b00m 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-02-07 01:24:25 +00:00
ckji
02af6c2c61 fix bogus date in %changelog 2023-01-29 17:10:08 +08:00
openeuler-ci-bot
1541be4c11
!13 update to version 2.9.3
From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-11-01 08:54:48 +00:00
wang--ge
10cb4ee7e7 update to version 2.9.3 2022-11-01 15:49:33 +08:00
openeuler-ci-bot
e2a9f6fe69
!12 Fix install failure due to python-wrapt upgraded
From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2022-10-28 08:55:41 +00:00
starlet-dx
778facae45 Fix install failure due to python-wrapt upgraded 2022-10-28 16:42:28 +08:00
4 changed files with 47 additions and 4 deletions

View File

@ -0,0 +1,26 @@
From 1e96a50dfb18c2522138b1acb6107d6d099811c8 Mon Sep 17 00:00:00 2001
From: cherry530 <707078654@qq.com>
Date: Wed, 8 May 2024 17:22:26 +0800
Subject: [PATCH] adapted wrapt version
Signed-off-by: cherry530 <707078654@qq.com>
---
setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index 3b13b14..68bf428 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,7 +37,7 @@ project_urls =
packages = find:
install_requires =
lazy_object_proxy>=1.4.0
- wrapt>=1.11,<1.14
+ wrapt>=1.11,<2
setuptools>=20.0
typed-ast>=1.4.0,<2.0;implementation_name=="cpython" and python_version<"3.8"
typing-extensions>=3.10;python_version<"3.10"
--
2.33.0

Binary file not shown.

BIN
astroid-2.9.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-astroid
Version: 2.5
Release: 1
Version: 2.9.3
Release: 3
Summary: An abstract syntax tree for Python with inference support.
License: LGPL-2.1-only and GPL-2.0-or-later
URL: https://github.com/PyCQA/astroid
Source0: https://files.pythonhosted.org/packages/18/00/753b485627d9cd642516c195db63dcc0c87c36b8c682125c000b7f611b09/astroid-2.5.tar.gz
Source0: https://files.pythonhosted.org/packages/2d/be/33923f5dee9f7119abbaa688833b0c71c2ef4b66af3b06ffc64fc8c341ae/astroid-2.9.3.tar.gz
Patch0: adapted-wrapt-version.patch
BuildArch: noarch
%description
An abstract syntax tree for Python with inference support.
@ -24,8 +27,10 @@ BuildRequires: python3-wheel
BuildRequires: python3-pytest-runner
# General requires
BuildRequires: python3-lazy-object-proxy
BuildRequires: python3-six
BuildRequires: python3-wrapt
# General requires
AutoReq: no
Requires: python3-lazy-object-proxy
Requires: python3-wrapt
Requires: python3-pytest-runner
@ -44,7 +49,7 @@ The aim of this module is to provide a common base representation of python
source code. It is currently the library powering pylint capabilities.
%prep
%autosetup -n astroid-2.5
%autosetup -n astroid-%{version} -p1
%build
%py3_build
@ -85,6 +90,18 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed May 08 2024 xu_ping <707078654@qq.com> -2.9.3-3
- Change fix wrapt version mismatch method
* Mon Dec 04 2023 Ge Wang <wang__ge@126.com> -2.9.3-2
- Fix wrapt version mismatch
* Feb Nov 01 2022 Ge Wang <wangge20@h-partners.com> -2.9.3-1
- Update to version 2.9.3
* Fri Oct 28 2022 yaoxin <yaoxin30@h-partners.com> - 2.5-2
- Fix install failure due to python-wrapt upgraded
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.5-1
- Upgrade to version 2.5