Blame SPECS/python-daemon.spec

325d61
Name:           python-daemon
325d61
Version:        2.3.0
325d61
Release:        1%{?dist}
325d61
Summary:        Library to implement a well-behaved Unix daemon process
325d61
325d61
# Some build scripts and test franework are licensed GPLv3+ but those aren't shipped
325d61
License:        ASL 2.0
325d61
URL:            https://pagure.io/python-daemon
325d61
Source0:        %pypi_source
325d61
# Downstream-only patch, twine is unnecessary to build
325d61
# https://pagure.io/python-daemon/c/cc9e6a0321a547aacd568aa1e8c7d94a000d5d11
325d61
Patch0:         remove-twine-dependency.patch
325d61
325d61
BuildArch:      noarch
325d61
BuildRequires:  python3-devel, python3-setuptools
325d61
BuildRequires:  python3-testscenarios
325d61
BuildRequires:  python3-docutils
325d61
BuildRequires:  python3-lockfile
325d61
BuildRequires:  python3-mock
325d61
BuildRequires:  python3-testtools
325d61
325d61
%global _description\
325d61
This library implements the well-behaved daemon specification of PEP 3143,\
325d61
"Standard daemon process library".\
325d61
325d61
%description %_description
325d61
325d61
%package -n python3-daemon
325d61
Summary:        Library to implement a well-behaved Unix daemon process
325d61
Requires:       python3-lockfile
325d61
Requires:       python3-docutils
325d61
%{?python_provide:%python_provide python3-daemon}
325d61
325d61
%description -n python3-daemon %_description
325d61
325d61
This is the python3 version of the library.
325d61
325d61
%prep
325d61
%autosetup -p1
325d61
325d61
%build
325d61
%py3_build
325d61
325d61
%install
325d61
%py3_install
325d61
rm -fr %{buildroot}%{python3_sitelib}/tests
325d61
325d61
# Test suite requires minimock and lockfile
325d61
%check
325d61
PYTHONPATH=$(pwd) %{__python3} -m unittest discover
325d61
325d61
%files -n python3-daemon
325d61
%license LICENSE.ASF-2
325d61
%{python3_sitelib}/daemon/
325d61
%{python3_sitelib}/python_daemon-%{version}-py%{python3_version}.egg-info/
325d61
325d61
%changelog
325d61
* Mon Feb 22 2021 Kevin Fenzi <kevin@scrye.com> - 2.3.0-1
325d61
- Update to 2.3.0. Fixes rhbz#1931165
325d61
325d61
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-4
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
325d61
325d61
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-3
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
325d61
325d61
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 2.2.4-2
325d61
- Rebuilt for Python 3.9
325d61
325d61
* Sun Mar 22 2020 Carl George <carl@george.computer> - 2.2.4-1
325d61
- Latest upstream rhbz#1765895
325d61
325d61
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-8
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
325d61
325d61
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.2.3-7
325d61
- Rebuilt for Python 3.8.0rc1 (#1748018)
325d61
325d61
* Wed Aug 28 2019 Miro Hrončok <mhroncok@redhat.com> - 2.2.3-6
325d61
- Subpackage python2-daemon has been removed
325d61
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
325d61
325d61
* Tue Aug 20 2019 Pierre-Yves Chibon <pingou@pingoured.fr> - 2.2.3-5
325d61
- Patch the test suite so it passes with py2
325d61
325d61
* Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 2.2.3-4
325d61
- Rebuilt for Python 3.8
325d61
325d61
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-3
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
325d61
325d61
* Sat Jun 29 2019 Kevin Fenzi <kevin@scrye.com> - 2.2.3-2
325d61
- Add patch for socket tests in python 3.8. Fixes bug #1695802
325d61
325d61
* Tue Feb 12 2019 Alfredo Moralejo <amoralej@redhat.com> - 2.2.3-1
325d61
- Update to 2.2.3
325d61
325d61
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-11
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
325d61
325d61
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-10
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
325d61
325d61
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 2.1.2-9
325d61
- Rebuilt for Python 3.7
325d61
325d61
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.1.2-8
325d61
- Update Python 2 dependency declarations to new packaging standards
325d61
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
325d61
325d61
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-7
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
325d61
325d61
* Sun Dec 17 2017 Kevin Fenzi <kevin@scrye.com> - 2.1.2-6
325d61
- Add dep on python2-docutils. Fixes bug #1478196
325d61
325d61
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.1.2-5
325d61
- Python 2 binary package renamed to python2-daemon
325d61
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
325d61
325d61
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-4
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
325d61
325d61
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-3
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
325d61
325d61
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.1.2-2
325d61
- Rebuild for Python 3.6
325d61
325d61
* Wed Nov 09 2016 Kevin Fenzi <kevin@scrye.com> - 2.1.2-1
325d61
- Update to 2.1.2. Fixes bug #1389593
325d61
325d61
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-2
325d61
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
325d61
325d61
* Sun Apr 10 2016 Kevin Fenzi <kevin@scrye.com> - 2.1.1-1
325d61
- Update to 2.1.1. Fixes bug #1234933
325d61
325d61
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
325d61
325d61
* Mon Nov 30 2015 Toshio Kuratomi <toshio@fedoraproject.org> - - 2.1.0-1
325d61
- Update to newer upstream.
325d61
- Create a python3 subpackage since upstream supports it
325d61
- Note that newer upstream has relicensed to Apache 2.0
325d61
325d61
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-8
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
325d61
325d61
* Mon Aug  4 2014 Thomas Spura <tomspur@fedoraproject.org> - 1.6-7
325d61
- enable tests again as lockfile was fixed
325d61
325d61
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-6
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
325d61
325d61
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-5
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
325d61
325d61
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-4
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
325d61
325d61
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-3
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
325d61
325d61
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
325d61
325d61
* Thu Jul 14 2011 Kushal Das <kushal@fedoraproject.org> - 1.6-1
325d61
- New release of source
325d61
325d61
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-3
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
325d61
325d61
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.5.2-2
325d61
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
325d61
325d61
* Wed Dec 23 2009 Thomas Spura <tomspur@fedoraproject.org> - 1.5.2-1
325d61
- add missing BR: python-nose
325d61
- also add lockfile as R (bug #513546)
325d61
- update to 1.5.2
325d61
325d61
* Wed Dec 23 2009 Thomas Spura <tomspur@fedoraproject.org> - 1.5.1-2
325d61
- add missing BR: minimock and lockfile -> testsuite works again
325d61
- remove patch, use sed instead
325d61
325d61
* Wed Oct 07 2009 Luke Macken <lmacken@redhat.com> - 1.5.1-1
325d61
- Update to 1.5.1
325d61
- Remove conflicting files (#512760)
325d61
325d61
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.6-2
325d61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
325d61
325d61
* Wed Jun 24 2009 Kushal Das <kushal@fedoraproject.org> 1.4.6-1
325d61
- Initial release
325d61