forked from pool/python-aioftp
Accepting request 1217346 from home:glaubitz:branches:devel:languages:python
- Update to 0.23.1 * Update ci - from version 0.23.0 * server: fix pathlib `relative_to` issue (#179) * minimal python version upgraded to 3.9 OBS-URL: https://build.opensuse.org/request/show/1217346 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:baa2b13186aa01622e4b82f27c2f48f4dafb48e457a6b18fcda99a925e0dc270
|
||||
size 62210
|
||||
3
aioftp-0.23.1.tar.gz
Normal file
3
aioftp-0.23.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b80eadd8ca95d2bbbcfabe7de15cbe01ac117b2e7467717374de467bad93570b
|
||||
size 62481
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 23 11:58:36 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.23.1
|
||||
* Update ci
|
||||
- from version 0.23.0
|
||||
* server: fix pathlib `relative_to` issue (#179)
|
||||
* minimal python version upgraded to 3.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 12:07:24 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -15,9 +15,10 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-aioftp
|
||||
Version: 0.22.3
|
||||
Version: 0.23.1
|
||||
Release: 0
|
||||
Summary: FTP client/server for asyncio
|
||||
License: Apache-2.0
|
||||
@@ -32,8 +33,8 @@ Requires: python-siosocks >= 0.2.0
|
||||
BuildArch: noarch
|
||||
BuildRequires: %{python_module async_timeout >= 4.0.0}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module siosocks >= 0.2.0}
|
||||
BuildRequires: %{python_module trustme}
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user