Compare commits
10 Commits
122b8a5d05
...
ebc0dfe6db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebc0dfe6db | ||
|
|
7b63f92828 | ||
|
|
da0aa91659 | ||
|
|
5f6ef2686d | ||
|
|
18ac46ff86 | ||
|
|
dfc80b227e | ||
|
|
8e598b2e90 | ||
|
|
452bddf41c | ||
|
|
b75dad82ef | ||
|
|
c657129049 |
BIN
backports_abc-0.5.tar.gz
Normal file
BIN
backports_abc-0.5.tar.gz
Normal file
Binary file not shown.
52
python-backports_abc.spec
Normal file
52
python-backports_abc.spec
Normal 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
|
||||||
|
|
||||||
4
python-backports_abc.yaml
Normal file
4
python-backports_abc.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: pypi
|
||||||
|
src_repo: backports_abc
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user