Update to 0.2.1

This commit is contained in:
Scott K Logan 2019-06-10 09:18:58 -07:00
commit 743e2d0010
4 changed files with 6 additions and 25 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/vcstool-0.1.39.tar.gz
/vcstool-0.1.40.tar.gz
/vcstool-0.2.1.tar.gz

View file

@ -1,23 +0,0 @@
From f00daaef3e49bfcdc4a00603d0ed0ca2a21be277 Mon Sep 17 00:00:00 2001
From: Scott K Logan <logans@cottsay.net>
Date: Wed, 20 Feb 2019 11:15:51 -0800
Subject: [PATCH] Fix argparse requirement for Python 2.7 (#85)
argparse is part of the standard library since Python 2.7
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 980cf66..b47ab9b 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
from vcstool import __version__
install_requires = ['PyYAML', 'setuptools']
-if sys.version_info[0] == 2:
+if sys.version_info[0] == 2 and sys.version_info[1] < 7:
install_requires.append('argparse')
setup(

View file

@ -4,7 +4,7 @@
%global srcname vcstool
Name: python-%{srcname}
Version: 0.1.40
Version: 0.2.1
Release: 1%{?dist}
Summary: Tool to invoke vcs commands on multiple repositories
@ -214,6 +214,9 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers
%changelog
* Mon Jun 10 2019 Scott K Logan <logans@cottsay.net> - 0.2.1-1
- Update to 0.2.1 (rhbz#1718722)
* Mon Mar 18 2019 Scott K Logan <logans@cottsay.net> - 0.1.40-1
- Update to 0.1.40
- Drop python3_other subpackage

View file

@ -1 +1 @@
SHA512 (vcstool-0.1.40.tar.gz) = b8c46a4416bb2ce8b9dbabef498d216185bcce687458cee06210990b32ca1c6b7d91e3a35a90712f827257a21b4e27ca24f6bbc5354a0705439a1edd09b5d734
SHA512 (vcstool-0.2.1.tar.gz) = 74da231d534326f64311336d5df6390f07f13014415191522515ac3396c399b5279fb42a31b252a6b4ef1caf98132b0940610507d2ef031c7e6f69caa719f00b