Compare commits

2 Commits

4 changed files with 10 additions and 20 deletions

View File

@@ -1,14 +1,3 @@
-------------------------------------------------------------------
Thu Oct 30 01:17:23 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 25.9.2:
* fix: update license file to include contributors (#188)
* fix: remove obsolete dependency on six (#186)
* fix: update pypy version in CI workflow (#187)
* fix: setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file
parameter is deprecated, use license_files instead.
- Switch to autosetup macro.
-------------------------------------------------------------------
Wed Jun 4 06:08:04 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-txaio
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-txaio
Version: 25.9.2
Version: 23.1.1
Release: 0
Summary: WebSocket and WAMP in Python for Twisted and asyncio
License: MIT
@@ -29,11 +29,11 @@ BuildRequires: %{python_module testsuite}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Recommends: python-Twisted >= 22.10.0
Recommends: python-Twisted >= 20.3.0
Recommends: python-zope.interface >= 5.2
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Twisted >= 22.10.0}
BuildRequires: %{python_module Twisted >= 20.3.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module zope.interface >= 5.2}
# /SECTION
@@ -44,7 +44,8 @@ WebSocket allows bidirectional real-time messaging on the Web and WAMP adds
asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
%prep
%autosetup -p1 -n txaio-%{version}
%setup -q -n txaio-%{version}
%autopatch -p1
%build
%pyproject_wheel
@@ -59,6 +60,6 @@ asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
%files %{python_files}
%license LICENSE
%{python_sitelib}/txaio
%{python_sitelib}/txaio-%{version}.dist-info
%{python_sitelib}/txaio-%{version}*-info
%changelog

3
txaio-23.1.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9a9216e976e5e3246dfd112ad7ad55ca915606b60b84a757ac769bd404ff704
size 53704

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e42004a077c02eb5819ff004a4989e49db113836708430d59cb13d31bd309099
size 50008