From 02062de7c4a2ff15b3eded9953aaece5567d2129488406a0f9e38d492dbcc8c5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 14 Mar 2020 15:51:56 +0000 Subject: [PATCH] - 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 --- decorator-4.4.1.tar.gz | 3 --- decorator-4.4.2.tar.gz | 3 +++ python-decorator.changes | 8 ++++++++ python-decorator.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 decorator-4.4.1.tar.gz create mode 100644 decorator-4.4.2.tar.gz diff --git a/decorator-4.4.1.tar.gz b/decorator-4.4.1.tar.gz deleted file mode 100644 index cc3abaa..0000000 --- a/decorator-4.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54c38050039232e1db4ad7375cfce6748d7b41c29e95a081c8a6d2c30364a2ce -size 33350 diff --git a/decorator-4.4.2.tar.gz b/decorator-4.4.2.tar.gz new file mode 100644 index 0000000..4d4d8da --- /dev/null +++ b/decorator-4.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7 +size 33629 diff --git a/python-decorator.changes b/python-decorator.changes index 5518816..9a8cdd4 100644 --- a/python-decorator.changes +++ b/python-decorator.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Mar 14 15:50:24 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-decorator.spec b/python-decorator.spec index 4c6f84c..322d354 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -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