]> git.pld-linux.org Git - packages/python-PyGitUp.git/commitdiff
- updated to 1.1.5 auto/th/python-PyGitUp-1.1.5-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 7 Dec 2014 09:46:26 +0000 (10:46 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 7 Dec 2014 09:46:26 +0000 (10:46 +0100)
python-PyGitUp.spec
requirements.patch

index d46b50d015a9463c5b8e83e99f545e84c62e7a0a..2c204b6f038169d6fdd510d950d79a20b8abfd41 100644 (file)
@@ -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.
 
index d6d5fd463a1459a6007280b2420d5d93b01d16d4..a8ba46c0957353757d6ed630aff2a45a08ac1d9d 100644 (file)
@@ -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\r
+-GitPython==0.3.2.1\r
 -colorama==0.2.4,==0.3.0\r
 -termcolor==1.1.0\r
 -docopt==0.6.1\r
-+GitPython>=0.3.2.RC1\r
++GitPython>=0.3.2.1\r
 +colorama>=0.2.4\r
 +termcolor>=1.1.0\r
 +docopt>=0.6.1\r
@@ -15,9 +15,9 @@
      version="1.1.4",\r
      packages=find_packages(exclude=["tests"]),\r
      scripts=['PyGitUp/gitup.py'],\r
--    install_requires=['GitPython==0.3.2.RC1', 'colorama==0.2.4,==0.3.0',\r
+-    install_requires=['GitPython==0.3.2.1', 'colorama==0.2.4,==0.3.2',\r
 -                      'termcolor==1.1.0', 'docopt==0.6.1'],\r
-+    install_requires=['GitPython>=0.3.2.RC1', 'colorama>=0.2.4',\r
++    install_requires=['GitPython>=0.3.2.1', 'colorama>=0.2.4',\r
 +                      'termcolor>=1.1.0', 'docopt>=0.6.1'],\r
  \r
      # Tests\r
This page took 0.03218 seconds and 4 git commands to generate.