Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
ebc0dfe6db
!8 [sync] PR-7: Modify invalid Source
From: @openeuler-sync-bot 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2022-11-16 09:08:21 +00:00
starlet-dx
7b63f92828 Modify invalid Source
(cherry picked from commit 95f8f520d8a168b5d676f886109578f625246f33)
2022-11-16 16:38:15 +08:00
openeuler-ci-bot
da0aa91659 !6 Remove subpackage python2-backports_abc
From: @lei_ju
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-30 15:38:30 +08:00
lei_ju
5f6ef2686d Remove subpackage python2-backports_abc 2020-10-30 14:13:21 +08:00
openeuler-ci-bot
18ac46ff86 !3 Fix source0
From: @kkkl12
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-09-11 11:44:10 +08:00
kkkl12
dfc80b227e Fix Source0 2020-09-11 09:40:30 +08:00
openeuler-ci-bot
8e598b2e90 !2 add yaml file
Merge pull request !2 from ultra_planet/master
2020-05-12 10:56:15 +08:00
ultra_planet
452bddf41c add yaml file 2020-05-09 09:38:41 +08:00
openeuler-ci-bot
b75dad82ef !1 Package Init
Merge pull request !1 from 窃格瓦拉/master
2019-12-05 17:27:47 +08:00
qiegewala
c657129049 Package Init 2019-12-05 17:12:46 +08:00
3 changed files with 56 additions and 0 deletions

BIN
backports_abc-0.5.tar.gz Normal file

Binary file not shown.

52
python-backports_abc.spec Normal file
View File

@ -0,0 +1,52 @@
Name: python-backports_abc
Version: 0.5
Release: 12
Summary: It patches the collections module instead of the collections.abc module.
License: Python
URL: https://pypi.python.org/pypi/backports_abc
Source0: https://files.pythonhosted.org/packages/source/b/backports_abc/backports_abc-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools
%description
A backport of recent additions to the 'collections.abc' module.
%package -n python3-backports_abc
Summary: A backport of recent additions to the 'collections.abc' module
%{?python_provide:%python_provide python3-backports_abc}
%description -n python3-backports_abc
In Python 3.x, it patches the collections module instead of the collections.abc module.
%prep
%autosetup -n backports_abc-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} setup.py test
%files -n python3-backports_abc
%license LICENSE
%doc CHANGES.rst README.rst
%{python3_sitelib}/backports_abc.py
%{python3_sitelib}/backports_abc*.egg-info/
%{python3_sitelib}/__pycache__/*
%changelog
* Wed Nov 16 2022 yaoxin <yaoxin30@h-partners.com> - 0.5-12
- Modify invalid Source
* Wed Oct 21 2020 chengzihan <chengzihan2@huawei.com> - 0.5-11
- Remove subpackage python2-backports_abc
* Thu Sep 10 2020 liuweibo <liuweibo10@huawei.com> - 0.5-10
- Fix Source0
* Sat Nov 30 2019 lijin Yang <yanglijin@huawei.com> - 0.5-9
- init package

View File

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