You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
2.4 KiB
83 lines
2.4 KiB
Name: ephemeral-port-reserve
|
|
Version: 1.1.4
|
|
Release: 10%{?dist}
|
|
Summary: Bind to an ephemeral port, force it into the TIME_WAIT state, and unbind it.
|
|
|
|
License: MIT
|
|
URL: https://github.com/Yelp/%{name}/
|
|
Source0: https://github.com/Yelp/%{name}/archive/refs/tags/v%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3-pytest
|
|
|
|
# Provide the python3-* namespace as the package
|
|
# can also be used as a library.
|
|
%py_provides python3-ephemeral-port-reserve
|
|
|
|
%global _description %{expand:
|
|
Bind to an ephemeral port, force it into the TIME_WAIT state, and unbind it.}
|
|
|
|
|
|
%description %_description
|
|
|
|
%prep
|
|
%autosetup -p1 -n ephemeral-port-reserve-%{version}
|
|
|
|
|
|
%generate_buildrequires
|
|
%pyproject_buildrequires -r
|
|
|
|
|
|
%build
|
|
%pyproject_wheel
|
|
|
|
|
|
%install
|
|
%pyproject_install
|
|
%pyproject_save_files ephemeral_port_reserve
|
|
|
|
|
|
%check
|
|
%pyproject_check_import
|
|
%pytest
|
|
|
|
|
|
%files -f %{pyproject_files}
|
|
%{_bindir}/ephemeral-port-reserve
|
|
%doc README.md
|
|
|
|
|
|
%changelog
|
|
* Sun Dec 29 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.1.4-10
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.1.4-9
|
|
- Rebuilt for Python 3.13
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.1.4-5
|
|
- Rebuilt for Python 3.12
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.1.4-2
|
|
- Rebuilt for Python 3.11
|
|
|
|
* Mon May 02 2022 Charalampos Stratakis <cstratak@redhat.com> - 1.1.4-1
|
|
- Initial package |