14
0

Accepting request 990409 from home:apritschet:branches:devel:languages:python

- Release 0.6.5: Enhanced dependency management
  * Removed `responses` as requirement
  * Use `cached_property` instead of `backports.cached_property` 
    (which is not in the openSUSE repos)
  * Only install `cached_property` as requirement for Py3.7 and earlier

OBS-URL: https://build.opensuse.org/request/show/990409
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=41
This commit is contained in:
2022-07-20 14:16:04 +00:00
committed by Git OBS Bridge
parent 283cfe1880
commit 349965cda7
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 20 08:49:57 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>
- Release 0.6.5: Enhanced dependency management
* Removed `responses` as requirement
* Use `cached_property` instead of `backports.cached_property`
(which is not in the openSUSE repos)
* Only install `cached_property` as requirement for Py3.7 and earlier
-------------------------------------------------------------------
Tue Jul 19 07:01:51 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>