Compare commits

...

No commits in common. 'i8ce' and 'epel9' have entirely different histories.
i8ce ... epel9

7
.gitignore vendored

@ -1 +1,6 @@
SOURCES/portend-2.6.tar.gz /portend-2.3.tar.gz
/portend-2.5.tar.gz
/portend-2.6.tar.gz
/portend-2.7.0.tar.gz
/portend-2.7.1.tar.gz
/portend-3.1.0.tar.gz

@ -1 +0,0 @@
52eb4eaac256ec077be357357659a11fa04a2e60 SOURCES/portend-2.6.tar.gz

@ -0,0 +1,3 @@
# python-portend
The python-portend package

@ -4,8 +4,8 @@
%{?python_enable_dependency_generator} %{?python_enable_dependency_generator}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 2.6 Version: 3.1.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: TCP port monitoring utilities Summary: TCP port monitoring utilities
License: MIT License: MIT
@ -21,15 +21,12 @@ momentous or calamitous) is likely to happen.
Summary: portend documentation Summary: portend documentation
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3dist(jaraco.functools) BuildRequires: python3dist(jaraco-functools)
BuildRequires: python3dist(pytest) >= 3.4 BuildRequires: python3dist(pytest) >= 3.4
BuildRequires: python3dist(pytest-cov)
%{?fedora:BuildRequires: python3dist(pytest-flake8)}
#BuildRequires: python3dist(pytest-sugar) >= 0.9.1 #BuildRequires: python3dist(pytest-sugar) >= 0.9.1
BuildRequires: python3dist(setuptools) BuildRequires: python3dist(setuptools)
BuildRequires: python3dist(setuptools-scm) >= 1.15 BuildRequires: python3dist(setuptools-scm) >= 1.15
BuildRequires: python3dist(tempora) >= 1.8 BuildRequires: python3dist(tempora) >= 1.8
BuildRequires: python3dist(zipp)
%description -n python3-%{pypi_name} %description -n python3-%{pypi_name}
por·tend pôrˈtend/ be a sign or warning that (something, especially something por·tend pôrˈtend/ be a sign or warning that (something, especially something
@ -39,8 +36,8 @@ momentous or calamitous) is likely to happen.
%package -n python-%{pypi_name}-doc %package -n python-%{pypi_name}-doc
Summary: portend documentation Summary: portend documentation
BuildRequires: python3dist(jaraco.packaging) >= 3.2 BuildRequires: python3dist(jaraco-packaging) >= 3.2
BuildRequires: python3dist(rst.linker) >= 1.9 BuildRequires: python3dist(rst-linker) >= 1.9
BuildRequires: python3dist(sphinx) BuildRequires: python3dist(sphinx)
BuildRequires: python3-more-itertools BuildRequires: python3-more-itertools
@ -55,6 +52,15 @@ rm -rf %{pypi_name}.egg-info
# black is apparently not a valid option? # black is apparently not a valid option?
sed -i 's/ --black//' pytest.ini sed -i 's/ --black//' pytest.ini
# Don't run the linter as part of tests
sed -i '/^addopts=--flake8$/d' pyproject.toml
sed -i '/pytest-flake8/d' setup.cfg
rm .flake8
# skip test coverage metrics
sed -i '/^addopts = "--cov"$/d' pyproject.toml
sed -i '/pytest-cov/d' setup.cfg
%build %build
%py3_build %py3_build
@ -81,7 +87,7 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build
%doc README.rst %doc README.rst
%{python3_sitelib}/__pycache__/* %{python3_sitelib}/__pycache__/*
%{python3_sitelib}/%{pypi_name}.py %{python3_sitelib}/%{pypi_name}.py
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%if 0%{?with_docs} %if 0%{?with_docs}
%files -n python-%{pypi_name}-doc %files -n python-%{pypi_name}-doc
@ -90,8 +96,35 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build
%endif %endif
%changelog %changelog
* Thu Jan 25 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 2.6-1 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
- Rebuilt for MSVSphere 8.9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Dec 06 2021 Dan radez <dradez@redhat.com> - 3.1.0-1
- update to 3.1.0
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.7.1-2
- Rebuilt for Python 3.10
* Mon Feb 15 2021 Dan radez <dradez@redhat.com> - 2.7.1-1
- update to 2.7.1
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Dec 09 2020 Dan Radez <dradez@redhat.com> - 2.7.0-1
- update to 2.7
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.6-3
- Rebuilt for Python 3.9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Nov 05 2019 Dan Radez <dradez@redhat.com> - 2.6-1 * Tue Nov 05 2019 Dan Radez <dradez@redhat.com> - 2.6-1
- update to 2.6 - update to 2.6

@ -0,0 +1,2 @@
SHA512 (portend-2.7.1.tar.gz) = 079bfc286491753e980b5000ee716031225439523a8d9a79c2571359adee74ee024dd680c41adb966487dc39eea3d0dbeb928c5c72fa21ab897283310ef21906
SHA512 (portend-3.1.0.tar.gz) = 017dff68ea85f48d19398f71fbd8189329ca9c27c05d8599dd5e53632eb5ddc6dea322e94c924a0653f25f042a3c8ee1cda5f8450b02f3406a72036d54cd1aaf
Loading…
Cancel
Save