14
0

Accepting request 731151 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/731151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bugzilla?expand=0&rev=27
This commit is contained in:
2019-09-18 11:10:18 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:acbfd2ba1bb44d2fdce6d925e27414bd5808d063550227816cf2adf2c2927274
size 79818

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85c5c6a16f32cafe5cb25f54915d07bd9891d4469799a2c50ba1d936c11c0c61
size 79002

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Sep 15 13:41:23 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- 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

View File

@@ -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