updating to 2.5

epel9
Dan Radez 6 years ago
parent b7bed8a866
commit e423ef7e63

1
.gitignore vendored

@ -1 +1,2 @@
/portend-2.3.tar.gz
/portend-2.5.tar.gz

@ -1,10 +1,9 @@
# Created by pyp2rpm-3.3.2
%global pypi_name portend
# Some docs deps are not in fedora yet
%global with_docs 0
%global with_docs 1
Name: python-%{pypi_name}
Version: 2.3
Version: 2.5
Release: 1%{?dist}
Summary: TCP port monitoring utilities
@ -34,14 +33,14 @@ BuildRequires: python3dist(tempora) >= 1.8
momentous or calamitous) is likely to happen.
%if 0%{?with_docs}
%package -n python3-%{pypi_name}-doc
%package -n python-%{pypi_name}-doc
Summary: portend documentation
BuildRequires: python3dist(jaraco-packaging) >= 3.2
BuildRequires: python3dist(rst-linker) >= 1.9
BuildRequires: python3dist(sphinx)
%description -n python3-%{pypi_name}-doc
%description -n python-%{pypi_name}-doc
Documentation for portend
%endif
@ -53,6 +52,8 @@ rm -rf %{pypi_name}.egg-info
# https://src.fedoraproject.org/rpms/python-pytest-flake8/pull-request/2
# AttributeError: 'Application' object has no attribute 'make_notifier'
sed -i 's/ --flake8//' pytest.ini
# black is apparently not a valid option?
sed -i 's/ --black//' pytest.ini
%build
%py3_build
@ -84,5 +85,8 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build
%endif
%changelog
* Tue Jun 11 2019 Dan Radez <dradez@redhat.com> - 2.5-1
- Update to 2.5
* Tue Apr 02 2019 Dan Radez <dradez@redhat.com> - 2.3-1
- Initial package.

@ -1 +1 @@
SHA512 (portend-2.3.tar.gz) = eb438c9967bd1540534bc9deb5bdb8b7ed41c7328aeee0c9376b00018ec6c07773c0d782efe3f460cf6e68bd4d899bceedf0c581dd29080cd3fe44a3a17b0004
SHA512 (portend-2.5.tar.gz) = c842a3c60c7cd44aa058ed598f5af09024537bf6820921c6f4fc062a24983f562a5b9c60a83052046a0811aaae005543c22067f8704b3018f011f275bd4abae4

Loading…
Cancel
Save