PKG-INFO metadata generation seems to be broken (lists maintainer as author on PyPI - mutually exclusive?)
Signed-off-by: lb1107039128 <liubo1@xfusion.com>
This commit is contained in:
parent
47ddd38957
commit
48ad74d565
@ -0,0 +1,28 @@
|
|||||||
|
From 34ff560464757cfb9dd59cabae9cb5d099d32c87 Mon Sep 17 00:00:00 2001
|
||||||
|
From: David Moss <drkjam@gmail.com>
|
||||||
|
Date: Fri, 13 Jan 2017 13:32:04 +0000
|
||||||
|
Subject: [PATCH] - PKG-INFO metadata generation seems to be broken (lists
|
||||||
|
maintainer as author on PyPI - mutually exclusive?)
|
||||||
|
|
||||||
|
---
|
||||||
|
setup.py | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/setup.py b/setup.py
|
||||||
|
index 0c8b19c..7e97a23 100644
|
||||||
|
--- a/setup.py
|
||||||
|
+++ b/setup.py
|
||||||
|
@@ -159,8 +159,8 @@ def main():
|
||||||
|
setup_options = dict(
|
||||||
|
author='David P. D. Moss',
|
||||||
|
author_email='drkjam@gmail.com',
|
||||||
|
- maintainer='Stefan Nordhausen',
|
||||||
|
- maintainer_email='stefan.nordhausen@immobilienscout24.de',
|
||||||
|
+ # maintainer='Stefan Nordhausen',
|
||||||
|
+ # maintainer_email='stefan.nordhausen@immobilienscout24.de',
|
||||||
|
classifiers=classifiers,
|
||||||
|
description='A network address manipulation library for Python',
|
||||||
|
download_url='https://pypi.python.org/pypi/netaddr/',
|
||||||
|
--
|
||||||
|
2.42.0.windows.2
|
||||||
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: python-netaddr
|
Name: python-netaddr
|
||||||
Version: 0.7.19
|
Version: 0.7.19
|
||||||
Release: 15
|
Release: 16
|
||||||
Summary: A pure Python network address representation and manipulation library
|
Summary: A pure Python network address representation and manipulation library
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -12,6 +12,7 @@ BuildRequires: python2-devel python2-setuptools python2-sphinx python2-pytest
|
|||||||
BuildRequires: python3-devel python3-setuptools python3-sphinx python3-pytest
|
BuildRequires: python3-devel python3-setuptools python3-sphinx python3-pytest
|
||||||
|
|
||||||
Patch0001: 0001-PEP-479-return-instead-of-raise-StopIteration.patch
|
Patch0001: 0001-PEP-479-return-instead-of-raise-StopIteration.patch
|
||||||
|
Patch0002: 0001-PKG-INFO-metadata-generation-seems-to-be-broken-list.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A network address manipulation library for Python
|
A network address manipulation library for Python
|
||||||
@ -77,6 +78,9 @@ mv %{buildroot}%{_bindir}/netaddr %{buildroot}%{_bindir}/netaddr3
|
|||||||
%{_bindir}/netaddr3
|
%{_bindir}/netaddr3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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?)
|
||||||
|
|
||||||
* Tue Jun 13 2023 zhangpan<zhangpan103@h-partners.com> - 0.7.19-15
|
* Tue Jun 13 2023 zhangpan<zhangpan103@h-partners.com> - 0.7.19-15
|
||||||
- delete taboo words
|
- delete taboo words
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user