From aa3a9faa957fb469e419d0599dcf1e127ec4663d1e16036ec52dbe890dbf46f3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Oct 2022 07:52:55 +0000 Subject: [PATCH] Accepting request 1008641 from home:yarunachalam:branches:devel:languages:python - Update to version 2.7 * Fix tests on Python 3.5 * Remove 3.4 from the test matrix (no longer supported by Github) * Fix pycodestyle/flake8 issues * Replace pep8 by pycodestyle OBS-URL: https://build.opensuse.org/request/show/1008641 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-q?expand=0&rev=4 --- python-q.changes | 9 +++++++++ python-q.spec | 4 ++-- q-2.6.tar.gz | 3 --- q-2.7.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 q-2.6.tar.gz create mode 100644 q-2.7.tar.gz diff --git a/python-q.changes b/python-q.changes index a0f6d6b..b16f721 100644 --- a/python-q.changes +++ b/python-q.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 7 03:40:40 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2.7 + * Fix tests on Python 3.5 + * Remove 3.4 from the test matrix (no longer supported by Github) + * Fix pycodestyle/flake8 issues + * Replace pep8 by pycodestyle + ------------------------------------------------------------------- Thu Sep 12 11:11:07 UTC 2019 - Tomáš Chvátal diff --git a/python-q.spec b/python-q.spec index 82a3f30..2ea48c8 100644 --- a/python-q.spec +++ b/python-q.spec @@ -1,7 +1,7 @@ # # spec file for package python-q # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 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-q -Version: 2.6 +Version: 2.7 Release: 0 Summary: Quick-and-dirty debugging output for tired programmers License: Apache-2.0 diff --git a/q-2.6.tar.gz b/q-2.6.tar.gz deleted file mode 100644 index 91a677a..0000000 --- a/q-2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de0fcf5a439754975dd8022c3bf26374b882d0fe4265aab8813f4e87e057eed5 -size 7688 diff --git a/q-2.7.tar.gz b/q-2.7.tar.gz new file mode 100644 index 0000000..fd1a476 --- /dev/null +++ b/q-2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0b792f6658ab9e1133b5ea17af1b530530e60124cf9743bc0fa051b8c64f4e +size 7946