From 88114e96da2e74727d7b0e365640ec569c5a1594 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Wed, 5 Apr 2023 17:59:05 +0200 Subject: [PATCH] Import python-ifaddr-0.1.7-9.el9 --- .gitignore | 1 + .python-ifaddr.metadata | 1 + SPECS/python-ifaddr.spec | 91 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 93 insertions(+) create mode 100644 .gitignore create mode 100644 .python-ifaddr.metadata create mode 100644 SPECS/python-ifaddr.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bc9b6e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ifaddr-0.1.7.tar.gz diff --git a/.python-ifaddr.metadata b/.python-ifaddr.metadata new file mode 100644 index 0000000..fc5a338 --- /dev/null +++ b/.python-ifaddr.metadata @@ -0,0 +1 @@ +a74dd735a96427020774df550b997d1ad034743d SOURCES/ifaddr-0.1.7.tar.gz diff --git a/SPECS/python-ifaddr.spec b/SPECS/python-ifaddr.spec new file mode 100644 index 0000000..cfd1003 --- /dev/null +++ b/SPECS/python-ifaddr.spec @@ -0,0 +1,91 @@ +%global srcname ifaddr +%global _description \ +ifaddr is a small Python library that allows you to find all the IP addresses\ +of the computer. + +Name: python-%{srcname} +Version: 0.1.7 +Release: 9%{?dist} +Summary: Python library that allows you to find all the IP addresses of the computer + +License: MIT +URL: https://pypi.org/project/ifaddr/ +Source: %{pypi_source} + +BuildArch: noarch + +%description %{_description} + +%package -n python3-%{srcname} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{srcname}} +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +%description -n python3-%{srcname} %{_description} + +Python 3 version. + +%prep +%autosetup -n %{srcname}-%{version} + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{srcname} +%license LICENSE.txt +%doc README.rst +%{python3_sitelib}/%{srcname}/ +%{python3_sitelib}/%{srcname}-*.egg-info/ + +%changelog +* Fri Jan 20 2023 Fedora Release Engineering - 0.1.7-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 0.1.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 0.1.7-7 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.1.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.1.7-4 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Jul 18 2020 Peter Robinson - 0.1.7-1 +- Update to 0.1.7 + +* Tue May 26 2020 Miro Hrončok - 0.1.6-7 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.1.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.1.6-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.1.6-4 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.1.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 0.1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Dec 27 2018 Igor Gnatenko - 0.1.6-1 +- Initial package