diff --git a/.gitignore b/.gitignore index 292cbf4..7d98ab1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ netaddr-0.7.4.tar.gz /netaddr-0.7.18.tar.gz /netaddr-0.7.19.tar.gz /netaddr-0.7.20.tar.gz +/netaddr-0.8.0.tar.gz diff --git a/python-netaddr.spec b/python-netaddr.spec index 63b3e30..5006a2a 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -7,7 +7,7 @@ %endif Name: python-netaddr -Version: 0.7.20 +Version: 0.8.0 Release: 1%{?dist} Summary: A pure Python network address representation and manipulation library @@ -83,7 +83,7 @@ find netaddr -name "*.py" | \ xargs sed -i -e '1 {/^#!\//d}' # Make rpmlint happy, fix permissions on documentation files -chmod 0644 README.md AUTHORS CHANGELOG COPYRIGHT LICENSE PKG-INFO +chmod 0644 README.rst AUTHORS CHANGELOG COPYRIGHT LICENSE PKG-INFO %build %if 0%{?with_python2} @@ -127,7 +127,7 @@ py.test-%{python3_version} %files -n python2-netaddr %license COPYRIGHT LICENSE %doc AUTHORS CHANGELOG -%doc README.md docs/html +%doc README.rst docs/html %{python2_sitelib}/* %endif @@ -135,12 +135,15 @@ py.test-%{python3_version} %files -n python3-netaddr %license COPYRIGHT %doc AUTHORS CHANGELOG -%doc README.md docs/python3/html +%doc README.rst docs/python3/html %{python3_sitelib}/* %{_bindir}/netaddr %endif %changelog +* Fri Jul 3 2020 John Eckersberg - 0.8.0-1 +- New upstream release 0.8.0 (rhbz#1853684) + * Fri Jun 19 2020 John Eckersberg - 0.7.20-1 - New upstream release 0.7.20 (rhbz#1848782) - Minor spec and rpmlint cleanups diff --git a/sources b/sources index 005eccd..3eca290 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (netaddr-0.7.20.tar.gz) = f6cbfefa3cec95c039ef711b15e3c9509cdf730c9c4b9427fe2fa55beddd8fd44621fe8615d26a3b9ac6989a648f96d42a6a8e848a4976d883b8a5a243590ccf +SHA512 (netaddr-0.8.0.tar.gz) = a158bef87e862330c583f8b6709c4f575ec036dd31d725dad679e583ad4bef1a34f43225453bc93970ab720ae5f9f0fc2a6a3b92cbb922ed6f201414fd1e96d3