Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
29873f819a
!6 Update package to version 2.12.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-02-25 05:57:50 +00:00
jxy_git
4fecf827f6 Update package to version 2.12.1 2024-02-25 09:45:13 +08:00
openeuler-ci-bot
79a5326962
!5 Update package to version 2.12.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-11-13 09:56:24 +00:00
jxy_git
f76c4a105d Update package to version 2.12.0 2023-11-13 17:06:09 +08:00
openeuler-ci-bot
8d28ce4f89
!4 Upgrade to latest release [python-anytree -> 2.9.0]
From: @lingjuer 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-08-03 08:16:11 +00:00
lingjuer
634748fdba Update to version 2.9.0 2023-08-02 10:25:52 +08:00
openeuler-ci-bot
d32e257e7c !2 change license
From: @jackie_wu123
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-07-26 08:48:48 +00:00
jackie_wu
f3c642f34e Modify license information 2021-01-20 16:24:38 +08:00
openeuler-ci-bot
aec277ac08 !1 add python-anytree package
Merge pull request !1 from 陈棋德/master
2020-06-23 12:05:34 +08:00
dillon chen
c991a34d4c python-anytree package 2020-06-18 17:00:46 +08:00
2 changed files with 60 additions and 0 deletions

BIN
anytree-2.12.1.tar.gz Normal file

Binary file not shown.

60
python-anytree.spec Normal file
View File

@ -0,0 +1,60 @@
%global modname anytree
Name: python-anytree
Version: 2.12.1
Release: 1
Summary: Powerful and Lightweight Python Tree Data Structure
License: Apache-2.0
URL: https://pypi.io/project/anytree
Source0: %pypi_source %{modname}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-poetry-core
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description
Powerful and Lightweight Python Tree Data Structure with various plugins.
%package -n python3-anytree
Summary: Powerful and Lightweight Python Tree Data Structure
%description -n python3-anytree
Powerful and Lightweight Python Tree Data Structure with various plugins.
%prep
%setup -q -n %{modname}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-anytree
%{python3_sitelib}/%{modname}/
%{python3_sitelib}/%{modname}-%{version}*
%doc README.rst
%license LICENSE
%changelog
* Fri Feb 23 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 2.12.1-1
- Update package to version 2.12.1
* Mon Nov 13 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.12.0-1
- Update package to version 2.12.0
* Wed Aug 02 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 2.9.0-1
- Update package to version 2.9.0
* Wed Jan 20 2021 wutao <wutao61@huawei.com> - 2.8.0-2
- Modify license information.
* Thu Jun 11 2020 Dillon Cheng <dillon.chen@turbolinux.com.cn> - 2.8.0-1
- build for openEuler