From f34fd813fb534612283775e8ff3a567c4037f2eaad975c0b4ff728f6daecdc7a Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 15 Sep 2016 23:50:22 +0000 Subject: [PATCH] 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 --- click-6.2.tar.gz | 3 --- click-6.6.tar.gz | 3 +++ python-click.changes | 14 ++++++++++++++ python-click.spec | 10 +++++++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 click-6.2.tar.gz create mode 100644 click-6.6.tar.gz diff --git a/click-6.2.tar.gz b/click-6.2.tar.gz deleted file mode 100644 index 52bf526..0000000 --- a/click-6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fba0ff70f5ebb4cebbf64c40a8fbc222fb7cf825237241e548354dabe3da6a82 -size 281717 diff --git a/click-6.6.tar.gz b/click-6.6.tar.gz new file mode 100644 index 0000000..f8142b3 --- /dev/null +++ b/click-6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6a19da8ebff6e7074f731447ef7e112bd23adf3de5c597cf9989f2fd8defe9 +size 283420 diff --git a/python-click.changes b/python-click.changes index d0804cf..036d127 100644 --- a/python-click.changes +++ b/python-click.changes @@ -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 diff --git a/python-click.spec b/python-click.spec index 7edb1d3..5f3e981 100644 --- a/python-click.spec +++ b/python-click.spec @@ -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,-)