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

@@ -20,7 +20,7 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-decorator
Version: 4.4.1
Version: 4.4.2
Release: 0
Summary: Decorators for Humans
License: BSD-2-Clause