From b62d187077fb15f6c84f3cb3ab99ab587a6da4deefb51cb805bdb53f023dc46a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Nov 2021 18:23:49 +0000 Subject: [PATCH] - update to 1.13.3: * Adds wheels for Python 3.10 on PyPi and where possible also now generating binary wheels for ``musllinux``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wrapt?expand=0&rev=28 --- 1.13.2.tar.gz | 3 --- 1.13.3.tar.gz | 3 +++ python-wrapt.changes | 7 +++++++ python-wrapt.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 1.13.2.tar.gz create mode 100644 1.13.3.tar.gz diff --git a/1.13.2.tar.gz b/1.13.2.tar.gz deleted file mode 100644 index 2089ff5..0000000 --- a/1.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5013450a6609838fdbfeb357a135c52b75fbe8b42d79f581e1d4508c1f27801b -size 130624 diff --git a/1.13.3.tar.gz b/1.13.3.tar.gz new file mode 100644 index 0000000..8bb5ae0 --- /dev/null +++ b/1.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169a9d4af2df4fa8cd3e5f1d860089c38f4d83f10990bd1089eb2cd56ba4e3ce +size 130735 diff --git a/python-wrapt.changes b/python-wrapt.changes index ccf0e90..a1032a5 100644 --- a/python-wrapt.changes +++ b/python-wrapt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Nov 6 18:18:03 UTC 2021 - Dirk Müller + +- update to 1.13.3: + * Adds wheels for Python 3.10 on PyPi and where possible also now + generating binary wheels for ``musllinux``. + ------------------------------------------------------------------- Tue Oct 26 21:13:04 UTC 2021 - Dirk Müller diff --git a/python-wrapt.spec b/python-wrapt.spec index bdb30c6..0e5491f 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-wrapt -Version: 1.13.2 +Version: 1.13.3 Release: 0 Summary: A Python module for decorators, wrappers and monkey patching License: BSD-2-Clause