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