diff --git a/0001-updated-package-info.patch b/0001-updated-package-info.patch new file mode 100644 index 0000000..5110058 --- /dev/null +++ b/0001-updated-package-info.patch @@ -0,0 +1,37 @@ +From 5e79f6a9d526c45a795a9cfd1bb81c6404415cc7 Mon Sep 17 00:00:00 2001 +From: David Moss +Date: Fri, 13 Jan 2017 13:46:01 +0000 +Subject: [PATCH] - updated package info + +--- + setup.py | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + +diff --git a/setup.py b/setup.py +index 7e97a23..f904b7e 100644 +--- a/setup.py ++++ b/setup.py +@@ -65,6 +65,11 @@ long_description = """ + - looking up IEEE organisational information (OUI, IAB) + - generating derived IPv6 addresses + ++ Documentation ++ ------------- ++ ++ http://netaddr.readthedocs.io/ ++ + Changes + ------- + +@@ -75,7 +80,7 @@ long_description = """ + Requirements + ------------ + +- Supports Python version 2.5 through 3.5 ++ Supports Python versions 2.5 through 3.6 + + Share and enjoy! + """ +-- +2.42.0.windows.2 + diff --git a/python-netaddr.spec b/python-netaddr.spec index 0f3afff..5b50486 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -1,6 +1,6 @@ Name: python-netaddr Version: 0.7.19 -Release: 16 +Release: 17 Summary: A pure Python network address representation and manipulation library License: BSD @@ -13,6 +13,7 @@ BuildRequires: python3-devel python3-setuptools python3-sphinx python3-pytest Patch0001: 0001-PEP-479-return-instead-of-raise-StopIteration.patch Patch0002: 0001-PKG-INFO-metadata-generation-seems-to-be-broken-list.patch +Patch0003: 0001-updated-package-info.patch %description A network address manipulation library for Python @@ -78,6 +79,9 @@ mv %{buildroot}%{_bindir}/netaddr %{buildroot}%{_bindir}/netaddr3 %{_bindir}/netaddr3 %changelog +* Tue Dec 26 2023 liubo - 0.7.19-17 +- updated package info + * Fri Dec 22 2023 liubo - 0.7.19-16 - PKG-INFO metadata generation seems to be broken (lists maintainer as author on PyPI - mutually exclusive?)