15
0

- update to 4.4.2:

* removing the usage of `__file__`, that was breaking PyOxidizer.
  * fixes for the future Python 3.9.
  * some fixes for the future Python 3.10.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=46
This commit is contained in:
2020-03-14 15:51:56 +00:00
committed by Git OBS Bridge
parent 9fc53c5929
commit 02062de7c4
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 14 15:50:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 4.4.2:
* removing the usage of `__file__`, that was breaking PyOxidizer.
* fixes for the future Python 3.9.
* some fixes for the future Python 3.10.
-------------------------------------------------------------------
Fri Dec 20 19:11:44 UTC 2019 - Dirk Mueller <dmueller@suse.com>