updated package info

Signed-off-by: lb1107039128 <liubo1@xfusion.com>
This commit is contained in:
lb1107039128 2023-12-26 17:06:44 +08:00
parent 5a6e4b7929
commit d562ab197c
2 changed files with 42 additions and 1 deletions

View File

@ -0,0 +1,37 @@
From 5e79f6a9d526c45a795a9cfd1bb81c6404415cc7 Mon Sep 17 00:00:00 2001
From: David Moss <drkjam@gmail.com>
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

View File

@ -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 <liubo1@xfusion.com> - 0.7.19-17
- updated package info
* Fri Dec 22 2023 liubo <liubo1@xfusion.com> - 0.7.19-16
- PKG-INFO metadata generation seems to be broken (lists maintainer as author on PyPI - mutually exclusive?)