This commit is contained in:
parent
58f43eb16b
commit
559715829f
@ -1,6 +1,6 @@
|
||||
Name: python-netaddr
|
||||
Version: 0.7.11
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A pure Python network address representation and manipulation library
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -109,7 +109,7 @@ popd
|
||||
#docs
|
||||
pushd docs
|
||||
PYTHONPATH='../' sphinx-build -b html -d build/doctrees source html
|
||||
PYTHONPATH='../' sphinx-build-3.3 -b html -d build/doctrees source python3/html
|
||||
PYTHONPATH='../' sphinx-build-%{python3_version} -b html -d build/doctrees source python3/html
|
||||
popd
|
||||
|
||||
|
||||
@ -147,6 +147,9 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/netaddr3
|
||||
|
||||
%changelog
|
||||
* Thu May 29 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.7.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
||||
|
||||
* Mon Apr 21 2014 John Eckersberg <jeckersb@redhat.com> - 0.7.11-1
|
||||
- New upstream release 0.7.11
|
||||
- Enabled Python 3 support (bz1070357)
|
||||
|
Loading…
Reference in New Issue
Block a user