forked from pool/python-txaio
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| eb22280a17 | |||
| c96fe8a414 | |||
| 731e406e5d | |||
| 9e16240e45 |
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 20 04:48:22 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-txaio
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,21 +17,23 @@
|
||||
|
||||
|
||||
Name: python-txaio
|
||||
Version: 23.1.1
|
||||
Version: 25.9.2
|
||||
Release: 0
|
||||
Summary: WebSocket and WAMP in Python for Twisted and asyncio
|
||||
License: MIT
|
||||
URL: https://github.com/crossbario/txaio
|
||||
Source: https://files.pythonhosted.org/packages/source/t/txaio/txaio-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module testsuite}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Recommends: python-Twisted >= 20.3.0
|
||||
Recommends: python-Twisted >= 22.10.0
|
||||
Recommends: python-zope.interface >= 5.2
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module Twisted >= 20.3.0}
|
||||
BuildRequires: %{python_module Twisted >= 22.10.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module zope.interface >= 5.2}
|
||||
# /SECTION
|
||||
@@ -42,14 +44,13 @@ WebSocket allows bidirectional real-time messaging on the Web and WAMP adds
|
||||
asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
|
||||
|
||||
%prep
|
||||
%setup -q -n txaio-%{version}
|
||||
%autopatch -p1
|
||||
%autosetup -p1 -n txaio-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -58,6 +59,6 @@ asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%{python_sitelib}/txaio
|
||||
%{python_sitelib}/txaio-%{version}*-info
|
||||
%{python_sitelib}/txaio-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9a9216e976e5e3246dfd112ad7ad55ca915606b60b84a757ac769bd404ff704
|
||||
size 53704
|
||||
3
txaio-25.9.2.tar.gz
Normal file
3
txaio-25.9.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e42004a077c02eb5819ff004a4989e49db113836708430d59cb13d31bd309099
|
||||
size 50008
|
||||
Reference in New Issue
Block a user