%global modname taskw Name: python-taskw Version: 1.3.0 Release: 1%{?dist} Summary: Python bindings for your taskwarrior database Group: Development/Libraries License: GPLv3+ URL: https://pypi.org/project/taskw Source0: https://files.pythonhosted.org/packages/source/t/%{modname}/%{modname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest BuildRequires: python3-six BuildRequires: python3-dateutil BuildRequires: python3-pytz BuildRequires: python3-kitchen BuildRequires: task %global _description\ This is a python API for the `taskwarrior `_\ command line tool. %description %_description %package -n python3-taskw Summary: Python bindings for your taskwarrior database Group: Development/Libraries Requires: python3-six Requires: python3-dateutil Requires: python3-pytz Requires: python3-kitchen Requires: task %description -n python3-taskw This is a python API for the `taskwarrior `_ command line tool. %prep %setup -q -n %{modname}-%{version} %build %py3_build %install %py3_install %check pytest-%{python3_version} # Remove the tests after we've run them. No reason to ship them. %{__rm} -r %{buildroot}%{python3_sitelib}/%{modname}/test %files -n python3-%{modname} %doc LICENSE.txt README.rst %{python3_sitelib}/%{modname} %{python3_sitelib}/%{modname}-%{version}-* %changelog * Thu Feb 18 2021 Evgeni Golov - 1.3.0-1 - Update to 1.3.0 * Tue Jun 19 2018 Miro Hrončok - 1.2.0-9 - Rebuilt for Python 3.7 * Wed Apr 04 2018 Ralph Bean - 1.2.0-8 - Drop Python 2 subpackage. * Fri Mar 09 2018 Iryna Shcherbina - 1.2.0-7 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 1.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 1.2.0-5 - Python 2 binary package renamed to python2-taskw See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering - 1.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 1.2.0-2 - Rebuild for Python 3.6 * Fri Oct 28 2016 Ralph Bean - 1.2.0-1 - new version * Tue Jul 19 2016 Fedora Release Engineering - 1.1.0-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Nov 12 2015 Ralph Bean - 1.1.0-3 - Make python-ordereddict unnecessary on el7. * Tue Nov 10 2015 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Sep 10 2015 Ralph Bean - 1.1.0-1 - new version * Thu Jun 18 2015 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Feb 17 2015 Ralph Bean - 1.0.3-1 - new version * Wed Feb 11 2015 Ralph Bean - 1.0.2-1 - new version * Wed Feb 11 2015 Ralph Bean - 1.0.0-1 - new version * Sat Aug 23 2014 Ralph Bean - 0.8.6-1 - Latest upstream. * Sat Aug 23 2014 Ralph Bean - 0.8.5-2 - New dep on python-unittest2. * Fri Aug 22 2014 Ralph Bean - 0.8.5-1 - Latest upstream. * Sat Jun 07 2014 Fedora Release Engineering - 0.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 14 2014 Bohuslav Kabrda - 0.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Sat Mar 08 2014 Ralph Bean - 0.8.1-1 - Bugfixes to the new shellout implementation. * Wed Mar 05 2014 Ralph Bean - 0.8.0-2 - Add new dep on pytz and python-dateutil. * Wed Mar 05 2014 Ralph Bean - 0.8.0-1 - Huge enhancements to the shellout implementation thanks to Adam Coddington. * Wed Jan 22 2014 Ralph Bean - 0.7.2-1 - Fix encoding of backslashes. * Tue Jan 21 2014 Ralph Bean - 0.7.1-2 - Conditionalize task cli integration for epel. * Tue Jan 21 2014 Ralph Bean - 0.7.1-1 - Latest upstream. - Modernized python macros. - Added dep on task as the default mode now shells out to commands. * Fri Nov 29 2013 Pierre-Yves Chibon - 0.6.1-1 - Update to release 0.6.1 * Sun Aug 04 2013 Fedora Release Engineering - 0.4.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.4.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Aug 19 2012 Ralph Bean - 0.4.3-2 - Removed dependency on "task". Its not actually required. - Remove tests from sitelib after running them. * Tue Aug 14 2012 Ralph Bean - 0.4.3-1 - Initial package for Fedora