Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: python-IPy to version 1.01 #11615

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/python-IPy/python-IPy.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"python-IPy-0.81.tar.gz": "4bc17a9b5e72e893a034e77193b82c2bc321ddf8d8c345281f2bb81bb007b939"
"IPy-1.01.tar.gz": "edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a"
}
}
}
72 changes: 61 additions & 11 deletions SPECS-EXTENDED/python-IPy/python-IPy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ Distribution: Azure Linux
%define oname IPy
Summary: Python module for handling IPv4 and IPv6 Addresses and Networks
Name: python-%{oname}
Version: 0.81
Release: 30%{?dist}
Version: 1.01
Release: 1%{?dist}
URL: https://github.com/haypo/python-ipy
Source0: https://files.pythonhosted.org/packages/source/I/IPy/IPy-%{version}.tar.gz#/python-IPy-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/I/IPy/IPy-%{version}.tar.gz
License: BSD
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildArch: noarch

%description
Expand All @@ -24,10 +25,6 @@ and IPv6 Addresses and Networks.
Summary: Python 3 module for handling IPv4 and IPv6 Addresses and Networks
%{?python_provide:%python_provide python3-%{oname}}

# The following is juts for backwards compatibility (can be removed in F30):
Provides: %{name}-python3 = %{version}-%{release}
Obsoletes: %{name}-python3 < 0.81-19

%description -n python3-%{oname}
IPy is a Python 3 module for handling IPv4 and IPv6 Addresses and Networks
in a fashion similar to perl's Net::IP and friends. The IP class allows
Expand All @@ -37,7 +34,7 @@ and IPv6 Addresses and Networks.


%prep
%setup -q -n %{oname}-%{version}
%autosetup -n %{oname}-%{version} -p1


%build
Expand All @@ -55,14 +52,67 @@ PYTHONPATH=$PWD %{__python3} test/test_IPy.py

%files -n python3-%{oname}
%license COPYING
%doc AUTHORS ChangeLog README
%doc AUTHORS ChangeLog README.rst
%{python3_sitelib}/%{oname}*
%{python3_sitelib}/__pycache__/%{oname}*


%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.81-30
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Wed Dec 18 2024 Sumit Jena <[email protected]> - 1.01-1
- Azure Linux import from Fedora 41 (license: MIT).
- License verified.

* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 1.01-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Fri Jun 07 2024 Python Maint <[email protected]> - 1.01-11
- Rebuilt for Python 3.13

* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 1.01-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 1.01-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 1.01-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Tue Jun 13 2023 Python Maint <[email protected]> - 1.01-7
- Rebuilt for Python 3.12

* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 1.01-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 1.01-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Mon Jun 13 2022 Python Maint <[email protected]> - 1.01-4
- Rebuilt for Python 3.11

* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 1.01-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 1.01-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Sat Jun 19 2021 Kevin Fenzi <[email protected]> - 1.01-1
- Update to 1.0.1. Fixes rhbz#1926615

* Fri Jun 04 2021 Python Maint <[email protected]> - 1.00-4
- Rebuilt for Python 3.10

* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 1.00-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 1.00-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Tue Jun 02 2020 Adam Williamson <[email protected]> - 1.00-1
- Update to 1.00
- Backport PR #69 to fix for Python 3.9

* Tue May 26 2020 Miro Hrončok <[email protected]> - 0.81-30
- Rebuilt for Python 3.9

* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 0.81-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22803,8 +22803,8 @@
"type": "other",
"other": {
"name": "python-IPy",
"version": "0.81",
"downloadUrl": "https://files.pythonhosted.org/packages/source/I/IPy/IPy-0.81.tar.gz"
"version": "1.01",
"downloadUrl": "https://files.pythonhosted.org/packages/source/I/IPy/IPy-1.01.tar.gz"
}
}
},
Expand Down