15
0

Accepting request 785072 from devel:languages:python

- 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/request/show/785072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-decorator?expand=0&rev=22
This commit is contained in:
2020-03-26 23:24:19 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54c38050039232e1db4ad7375cfce6748d7b41c29e95a081c8a6d2c30364a2ce
size 33350

3
decorator-4.4.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7
size 33629

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>

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