[packages/python-PyGitUp] - up to 1.4.6

baggins baggins at pld-linux.org
Wed Apr 4 10:05:00 CEST 2018


commit 7f13615e7dd51c8e672d558c2f84de7d8bf80a1a
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Apr 4 10:04:49 2018 +0200

    - up to 1.4.6

 python-PyGitUp.spec | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/python-PyGitUp.spec b/python-PyGitUp.spec
index 888074c..f427aab 100644
--- a/python-PyGitUp.spec
+++ b/python-PyGitUp.spec
@@ -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
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list