#1 Update to 0.3.1
Merged 5 years ago by wakko666. Opened 5 years ago by churchyard.
rpms/ churchyard/python-click-completion 031  into  master

file modified
+6 -3
@@ -11,8 +11,8 @@ 

  %global pkgname click-completion

  

  Name:           python-click-completion

- Version:        0.2.1

- Release:        3%{?dist}

+ Version:        0.3.1

+ Release:        1%{?dist}

  Summary:        Add automatic completion support for fish, Zsh, Bash and PowerShell to Click

  License:        MIT

  URL:            https://github.com/click-contrib/click-completion
@@ -72,7 +72,7 @@ 

  

  %prep

  %autosetup -n %{pkgname}-%{version}

- sed -i 's|^#!/usr/bin/env python||' click_completion.py

+ sed -i 's|^#!/usr/bin/env python||' click_completion/__init__.py

  sed -i 's|^#!/usr/bin/env python||' examples/click-completion-*

  chmod -x examples/click-completion-*

  
@@ -114,6 +114,9 @@ 

  

  

  %changelog

+ * Mon Jul 30 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.1-1

+ - Update to 0.3.1

+ 

  * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (0.2.1.tar.gz) = a1de4da903ea6dac74404f54823f9b3cd0aefa66b596e85329239774ac6775ae8f09bbd80877e7b34747d804c7d9d1591338de30a1d570ef75e6beba3fa86fb8

+ SHA512 (0.3.1.tar.gz) = b0cb90fd98cb6a374f619a1c7cc72c5655f2557a78980fd15b6813d888bb656b28a75384bb094cbc570c727c5477713b7cb689de5d523bb8c56ea79dd939f75a

This is used in pipenv 2018.7.1

Pull-Request has been merged by wakko666

5 years ago