Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8acfdebdb6 | |||
| b716d14a9d |
@@ -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>
|
Wed Jun 4 06:08:04 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-txaio
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-txaio
|
Name: python-txaio
|
||||||
Version: 25.9.2
|
Version: 23.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WebSocket and WAMP in Python for Twisted and asyncio
|
Summary: WebSocket and WAMP in Python for Twisted and asyncio
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -29,11 +29,11 @@ BuildRequires: %{python_module testsuite}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Recommends: python-Twisted >= 22.10.0
|
Recommends: python-Twisted >= 20.3.0
|
||||||
Recommends: python-zope.interface >= 5.2
|
Recommends: python-zope.interface >= 5.2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module Twisted >= 22.10.0}
|
BuildRequires: %{python_module Twisted >= 20.3.0}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module zope.interface >= 5.2}
|
BuildRequires: %{python_module zope.interface >= 5.2}
|
||||||
# /SECTION
|
# /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.
|
asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n txaio-%{version}
|
%setup -q -n txaio-%{version}
|
||||||
|
%autopatch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -59,6 +60,6 @@ asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/txaio
|
%{python_sitelib}/txaio
|
||||||
%{python_sitelib}/txaio-%{version}.dist-info
|
%{python_sitelib}/txaio-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
3
txaio-23.1.1.tar.gz
Normal file
3
txaio-23.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f9a9216e976e5e3246dfd112ad7ad55ca915606b60b84a757ac769bd404ff704
|
||||||
|
size 53704
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e42004a077c02eb5819ff004a4989e49db113836708430d59cb13d31bd309099
|
|
||||||
size 50008
|
|
||||||
Reference in New Issue
Block a user