Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6a6263e01e
!7 Update version to 3.0.2
From: @zhao-jingyu985 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-04-22 08:00:08 +00:00
zhaojingyu
dd3104833b update version to 3.0.2 2024-04-22 15:07:53 +08:00
openeuler-ci-bot
956adc46e1
!6 Update package to version 3.0.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-12-26 09:36:53 +00:00
jxy_git
0738a039c9 Update package to version 3.0.1 2023-12-26 10:55:31 +08:00
openeuler-ci-bot
0e50c0788d
!5 Update to upstream version 2.3.0 for termcolor upgraded
From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-06-16 06:24:27 +00:00
desert-sailor
2da4c4ec6c Upgrade to version 2.3.0 2023-06-16 13:08:01 +08:00
openeuler-ci-bot
a13a0f32fc
!3 Add zlib to buildrequires
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-04-06 02:17:59 +00:00
jxy_git
992c7bcec2 Add zlib to buildrequires 2022-04-06 10:07:07 +08:00
openeuler-ci-bot
d4c87d247d !2 Package Init
From: @jxy_git
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-12-03 02:32:50 +00:00
jiangxinyu
03faba65f8 Package Init 2021-12-02 14:58:22 +08:00
3 changed files with 69 additions and 0 deletions

65
python-yaspin.spec Normal file
View File

@ -0,0 +1,65 @@
%global _empty_manifest_terminate_build 0
%global pypi_name yaspin
Name: python-%{pypi_name}
Version: 3.0.2
Release: 1
Summary: Yet Another Terminal Spinner
License: MIT
URL: https://github.com/pavdmyt/yaspin
Source0: https://files.pythonhosted.org/packages/45/92/945d168f13d7e64ae7f013cb9db8a6fbde62a2cb1ce72ba6e0d2af05b402/yaspin-3.0.2.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-editables
BuildRequires: python3-hatch-vcs
BuildRequires: python3-hatchling
BuildRequires: python3-virtualenv
BuildRequires: python3-poetry-core
BuildRequires: python3-termcolor
%description
Yaspin provides a full-featured terminal spinner to show the progress during long-hanging operations.
%package -n python3-%{pypi_name}
Summary: Yet Another Terminal Spinner
Provides: python-yaspin
%description -n python3-%{pypi_name}
Yaspin provides a full-featured terminal spinner to show the progress during long-hanging operations.
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.rst
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}*.dist-info/
%changelog
* Mon Apr 22 2024 zhaojingyu <zhaojingyu@kylinos.cn> - 3.0.2-1
- Update package to version 3.0.2
- Add py.typed marker file to be compliant with PEP561
* Tue Dec 26 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.1-1
- Update package to version 3.0.1
* Fri Jun 16 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.3.0-1
- Upgrade to version 2.3.0
* Wed Apr 06 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 2.1.0-2
- Add zlib to buildrequires
* Thu Dec 02 2021 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1
- Package Init

4
python-yaspin.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: yaspin
tag_prefix: "^v"
seperator: "."

BIN
yaspin-3.0.2.tar.gz Normal file

Binary file not shown.