From a2d6a43b9e49864e1c2b87f3059f7349b234df9e779a954f515032bba13f5afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Sep 2019 07:32:03 +0000 Subject: [PATCH] Accepting request 731086 from home:jayvdb:py3only - Update to v2.3.0 * restrict-login support * cli: Add support for private attachments * Fix python3 deprecation warnings * Drop python 3.3 support, minimum python3 is python 3.4 now OBS-URL: https://build.opensuse.org/request/show/731086 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=46 --- python-bugzilla-2.2.0.tar.gz | 3 --- python-bugzilla-2.3.0.tar.gz | 3 +++ python-bugzilla.changes | 9 +++++++++ python-bugzilla.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 python-bugzilla-2.2.0.tar.gz create mode 100644 python-bugzilla-2.3.0.tar.gz diff --git a/python-bugzilla-2.2.0.tar.gz b/python-bugzilla-2.2.0.tar.gz deleted file mode 100644 index 0875da3..0000000 --- a/python-bugzilla-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acbfd2ba1bb44d2fdce6d925e27414bd5808d063550227816cf2adf2c2927274 -size 79818 diff --git a/python-bugzilla-2.3.0.tar.gz b/python-bugzilla-2.3.0.tar.gz new file mode 100644 index 0000000..5f4c330 --- /dev/null +++ b/python-bugzilla-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c5c6a16f32cafe5cb25f54915d07bd9891d4469799a2c50ba1d936c11c0c61 +size 79002 diff --git a/python-bugzilla.changes b/python-bugzilla.changes index 6a558d9..9e58cd2 100644 --- a/python-bugzilla.changes +++ b/python-bugzilla.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Sep 15 13:41:23 UTC 2019 - John Vandenberg + +- Update to v2.3.0 + * restrict-login support + * cli: Add support for private attachments + * Fix python3 deprecation warnings + * Drop python 3.3 support, minimum python3 is python 3.4 now + ------------------------------------------------------------------- Thu Aug 16 09:32:14 UTC 2018 - mcepl@suse.com diff --git a/python-bugzilla.spec b/python-bugzilla.spec index 32a6dbd..3a9d9ec 100644 --- a/python-bugzilla.spec +++ b/python-bugzilla.spec @@ -1,7 +1,7 @@ # # spec file for package python-bugzilla # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-bugzilla -Version: 2.2.0 +Version: 2.3.0 Release: 0 Summary: Python library for Bugzilla License: GPL-2.0-or-later @@ -75,6 +75,6 @@ export CFLAGS="%{optflags}" %python_alternative %{_bindir}/bugzilla %python_alternative %{_mandir}/man1/bugzilla.1%{ext_man} %{python_sitelib}/bugzilla -%{python_sitelib}/python_bugzilla-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/python_bugzilla-%{version}-py*.egg-info %changelog