diff --git a/python-twisted.spec b/python-twisted.spec index 5fd3860..1912ccf 100644 --- a/python-twisted.spec +++ b/python-twisted.spec @@ -1,17 +1,26 @@ %define pkgmajver %(echo %{version} | cut -d. -f 1-2) Name: python-twisted -Version: 22.8.0 +Version: 22.10.0 Release: 1mamba Summary: Event-driven networking framework written in Python Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba -Packager: Tiziana Ferro -URL: https://twisted.org/trac/ +Packager: Silvan Calarco +URL: https://twisted.org/ Source: https://pypi.debian.net/Twisted/Twisted-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN +BuildRequires: libpython3-devel +BuildRequires: python3.7dist(attrs) +BuildRequires: python3.7dist(automat) +BuildRequires: python3.7dist(constantly) +BuildRequires: python3.7dist(hyperlink) +BuildRequires: python3.7dist(incremental) +BuildRequires: python3.7dist(setuptools) +BuildRequires: python3.7dist(typing-extensions) +BuildRequires: python3.7dist(zope.interface) ## AUTOBUILDREQ-END %description @@ -29,7 +38,6 @@ Group: Documentation %description docs An event-driven networking framework written in Python and licensed under the LGPL. Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, SSH, IRC, FTP, andothers), and much more. - This package contains all the documentation for Twisted. %prep @@ -72,6 +80,9 @@ done %{python_sitearch}/Twisted-%{version}-py*.egg-info/* %changelog +* Thu Nov 24 2022 Silvan Calarco 22.10.0-1mamba +- update to 22.10.0 + * Thu Sep 08 2022 Automatic Build System 22.8.0-1mamba - automatic version update by autodist