From 6f064f2b1bd21e3345cab4268d259d09c56009bc996dea0d719f201bb9ee388d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Feb 2023 10:34:21 +0000 Subject: [PATCH] - update to 0.12.1: * Fix a ipython warning OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-easydev?expand=0&rev=12 --- easydev-0.12.0.tar.gz | 3 --- easydev-0.12.1.tar.gz | 3 +++ python-easydev.changes | 6 ++++++ python-easydev.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 easydev-0.12.0.tar.gz create mode 100644 easydev-0.12.1.tar.gz diff --git a/easydev-0.12.0.tar.gz b/easydev-0.12.0.tar.gz deleted file mode 100644 index cd62139..0000000 --- a/easydev-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4a340c5ffe193654c387d271bcd466d1fe56bf9850f2704122d3b52b1e6090d -size 47112 diff --git a/easydev-0.12.1.tar.gz b/easydev-0.12.1.tar.gz new file mode 100644 index 0000000..fa95158 --- /dev/null +++ b/easydev-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47b7e6f75316ac9045b46487930e16ddb567f3899310deee11d72d8e1f0a231 +size 55657 diff --git a/python-easydev.changes b/python-easydev.changes index 37fcf1b..1dd73fb 100644 --- a/python-easydev.changes +++ b/python-easydev.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 10 10:33:40 UTC 2023 - Dirk Müller + +- update to 0.12.1: + * Fix a ipython warning + ------------------------------------------------------------------- Wed Mar 16 13:50:05 UTC 2022 - pgajdos@suse.com diff --git a/python-easydev.spec b/python-easydev.spec index 115a7e8..ce95f8a 100644 --- a/python-easydev.spec +++ b/python-easydev.spec @@ -1,7 +1,7 @@ # # spec file for package python-easydev # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-easydev -Version: 0.12.0 +Version: 0.12.1 Release: 0 Summary: Common utilities to ease the development of Python packages License: BSD-3-Clause