automatic version update by autodist [release 1.9.0.post1-1mamba;Thu Feb 25 2021]
This commit is contained in:
parent
8d5675555f
commit
0f7c222ecc
@ -1,19 +1,18 @@
|
|||||||
Name: python-oauth2
|
Name: python-oauth2
|
||||||
Version: 1.5.211
|
Version: 1.9.0.post1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A fully tested, abstract interface to creating OAuth clients and servers
|
Summary: A fully tested, abstract interface to creating OAuth clients and servers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/simplegeo/python-oauth2
|
URL: https://github.com/simplegeo/python-oauth2
|
||||||
Source: http://pypi.python.org/packages/source/o/oauth2/oauth2-%{version}.tar.gz
|
Source: https://pypi.debian.net/oauth2/oauth2-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A fully tested, abstract interface to creating OAuth clients and servers.
|
A fully tested, abstract interface to creating OAuth clients and servers.
|
||||||
@ -34,12 +33,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--single-version-externally-managed \
|
--single-version-externally-managed \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 1.9.0.post1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.211-2mamba
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.211-2mamba
|
||||||
- python 2.7 mass rebuild
|
- python 2.7 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user