Accepting request 428026 from home:TheBlackCat:branches:devel:languages:python

update to version 6.6

OBS-URL: https://build.opensuse.org/request/show/428026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=6
This commit is contained in:
Todd R 2016-09-15 23:50:22 +00:00 committed by Git OBS Bridge
parent b080bc6482
commit f34fd813fb
4 changed files with 24 additions and 6 deletions

View File

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

3
click-6.6.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Sep 15 22:54:59 UTC 2016 - toddrme2178@gmail.com
- update to version 6.6:
* Fix bug in `click.Path` where it would crash when passed a
`-`. See #551.
- update to version 6.4:
* Fix bug in bash completion where click would discard one or more
trailing arguments. See #471.
- update to version 6.3:
* Fix argument checks for interpreter invoke with `-m` and `-c` on
Windows.
* Fixed a bug that cased locale detection to error out on Python 3.
-------------------------------------------------------------------
Thu Dec 3 13:21:05 UTC 2015 - ronisbr@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-click
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@ -17,15 +17,16 @@
Name: python-click
Version: 6.2
Version: 6.6
Release: 0
Summary: A simple wrapper around optparse for powerful command line utilities
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/mitsuhiko/click
Source: https://pypi.python.org/packages/source/c/click/click-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/c/click/click-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-pytest
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
@ -52,6 +53,9 @@ python setup.py build
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
pushd tests
PYTHONPATH=%{buildroot}%{python_sitelib} py.test --tb=short
popd
%files
%defattr(-,root,root,-)