@@ -3,12 +3,13 @@ Distribution: Azure Linux
33%define oname IPy
44Summary: Python module for handling IPv4 and IPv6 Addresses and Networks
55Name: python-%{oname }
6- Version: 0.81
7- Release: 30 %{?dist }
6+ Version: 1.01
7+ Release: 13 %{?dist }
88URL: https://github.com/haypo/python-ipy
99Source0: https://files.pythonhosted.org/packages/source/I/IPy/IPy-%{version }.tar.gz#/python-IPy-%{version}.tar.gz
1010License: BSD
1111BuildRequires: python3-devel
12+ BuildRequires: python3-setuptools
1213BuildArch: noarch
1314
1415%description
@@ -24,10 +25,6 @@ and IPv6 Addresses and Networks.
2425Summary: Python 3 module for handling IPv4 and IPv6 Addresses and Networks
2526%{?python_provide:%python_provide python3-%{oname }}
2627
27- # The following is juts for backwards compatibility (can be removed in F30):
28- Provides: %{name }-python3 = %{version }-%{release }
29- Obsoletes: %{name }-python3 < 0.81-19
30-
3128%description -n python3-%{oname }
3229IPy is a Python 3 module for handling IPv4 and IPv6 Addresses and Networks
3330in a fashion similar to perl's Net::IP and friends. The IP class allows
@@ -37,7 +34,7 @@ and IPv6 Addresses and Networks.
3734
3835
3936%prep
40- %setup -q - n %{oname }-%{version }
37+ %autosetup - n %{oname }-%{version } -p1
4138
4239
4340%build
@@ -55,14 +52,67 @@ PYTHONPATH=$PWD %{__python3} test/test_IPy.py
5552
5653%files -n python3-%{oname }
5754%license COPYING
58- %doc AUTHORS ChangeLog README
55+ %doc AUTHORS ChangeLog README.rst
5956%{python3_sitelib }/%{oname }*
6057%{python3_sitelib }/__pycache__/%{oname }*
6158
6259
6360%changelog
64- * Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.81-30
65- - Initial CBL-Mariner import from Fedora 32 (license: MIT).
61+ * Wed Dec 18 2024 Sumit Jena <v-sumitjena@microsoft.com> - 1.01-13
62+ - Initial Azure Linux import from Fedora 41 (license: MIT).
63+ - License verified.
64+
65+ * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-12
66+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
67+
68+ * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.01-11
69+ - Rebuilt for Python 3.13
70+
71+ * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-10
72+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
73+
74+ * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-9
75+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
76+
77+ * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-8
78+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
79+
80+ * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.01-7
81+ - Rebuilt for Python 3.12
82+
83+ * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-6
84+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
85+
86+ * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-5
87+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
88+
89+ * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.01-4
90+ - Rebuilt for Python 3.11
91+
92+ * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-3
93+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
94+
95+ * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-2
96+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
97+
98+ * Sat Jun 19 2021 Kevin Fenzi <kevin@scrye.com> - 1.01-1
99+ - Update to 1.0.1. Fixes rhbz#1926615
100+
101+ * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.00-4
102+ - Rebuilt for Python 3.10
103+
104+ * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.00-3
105+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
106+
107+ * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.00-2
108+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
109+
110+ * Tue Jun 02 2020 Adam Williamson <awilliam@redhat.com> - 1.00-1
111+ - Update to 1.00
112+ - Backport PR #69 to fix for Python 3.9
113+
114+ * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.81-30
115+ - Rebuilt for Python 3.9
66116
67117* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.81-29
68118- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0 commit comments