]> git.pld-linux.org Git - packages/python-PyGitUp.git/commitdiff
- up to 1.4.6
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 4 Apr 2018 08:04:49 +0000 (10:04 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 4 Apr 2018 08:04:49 +0000 (10:04 +0200)
python-PyGitUp.spec

index 888074c34bba60cacf1c7088cb9950a631294626..f427aab1b7dd508cd8ab361022393480b9cd54c0 100644 (file)
@@ -1,38 +1,39 @@
 #
 # Conditional build:
-%bcond_with    tests   # do not perform "make test"
+%bcond_without tests   # do not perform "make test"
 
 %define                module  PyGitUp
 Summary:       git-up(1) -- fetch and rebase all locally-tracked remote branches
 Name:          python-%{module}
-Version:       1.1.5
-Release:       2
+Version:       1.4.6
+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: 9d271f0b1867307efbb8365ae88fe941
-Patch0:                requirements.patch
+# Source0-md5: 0ee651ee4625e0089284735c99cbf558
 URL:           https://github.com/msiemens/PyGitUp
 BuildRequires: rpm-pythonprov
 # if py_postclean is used
 BuildRequires: rpmbuild(macros) >= 1.710
-BuildRequires: python-git >= 0.3.2.1
+BuildRequires: python-git >= 2.1.8
 BuildRequires: python-async
-BuildRequires: python-colorama >= 0.2.4
+BuildRequires: python-colorama >= 0.3.7
+BuildRequires: python-click >= 6.0.0
 BuildRequires: python-distribute
-BuildRequires: python-docopt >= 0.6.1
 BuildRequires: python-gitdb
 BuildRequires: python-nose
+BuildRequires: python-six >= 1.10.0
 BuildRequires: python-smmap
 BuildRequires: python-termcolor >= 1.1.0
-Requires:      python-git >= 0.3.2-0.RC1.2
+Requires:      python-git >= 2.1.8
 Requires:      python-async
-Requires:      python-colorama >= 0.2.4
-Requires:      python-docopt >= 0.6.1
+Requires:      python-colorama >= 0.3.7
+Requires:      python-click >= 6.0.0
 Requires:      python-gitdb
 Requires:      python-modules
 Requires:      python-nose
 Requires:      python-smmap
+Requires:      python-six >= 1.10.0
 Requires:      python-termcolor >= 1.1.0
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,7 +43,6 @@ git-up(1) -- fetch and rebase all locally-tracked remote branches.
 
 %prep
 %setup -q -n %{module}-%{version}
-%patch0 -p1
 
 %build
 %py_build %{?with_tests:test}
@@ -61,9 +61,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.rst
 %attr(755,root,root) %{_bindir}/git-up
-%attr(755,root,root) %{_bindir}/gitup.py
 %dir %{py_sitescriptdir}/%{module}
 %{py_sitescriptdir}/%{module}/*.py[co]
+%dir %{py_sitescriptdir}/%{module}/tests
+%{py_sitescriptdir}/%{module}/tests/*.py[co]
 %{py_sitescriptdir}/%{module}/check-bundler.rb
 %if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/git_up-*.egg-info
This page took 0.104321 seconds and 4 git commands to generate.