forked from pool/python-bugzillatools
Accepting request 304458 from home:benoit_monin:branches:devel:languages:python
- update to version 0.5.5 - replace README with README.rst: changed upstream OBS-URL: https://build.opensuse.org/request/show/304458 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzillatools?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
690ddeefe6
commit
3c70f3b4ce
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfce4ccac856b73ee658517b304ff228084da4457094a1de274cdf0e814c2fda
|
||||
size 39940
|
||||
3
bugzillatools-0.5.5.tar.gz
Normal file
3
bugzillatools-0.5.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e1dfa5a74c4ac071333ae5c450304e7cb5bb705cbada00a9da236670954b984
|
||||
size 41910
|
||||
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 28 20:56:37 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
- update to version 0.5.5:
|
||||
* comment command learned the --private option
|
||||
* fix comment enumeration order
|
||||
* fix string encoding error when invoking editor which could lead
|
||||
to invalid XML being sent to server
|
||||
- additional changes from version 0.5.4:
|
||||
* better error messages on missing server/account configuration
|
||||
(#3)
|
||||
* remove fields without name data from bug records (#5)
|
||||
* make user and password configuration optional (#12)
|
||||
- additional changes from version 0.5.3.1:
|
||||
* fix installation error
|
||||
- additional changes from version 0.5.3:
|
||||
* editor: fix incorrect path to vi(1) when EDITOR is not defined
|
||||
* create command: treat "defaulted" fields as mandatory in case
|
||||
no default is set
|
||||
* ui: fix some unicode encoding errors
|
||||
* fields command: handle minor changes in result format in 4.4
|
||||
* correct the name of the platform field
|
||||
(platform -> rep_platform)
|
||||
* expand bzr plugin documentation
|
||||
- replace README with README.rst: changed upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 13:13:33 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-bugzillatools
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@@ -13,15 +13,16 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-bugzillatools
|
||||
Version: 0.5.2
|
||||
Version: 0.5.5
|
||||
Release: 0
|
||||
License: GPL-3.0+
|
||||
Summary: Bugzilla CLI client, XML-RPC binding and VCS plugins
|
||||
Url: https://github.com/frasertweedale/bugzillatools
|
||||
License: GPL-3.0+
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/frasertweedale/bugzillatools
|
||||
Source: https://pypi.python.org/packages/source/b/bugzillatools/bugzillatools-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
#Recommends: bzr
|
||||
@@ -51,7 +52,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-data=%
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES README gpl-3.0.txt
|
||||
%doc CHANGES README.rst gpl-3.0.txt
|
||||
%{_bindir}/bugzilla
|
||||
%{python_sitelib}/bzlib
|
||||
%{python_sitelib}/bzrlib
|
||||
|
||||
Reference in New Issue
Block a user