[packages/python-PyGitUp] - updated to 1.1.5

baggins baggins at pld-linux.org
Sun Dec 7 10:46:39 CET 2014


commit a87f81cfac86423d75d20c1cca22b6873b2c55d2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Dec 7 10:46:26 2014 +0100

    - updated to 1.1.5

 python-PyGitUp.spec | 9 +++------
 requirements.patch  | 8 ++++----
 2 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/python-PyGitUp.spec b/python-PyGitUp.spec
index d46b50d..2c204b6 100644
--- a/python-PyGitUp.spec
+++ b/python-PyGitUp.spec
@@ -5,18 +5,18 @@
 %define		module	PyGitUp
 Summary:	git-up(1) -- fetch and rebase all locally-tracked remote branches
 Name:		python-%{module}
-Version:	1.1.4
+Version:	1.1.5
 Release:	1
 License:	BSD
 Group:		Libraries/Python
 Source0:	https://github.com/msiemens/PyGitUp/archive/v%{version}.tar.gz?/%{module}-v%{version}.tar.gz
-# Source0-md5:	fd7d89489bb045853077909fe0fd95aa
+# Source0-md5:	9d271f0b1867307efbb8365ae88fe941
 Patch0:		requirements.patch
 URL:		https://github.com/msiemens/PyGitUp
 BuildRequires:	rpm-pythonprov
 # if py_postclean is used
 BuildRequires:	rpmbuild(macros) >= 1.219
-BuildRequires:	python-git >= 0.3.2-0.RC1.2
+BuildRequires:	python-git >= 0.3.2.1
 BuildRequires:	python-async
 BuildRequires:	python-colorama >= 0.2.4
 BuildRequires:	python-distribute
@@ -37,9 +37,6 @@ Requires:	python-termcolor >= 1.1.0
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# pythonegg deps generator can't parse gitpython version properly
-%define		_noautoreq	gitpython
-
 %description
 git-up(1) -- fetch and rebase all locally-tracked remote branches.
 
diff --git a/requirements.patch b/requirements.patch
index d6d5fd4..a8ba46c 100644
--- a/requirements.patch
+++ b/requirements.patch
@@ -1,11 +1,11 @@
 --- PyGitUp-1.1.4/requirements.txt~	2014-04-18 15:16:40.000000000 +0200
 +++ PyGitUp-1.1.4/requirements.txt	2014-07-04 21:58:53.752795470 +0200
 @@ -1,4 +1,4 @@
--GitPython==0.3.2.RC1
+-GitPython==0.3.2.1
 -colorama==0.2.4,==0.3.0
 -termcolor==1.1.0
 -docopt==0.6.1
-+GitPython>=0.3.2.RC1
++GitPython>=0.3.2.1
 +colorama>=0.2.4
 +termcolor>=1.1.0
 +docopt>=0.6.1
@@ -15,9 +15,9 @@
      version="1.1.4",
      packages=find_packages(exclude=["tests"]),
      scripts=['PyGitUp/gitup.py'],
--    install_requires=['GitPython==0.3.2.RC1', 'colorama==0.2.4,==0.3.0',
+-    install_requires=['GitPython==0.3.2.1', 'colorama==0.2.4,==0.3.2',
 -                      'termcolor==1.1.0', 'docopt==0.6.1'],
-+    install_requires=['GitPython>=0.3.2.RC1', 'colorama>=0.2.4',
++    install_requires=['GitPython>=0.3.2.1', 'colorama>=0.2.4',
 +                      'termcolor>=1.1.0', 'docopt>=0.6.1'],
  
      # Tests
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-PyGitUp.git/commitdiff/a87f81cfac86423d75d20c1cca22b6873b2c55d2



More information about the pld-cvs-commit mailing list