Skip to content

Commit d4ba312

Browse files
authored
Upgrade: python-IPy to version 1.01 (#11615)
1 parent 41af91b commit d4ba312

3 files changed

Lines changed: 63 additions & 13 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"python-IPy-0.81.tar.gz": "4bc17a9b5e72e893a034e77193b82c2bc321ddf8d8c345281f2bb81bb007b939"
3+
"python-IPy-1.01.tar.gz": "edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a"
44
}
55
}

SPECS-EXTENDED/python-IPy/python-IPy.spec

Lines changed: 60 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ Distribution: Azure Linux
33
%define oname IPy
44
Summary: Python module for handling IPv4 and IPv6 Addresses and Networks
55
Name: python-%{oname}
6-
Version: 0.81
7-
Release: 30%{?dist}
6+
Version: 1.01
7+
Release: 13%{?dist}
88
URL: https://github.com/haypo/python-ipy
99
Source0: https://files.pythonhosted.org/packages/source/I/IPy/IPy-%{version}.tar.gz#/python-IPy-%{version}.tar.gz
1010
License: BSD
1111
BuildRequires: python3-devel
12+
BuildRequires: python3-setuptools
1213
BuildArch: noarch
1314

1415
%description
@@ -24,10 +25,6 @@ and IPv6 Addresses and Networks.
2425
Summary: 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}
3229
IPy is a Python 3 module for handling IPv4 and IPv6 Addresses and Networks
3330
in 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

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23133,8 +23133,8 @@
2313323133
"type": "other",
2313423134
"other": {
2313523135
"name": "python-IPy",
23136-
"version": "0.81",
23137-
"downloadUrl": "https://files.pythonhosted.org/packages/source/I/IPy/IPy-0.81.tar.gz"
23136+
"version": "1.01",
23137+
"downloadUrl": "https://files.pythonhosted.org/packages/source/I/IPy/IPy-1.01.tar.gz"
2313823138
}
2313923139
}
2314023140
},

0 commit comments

Comments
 (0)