14
0
forked from pool/python-txaio

Compare commits

4 Commits

Author SHA256 Message Date
eb22280a17 Accepting request 1314473 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1314473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-txaio?expand=0&rev=15
2025-10-30 16:10:01 +00:00
c96fe8a414 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txaio?expand=0&rev=31
2025-10-30 01:17:45 +00:00
731e406e5d Accepting request 1282533 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1282533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-txaio?expand=0&rev=14
2025-06-04 18:28:53 +00:00
9e16240e45 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txaio?expand=0&rev=29
2025-06-04 06:23:11 +00:00
4 changed files with 29 additions and 12 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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
View File

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