]> git.pld-linux.org Git - packages/python-pygit2.git/commitdiff
- updated to 0.20.3 auto/th/python-pygit2-0.20.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 Apr 2014 17:26:14 +0000 (19:26 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 Apr 2014 17:26:14 +0000 (19:26 +0200)
- disable tests which require remote repository access

python-pygit2.spec

index 7126626fb4046f4df2e6d5104ee3d9933776abf0..9d38fe80d205e81700d646cecfbd58c12e8eff83 100644 (file)
@@ -8,12 +8,12 @@
 Summary:       Python 2.x bindings for libgit2 library
 Summary(pl.UTF-8):     Wiązania Pythona 2.x do biblioteki libgit2
 Name:          python-%{module}
-Version:       0.20.2
+Version:       0.20.3
 Release:       1
 License:       GPL v2 with linking exception
 Group:         Libraries/Python
-Source0:       http://pypi.python.org/packages/source/p/pygit2/%{module}-%{version}.tar.gz
-# Source0-md5: ddfe43076a45418a1122ca668b7b0247
+Source0:       https://pypi.python.org/packages/source/p/pygit2/%{module}-%{version}.tar.gz
+# Source0-md5: 1efcc58383fd2e558a8d3cba4dcc4754
 Patch0:                %{name}-docbuild.patch
 URL:           https://pypi.python.org/pypi/pygit2
 BuildRequires: libgit2-devel >= 0.20.0
@@ -63,6 +63,9 @@ Dokumentacja API %{module}.
 %setup -q -n %{module}-%{version}
 %patch0 -p0
 
+# these tests use network
+%{__rm} test/test_{credentials,repository}.py
+
 %build
 %{__python} setup.py build --build-base build-2
 %if %{with python3}
This page took 0.160969 seconds and 4 git commands to generate.