Compare commits
10 Commits
2182ae0e99
...
aeb83f4c41
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aeb83f4c41 | ||
|
|
0953fee560 | ||
|
|
e98bacd864 | ||
|
|
0dd0fcb3e1 | ||
|
|
c09283f6c1 | ||
|
|
5f1ccba0fb | ||
|
|
bdd8181008 | ||
|
|
0b8d00678f | ||
|
|
b0f9ce6cd5 | ||
|
|
c3060b5e8f |
Binary file not shown.
BIN
bottle-0.12.25.tar.gz
Normal file
BIN
bottle-0.12.25.tar.gz
Normal file
Binary file not shown.
@ -1,27 +1,18 @@
|
||||
Name: python-bottle
|
||||
Version: 0.12.13
|
||||
Release: 7
|
||||
Version: 0.12.25
|
||||
Release: 1
|
||||
Summary: WSGI micro web-framework for Python.
|
||||
License: MIT
|
||||
URL: http://bottlepy.org
|
||||
URL: https://github.com/bottlepy/bottle
|
||||
Source0: https://github.com/bottlepy/bottle/archive/%{version}/bottle-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel python2-setuptools python3-devel python3-setuptools
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
|
||||
%description
|
||||
Bottle is a fast, simple and lightweight WSGI micro web-framework for Python.
|
||||
It is distributed as a single file module and has no dependencies other than
|
||||
the Python Standard Library.
|
||||
|
||||
%package -n python2-bottle
|
||||
Summary: WSGI micro web-framework for Python.
|
||||
%{?python_provide:%python_provide python2-%bottle}
|
||||
|
||||
%description -n python2-bottle
|
||||
Bottle is a fast, simple and lightweight WSGI micro web-framework for Python.
|
||||
It is distributed as a single file module and has no dependencies other than
|
||||
the Python Standard Library.
|
||||
|
||||
%package -n python3-bottle
|
||||
Summary: WSGI micro web-framework for Python.
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-bottle}
|
||||
@ -32,33 +23,40 @@ It is distributed as a single file module and has no dependencies other than
|
||||
the Python Standard Library.
|
||||
|
||||
%prep
|
||||
%autosetup -n bottle-%{version}
|
||||
%autosetup -n bottle-%{version} -p1
|
||||
sed -i '/^#!/d' bottle.py
|
||||
|
||||
%build
|
||||
%py2_build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py2_install
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
%__python2 test/testall.py verbose
|
||||
%__python3 test/testall.py verbose || :
|
||||
|
||||
%files -n python2-bottle
|
||||
%license LICENSE
|
||||
%doc AUTHORS README.rst
|
||||
%{python2_sitelib}/*
|
||||
%exclude %{_bindir}/bottle.py
|
||||
|
||||
%files -n python3-bottle
|
||||
%license LICENSE
|
||||
%doc AUTHORS README.rst
|
||||
%{python3_sitelib}/*
|
||||
%exclude %{_bindir}/bottle.py
|
||||
|
||||
%changelog
|
||||
* Fri May 26 2023 wulei <wu_lei@hoperun.com> - 0.12.25-1
|
||||
- Upgrade package to version 0.12.25
|
||||
|
||||
* Tue Jun 14 2022 yaoxin <yaoxin30@h-partners.com> - 0.12.13-11
|
||||
- Fix CVE-2022-31799
|
||||
|
||||
* Thu Mar 31 2022 xu_ping <xuping33@huawei.com> - 0.12.13-10
|
||||
- Fix Python 3.7 collections.abc DeprecationWarning
|
||||
|
||||
* Fri Feb 19 2021 zhanghua <zhanghua40@huawei.com> - 0.12.13-9
|
||||
- fix CVE-2020-28473
|
||||
|
||||
* Wed Oct 21 2020 chengzihan <chengzihan2@huawei.com> - 0.12.13-8
|
||||
- Modify url and remove subpackage python2-bottle
|
||||
|
||||
* Tue Nov 26 2019 zhujunhao <zhujunhao5@huawei.com> - 0.12.13-7
|
||||
- Package init
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user