|
 |
98cc1da |
%global pypi_name past_time
|
|
 |
98cc1da |
|
|
 |
98cc1da |
Name: past-time
|
|
 |
98cc1da |
Version: 0.2.0
|
|
 |
b45cd62 |
Release: 14%{?dist}
|
|
 |
98cc1da |
Summary: Visualizer for the days of the year
|
|
 |
98cc1da |
|
|
 |
98cc1da |
License: MIT
|
|
 |
98cc1da |
URL: https://github.com/fabaff/past-time
|
|
 |
ecda51c |
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
 |
98cc1da |
BuildArch: noarch
|
|
 |
98cc1da |
|
|
 |
98cc1da |
BuildRequires: python3-devel
|
|
 |
ecda51c |
BuildRequires: python3-setuptools
|
|
 |
98cc1da |
BuildRequires: python3-freezegun
|
|
 |
98cc1da |
BuildRequires: python3-click
|
|
 |
98cc1da |
BuildRequires: python3-tqdm
|
|
 |
98cc1da |
|
|
 |
98cc1da |
%description
|
|
 |
98cc1da |
A simple tool to visualize the progress of the year based on the past days.
|
|
 |
98cc1da |
|
|
 |
98cc1da |
%prep
|
|
 |
98cc1da |
%autosetup
|
|
 |
98cc1da |
|
|
 |
98cc1da |
%build
|
|
 |
98cc1da |
%py3_build
|
|
 |
98cc1da |
|
|
 |
98cc1da |
%install
|
|
 |
98cc1da |
%py3_install
|
|
 |
98cc1da |
|
|
 |
98cc1da |
%check
|
|
 |
98cc1da |
%{__python3} setup.py test
|
|
 |
98cc1da |
|
|
 |
98cc1da |
%files
|
|
 |
98cc1da |
%doc README.rst
|
|
 |
98cc1da |
%license LICENSE
|
|
 |
98cc1da |
%{_bindir}/%{name}
|
|
 |
98cc1da |
%{python3_sitelib}/*.egg-info
|
|
 |
9dc18d3 |
%{python3_sitelib}/%{pypi_name}
|
|
 |
98cc1da |
|
|
 |
98cc1da |
%changelog
|
|
 |
b45cd62 |
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-14
|
|
 |
b45cd62 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
b45cd62 |
|
|
 |
772c615 |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-13
|
|
 |
772c615 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
772c615 |
|
|
 |
029976f |
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 0.2.0-12
|
|
 |
029976f |
- Rebuilt for Python 3.11
|
|
 |
029976f |
|
|
 |
961c37f |
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-11
|
|
 |
961c37f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
961c37f |
|
|
 |
8487def |
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-10
|
|
 |
8487def |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
8487def |
|
|
 |
068b9fa |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.2.0-9
|
|
 |
068b9fa |
- Rebuilt for Python 3.10
|
|
 |
068b9fa |
|
|
 |
265968c |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-8
|
|
 |
265968c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
265968c |
|
|
 |
cf21dca |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-7
|
|
 |
cf21dca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
cf21dca |
|
|
 |
2b7f91e |
* Fri Jun 26 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.0-6
|
|
 |
ecda51c |
- Add python3-setuptools as BR
|
|
 |
ecda51c |
|
|
 |
1b6a611 |
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 0.2.0-5
|
|
 |
1b6a611 |
- Rebuilt for Python 3.9
|
|
 |
1b6a611 |
|
|
 |
ce70f21 |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4
|
|
 |
ce70f21 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
ce70f21 |
|
|
 |
9dc18d3 |
* Wed Dec 18 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.0-3
|
|
 |
9dc18d3 |
- Update files section
|
|
 |
9dc18d3 |
|
|
 |
98cc1da |
* Wed Dec 11 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.0-2
|
|
 |
9dc18d3 |
- Fix ownership (rhbz#1772664)
|
|
 |
98cc1da |
|
|
 |
98cc1da |
* Thu Nov 14 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.0-1
|
|
 |
98cc1da |
- Enable tests
|
|
 |
98cc1da |
|
|
 |
98cc1da |
* Wed Nov 13 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.0-1
|
|
 |
98cc1da |
- Initial package for Fedora
|