15
0

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
This commit is contained in:
2021-06-23 13:14:45 +00:00
committed by Git OBS Bridge
parent 2099601b18
commit f142e7da6a
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 16 15:13:33 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Wed Feb 3 10:57:36 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>