update to 22.10.0 [release 22.10.0-1mamba;Thu Nov 24 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 16:48:06 +01:00
parent bfe61c6076
commit ffc0dd70fe

View File

@ -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 <tiziana.ferro@email.it>
URL: https://twisted.org/trac/
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 22.10.0-1mamba
- update to 22.10.0
* Thu Sep 08 2022 Automatic Build System <autodist@mambasoft.it> 22.8.0-1mamba
- automatic version update by autodist