Blame python-pidfile.spec

55c1864
%global module_name pidfile
55c1864
%global pypi_name python-%{module_name}
55c1864
Name:			%{pypi_name}
55c1864
Version:		3.0.0
93fc911
Release:		6%{?dist}
55c1864
Summary:		Python context manager for managing pid files
55c1864
License:		MIT
55c1864
URL:			https://pypi.org/project/python-pidfile
55c1864
Source0:		%pypi_source
55c1864
Source1:		https://raw.githubusercontent.com/mosquito/python-pidfile/master/LICENSE
55c1864
BuildArch:		noarch
55c1864
55c1864
%global _description %{expand:
55c1864
Python context manager for managing pid files.}
55c1864
55c1864
%description %_description
55c1864
55c1864
%package -n python3-%{module_name}
55c1864
Summary:		%{summary}
55c1864
55c1864
BuildRequires:	python3-devel
55c1864
55c1864
%description -n python3-%{module_name} %_description
55c1864
55c1864
%prep
55c1864
%autosetup %{name}-%{version}
55c1864
cp -p %{SOURCE1} .
55c1864
55c1864
%generate_buildrequires
55c1864
%pyproject_buildrequires
55c1864
55c1864
%build
55c1864
%pyproject_wheel
55c1864
55c1864
%install
55c1864
%pyproject_install
55c1864
55c1864
%pyproject_save_files %{module_name}
55c1864
55c1864
%check
55c1864
%pyproject_check_import
55c1864
55c1864
%files -n python3-pidfile -f %{pyproject_files}
55c1864
%doc README.rst
55c1864
%license LICENSE
55c1864
55c1864
%changelog
93fc911
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-6
93fc911
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
93fc911
5b8c339
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 3.0.0-5
5b8c339
- Rebuilt for Python 3.12
5b8c339
379f035
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-4
379f035
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
379f035
55c1864
* Tue Oct 04 2022 Vishal Vijayraghavan<vishalvvr@fedoraproject.org> - 3.0.0-3
55c1864
- add license source and test
55c1864
55c1864
* Sun Oct 02 2022 Vishal Vijayraghavan<vishalvvr@fedoraproject.org> - 3.0.0-2
55c1864
- specfile cleanup
55c1864
55c1864
* Tue Sep 27 2022 Vishal Vijayraghavan<vishalvvr@fedoraproject.org> - 3.0.0-1
55c1864
- Initial fedora build.