From 9f35f8c0a7ce9d293ae6aece95b1a52ca9aed058b94a000eaee934532fa52ef6 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 10 Feb 2021 03:32:54 +0000 Subject: [PATCH] - Update to 1.5.2: * Fixed broken import on Python 3.9. * Remove some debug leftover prints from `v1.5.0`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=8 --- aspectlib-1.5.0.tar.gz | 3 --- aspectlib-1.5.2.tar.gz | 3 +++ python-aspectlib.changes | 7 +++++++ python-aspectlib.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 aspectlib-1.5.0.tar.gz create mode 100644 aspectlib-1.5.2.tar.gz diff --git a/aspectlib-1.5.0.tar.gz b/aspectlib-1.5.0.tar.gz deleted file mode 100644 index 800515e..0000000 --- a/aspectlib-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b3e9da0d3b9e2952dbfb7e251f596637f03f998cfc168b2726bd2b63ba617f9 -size 163224 diff --git a/aspectlib-1.5.2.tar.gz b/aspectlib-1.5.2.tar.gz new file mode 100644 index 0000000..4684fd6 --- /dev/null +++ b/aspectlib-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d275ec82c4c2712e564bb760e4accff8f061f648e38774feabeb8b241cf3a4aa +size 163704 diff --git a/python-aspectlib.changes b/python-aspectlib.changes index a7af500..f8a2ef6 100644 --- a/python-aspectlib.changes +++ b/python-aspectlib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 10 03:32:06 UTC 2021 - Steve Kowalik + +- Update to 1.5.2: + * Fixed broken import on Python 3.9. + * Remove some debug leftover prints from `v1.5.0`. + ------------------------------------------------------------------- Fri Apr 17 11:20:50 UTC 2020 - Marketa Calabkova diff --git a/python-aspectlib.spec b/python-aspectlib.spec index d9d8d63..ea907f4 100644 --- a/python-aspectlib.spec +++ b/python-aspectlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-aspectlib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-aspectlib -Version: 1.5.0 +Version: 1.5.2 Release: 0 Summary: Aspect-oriented programming License: BSD-2-Clause