17
0

19 Commits

Author SHA256 Message Date
789134530b Accepting request 1207158 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1207158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiofiles?expand=0&rev=9
2024-10-12 11:24:47 +00:00
1b203798a2 - Update to 24.1.0
* Import `os.link` conditionally to fix importing on android. (#175)
  * Remove spurious items from `aiofiles.os.__all__` when running on Windows.
  * Switch to more modern async idioms: Remove types.coroutine and make
    AiofilesContextManager an awaitable instead a coroutine.
  * Add `aiofiles.os.path.abspath` and `aiofiles.os.getcwd`. (#174)
  * _aiofiles_ is now tested on Python 3.13 too. (#184)
  * Dropped Python 3.7 support. If you require it, use version 23.2.1.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=17
2024-10-11 11:54:10 +00:00
505e8a5f6c Accepting request 1133240 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1133240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiofiles?expand=0&rev=8
2023-12-15 20:48:48 +00:00
e837bcc36e 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
2023-12-15 06:03:34 +00:00
256907ef69 Accepting request 1092389 from devel:languages:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiofiles?expand=0&rev=7
2023-06-12 13:26:26 +00:00
540cd36324 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=13 2023-06-11 20:13:05 +00:00
8d912738d8 Accepting request 1092306 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092306
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=12
2023-06-11 20:12:45 +00:00
7842621465 Accepting request 1067414 from devel:languages:python
- update to 23.1.0:
  * Added ``aiofiles.os.access``.
  * Removed ``aiofiles.tempfile.temptypes.AsyncSpooledTemporaryFile.softspace``.
  * Added ``aiofiles.stdin``, ``aiofiles.stdin_bytes``, and
    other stdio streams.
  * Transition to ``asyncio.get_running_loop``
    (vs ``asyncio.get_event_loop``) internally.

OBS-URL: https://build.opensuse.org/request/show/1067414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiofiles?expand=0&rev=6
2023-02-24 17:07:43 +00:00
6c58267fab - update to 23.1.0:
* Added ``aiofiles.os.access``.
  * Removed ``aiofiles.tempfile.temptypes.AsyncSpooledTemporaryFile.softspace``.
  * Added ``aiofiles.stdin``, ``aiofiles.stdin_bytes``, and
    other stdio streams.
  * Transition to ``asyncio.get_running_loop``
    (vs ``asyncio.get_event_loop``) internally.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=10
2023-02-23 14:11:44 +00:00
ec8c1188d4 Accepting request 1005520 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1005520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiofiles?expand=0&rev=5
2022-09-23 12:15:22 +00:00
d0da77a38c Accepting request 1005502 from home:yarunachalam:branches:devel:languages:python
- Update to 22.1.0
  * Update README
  * Update test deps
  * Min Python to 3.7
  * Bump poetry to 1.2.0
  * Add missing comma
  * CI tweaks
  * Update README.rst
  * Added os scantdir with is't tests and improved the tests for listdir
  * Added os listdir function with it's tests
  * Add notice file
  * make test skipped below py3.7
  * add test for `newlines`
  * move SpooledTempFile.newlines from delegation to property
  * update docs
  * Add aiofiles.os.path.islink function
  * remove symlink file at end of test
  * Add aiofiles.os.readlink function
  * Fix typo
  * Add aiofiles.os.symlink
  * Add aiofiles.os.unlink
  * Add aiofiles.os.link function
  * Add aiofiles.os.renames function
  * Missing closing quote
  * Add repo link to pyproject.toml
- Update to 0.8.0
  * Tweak README
  * Update README
  * Use os.sep
  * Add prefix, suffix, dir args to TemporaryDirectory

OBS-URL: https://build.opensuse.org/request/show/1005502
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=8
2022-09-23 05:24:21 +00:00
28dafd07ca Accepting request 945151 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/945151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiofiles?expand=0&rev=4
2022-01-09 21:50:21 +00:00
4f587913b1 Accepting request 945137 from home:Simmphonie:branches:devel:languages:python
- Update to 0.8.0
  * Added aiofiles.os.replace. #107
  * Added aiofiles.os.{makedirs, removedirs}.
  * Added aiofiles.os.path.{exists, isfile, isdir, getsize, getatime,
    getctime, samefile, sameopenfile}. #63
  * Added suffix, prefix, dir args to aiofiles.tempfile.TemporaryDirectory. #116

OBS-URL: https://build.opensuse.org/request/show/945137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=7
2022-01-09 19:26:04 +00:00
4cf6e2b6e0 Accepting request 901498 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/901498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiofiles?expand=0&rev=3
2021-06-23 15:38:38 +00:00
f142e7da6a Accepting request 900415 from home:glaubitz:branches:devel:languages:python
- Update to 0.7.0
  * Added the aiofiles.tempfile module for async temporary files. #56
  * Switched to Poetry and GitHub actions.
  * Dropped 3.5 support.
- Switch Python packaging from setuptools to poetry
  * Add python-pip to BuildRequires
  * Add python-poetry-core to BuildRequires
  * Remove python-setuptools from BuildRequires
  * Replace %python_build with %pyproject_wheel
  * Replace %python_install with %pyproject_install

OBS-URL: https://build.opensuse.org/request/show/900415
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=5
2021-06-23 13:14:45 +00:00
df2bc96b3c Accepting request 868952 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/868952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiofiles?expand=0&rev=2
2021-02-03 18:56:27 +00:00
2099601b18 Accepting request 868908 from home:alarrosa:branches:devel:languages:python
- Update to 0.6.0
  * aiofiles is now tested on ppc64le.
  * Added name and mode properties to async file objects. #82
  * Fixed a DeprecationWarning internally. #75
  * Python 3.9 support and tests.

OBS-URL: https://build.opensuse.org/request/show/868908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=3
2021-02-03 13:00:25 +00:00
a60e69f9b1 Accepting request 810945 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/810945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiofiles?expand=0&rev=1
2020-06-09 22:46:15 +00:00
Tomáš Chvátal
033b9b67d7 Accepting request 810930 from home:mnhauke:gns3
Initial package for python-aiofiles

OBS-URL: https://build.opensuse.org/request/show/810930
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiofiles?expand=0&rev=1
2020-06-02 19:29:15 +00:00