update to 1.19.6 [release 1.19.6-1mamba;Sat Oct 08 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 16:48:23 +01:00
parent 1bb5309d6e
commit ad818dfd9f

View File

@ -1,25 +1,29 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-twitter
Version: 1.10.2
Version: 1.19.6
Release: 1mamba
Summary: An API and command-line toolset for Twitter (twitter.com)
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://pypi.python.org/pypi/twitter
Source: http://pypi.python.org/packages/source/t/twitter/twitter-%{version}.tar.gz
URL: https://pypi.org/project/twitter/
Source: https://pypi.debian.net/twitter/twitter-%{version}.tar.gz
#Patch0: %{name}-<pck-version>-<patch-description>.patch
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(certifi)
BuildRequires: python3.7dist(setuptools)
## AUTOBUILDREQ-END
Requires: python >= %python_version
Requires: python-irclib
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
An API and command-line toolset for Twitter (twitter.com).
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n twitter-%{version}
@ -40,9 +44,14 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%defattr(-,root,root)
%doc README
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%doc LICENSE
%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
- automatic update by autodist