14
0

Accepting request 860980 from home:apritschet:branches:openSUSE:Factory

- Release 0.3.2
  * Support cached_property decorator from the OpenSUSE package
- Release 0.3.1
  * Support for PyYAML without libyaml
- Release 0.3.0
  * Added osctiny.extensions.origin
  * Added osctiny.utils.mapping
  * Removed support for all Python version prior to 3.6

OBS-URL: https://build.opensuse.org/request/show/860980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=24
This commit is contained in:
2021-01-07 11:37:34 +00:00
committed by Git OBS Bridge
parent 7e3308b1e3
commit e4a51a85f4
4 changed files with 24 additions and 16 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jan 7 08:24:06 UTC 2021 - Andreas Hasenkopf <ahasenkopf@suse.com>
- Release 0.3.2
* Support cached_property decorator from the OpenSUSE package
- Release 0.3.1
* Support for PyYAML without libyaml
- Release 0.3.0
* Added osctiny.extensions.origin
* Added osctiny.utils.mapping
* Removed support for all Python version prior to 3.6
-------------------------------------------------------------------
Tue Sep 15 10:52:18 UTC 2020 - Andreas Hasenkopf <ahasenkopf@suse.com>