update to 1.19.6 [release 1.19.6-1mamba;Sat Oct 08 2022]
This commit is contained in:
parent
1bb5309d6e
commit
ad818dfd9f
@ -1,25 +1,29 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-twitter
|
Name: python-twitter
|
||||||
Version: 1.10.2
|
Version: 1.19.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An API and command-line toolset for Twitter (twitter.com)
|
Summary: An API and command-line toolset for Twitter (twitter.com)
|
||||||
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: http://pypi.python.org/pypi/twitter
|
URL: https://pypi.org/project/twitter/
|
||||||
Source: http://pypi.python.org/packages/source/t/twitter/twitter-%{version}.tar.gz
|
Source: https://pypi.debian.net/twitter/twitter-%{version}.tar.gz
|
||||||
#Patch0: %{name}-<pck-version>-<patch-description>.patch
|
#Patch0: %{name}-<pck-version>-<patch-description>.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(certifi)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
Requires: python-irclib
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An API and command-line toolset for Twitter (twitter.com).
|
An API and command-line toolset for Twitter (twitter.com).
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n twitter-%{version}
|
%setup -q -n twitter-%{version}
|
||||||
|
|
||||||
@ -40,9 +44,14 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.19.6-1mamba
|
||||||
|
- update to 1.19.6
|
||||||
|
|
||||||
* Fri Nov 22 2013 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
|
* Fri Nov 22 2013 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user