From 3baab14372cdf642e629fe4394b21348807d5a1f2db60dc1ac6ed2595169bf52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 Jan 2020 08:04:16 +0000 Subject: [PATCH] Accepting request 760810 from home:badshah400:branches:devel:languages:python - Update to version 2020-01-01: + Skip irctest when optional dependencies are not installed. - python2 no longer supported; use skip_python2 macro to disable it. OBS-URL: https://build.opensuse.org/request/show/760810 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=28 --- _service | 2 +- master-2019-12-21.tar.gz | 3 --- master-2020-01-01.tar.gz | 3 +++ python-limnoria.changes | 8 ++++++++ python-limnoria.spec | 7 ++++--- 5 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 master-2019-12-21.tar.gz create mode 100644 master-2020-01-01.tar.gz diff --git a/_service b/_service index faee522..a6f4f41 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ github.com https - /ProgVal/Limnoria/archive/master-2019-12-21.tar.gz + /ProgVal/Limnoria/archive/master-2020-01-01.tar.gz diff --git a/master-2019-12-21.tar.gz b/master-2019-12-21.tar.gz deleted file mode 100644 index cd16e9d..0000000 --- a/master-2019-12-21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcf5d4a03ffe7b769df944756d11b40f2b95d0e165f54dc124b902f832c47f54 -size 978965 diff --git a/master-2020-01-01.tar.gz b/master-2020-01-01.tar.gz new file mode 100644 index 0000000..4e0b276 --- /dev/null +++ b/master-2020-01-01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186bd02109c4689bfcee500b5db77d5a6cedf4139431c47fef3a47762f43dd67 +size 979137 diff --git a/python-limnoria.changes b/python-limnoria.changes index e129b68..81d13ec 100644 --- a/python-limnoria.changes +++ b/python-limnoria.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 4 13:10:52 UTC 2020 - Atri Bhattacharya + +- Update to version 2020-01-01: + + Skip irctest when optional dependencies are not installed. +- python2 no longer supported; use skip_python2 macro to disable + it. + ------------------------------------------------------------------- Mon Dec 30 21:57:04 UTC 2019 - Lars Vogdt diff --git a/python-limnoria.spec b/python-limnoria.spec index eb38d07..df12ce9 100644 --- a/python-limnoria.spec +++ b/python-limnoria.spec @@ -1,7 +1,7 @@ # # spec file for package python-limnoria # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 %define appname limnoria -%define srcver 2019-12-21 +%define srcver 2020-01-01 Name: python-limnoria -Version: 2019.12.21 +Version: 2020.01.01 Release: 0 Summary: A modified version of Supybot (an IRC bot and framework) License: BSD-3-Clause