forked from pool/python-aiofiles
Accepting request 1133126 from home:pgajdos:python
pmmu version update OBS-URL: https://build.opensuse.org/request/show/1133126 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0495ba2c4b28c6e6845e3186b7d77306cb656f0cf711eb98c048064357341fec
|
||||
size 30110
|
||||
BIN
aiofiles-23.2.1.tar.gz
LFS
Normal file
BIN
aiofiles-23.2.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 09:12:51 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- update to 23.2.1:
|
||||
* Import `os.statvfs` conditionally to fix importing on non-
|
||||
UNIX systems.
|
||||
* #171 #172
|
||||
* aiofiles is now also tested on Windows.
|
||||
update to 23.2.0:
|
||||
* # 23.2.0
|
||||
|
||||
* aiofiles is now tested on Python 3.12 too.
|
||||
* #166 #168
|
||||
* On Python 3.12, `aiofiles.tempfile.NamedTemporaryFile` now
|
||||
accepts a `delete_on_close` argument, just like the stdlib
|
||||
version.
|
||||
* On Python 3.12, `aiofiles.tempfile.NamedTemporaryFile` no
|
||||
longer exposes a `delete` attribute, just like the stdlib
|
||||
version.
|
||||
* Added `aiofiles.os.statvfs` and `aiofiles.os.path.ismount`.
|
||||
* #162
|
||||
* Use PDM instead of Poetry.
|
||||
* #169
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 13:37:03 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
||||
@@ -18,13 +18,14 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-aiofiles
|
||||
Version: 23.1.0
|
||||
Version: 23.2.1
|
||||
Release: 0
|
||||
Summary: File support for asyncio
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/Tinche/aiofiles
|
||||
Source: https://github.com/Tinche/aiofiles/archive/v%{version}.tar.gz#/aiofiles-%{version}.tar.gz
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry-core}
|
||||
BuildRequires: fdupes
|
||||
@@ -40,7 +41,7 @@ BuildArch: noarch
|
||||
aiofiles: file support for asyncio
|
||||
|
||||
%prep
|
||||
%setup -q -n aiofiles-%{version}
|
||||
%autosetup -p1 -n aiofiles-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -54,7 +55,7 @@ aiofiles: file support for asyncio
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%doc README.md
|
||||
%{python_sitelib}/aiofiles*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user