2015-09-07 08:30:48 +00:00
|
|
|
%global srcname mallard-ducktype
|
|
|
|
|
|
|
|
Name: python3-mallard-ducktype
|
2019-07-21 19:26:14 +00:00
|
|
|
Version: 1.0.2
|
2019-08-19 09:03:47 +00:00
|
|
|
Release: 3%{?dist}
|
2015-09-07 08:30:48 +00:00
|
|
|
Summary: Parse Ducktype files and convert them to Mallard
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
URL: https://pypi.python.org/pypi/%{srcname}
|
2019-04-08 14:09:05 +00:00
|
|
|
# The PyPI tarball does not have AUTHORS or COPYING.
|
2019-04-28 18:10:27 +00:00
|
|
|
Source0: https://github.com/projectmallard/%{srcname}/archive/%{version}/%{version}.tar.gz
|
2015-09-07 08:30:48 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
Parse Ducktype files and convert them to Mallard.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{srcname}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%{__python3} setup.py test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
2019-01-23 07:43:06 +00:00
|
|
|
%doc AUTHORS README.md
|
|
|
|
%license COPYING
|
2015-09-07 08:30:48 +00:00
|
|
|
%{_bindir}/ducktype
|
|
|
|
%{python3_sitelib}/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2019-08-19 09:03:47 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.2-3
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-26 17:24:04 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-21 19:26:14 +00:00
|
|
|
* Sun Jul 21 2019 David King <amigadave@amigadave.com> - 1.0.2-1
|
|
|
|
- Update to 1.0.2
|
|
|
|
|
2019-04-28 18:10:27 +00:00
|
|
|
* Sun Apr 28 2019 David King <amigadave@amigadave.com> - 1.0.1-1
|
|
|
|
- Update to 1.0.1 (#1703831)
|
|
|
|
|
2019-04-08 14:09:05 +00:00
|
|
|
* Mon Apr 08 2019 David King <amigadave@amigadave.com> - 1.0-1
|
|
|
|
- Update to 1.0 (#1697490)
|
|
|
|
|
2019-02-02 10:19:56 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-23 07:43:06 +00:00
|
|
|
* Wed Jan 23 2019 David King <amigadave@amigadave.com> - 0.4-1
|
|
|
|
- Update to 0.4
|
|
|
|
|
2018-07-14 02:51:44 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-19 09:25:49 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3-3
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-02-09 11:57:29 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-10-10 06:58:15 +00:00
|
|
|
* Tue Oct 10 2017 David King <amigadave@amigadave.com> - 0.3-1
|
|
|
|
- Update to 0.3
|
|
|
|
|
2017-07-27 12:26:59 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 11:04:59 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-19 17:20:38 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.2-6
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-07-19 12:18:59 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-5
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-02-04 21:31:47 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-10 17:59:26 +00:00
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
2015-09-10 09:26:11 +00:00
|
|
|
* Wed Sep 09 2015 David King <amigadave@amigadave.com> - 0.2-2
|
|
|
|
- Add backported UTF-8 encoding patch
|
|
|
|
|
2015-09-08 15:13:50 +00:00
|
|
|
* Tue Sep 08 2015 David King <amigadave@amigadave.com> - 0.2-1
|
|
|
|
- Update to 0.2
|
|
|
|
|
2015-09-07 08:30:48 +00:00
|
|
|
* Fri Sep 04 2015 David King <amigadave@amigadave.com> - 0.1-1
|
|
|
|
- Initial Fedora packaging (#1260219)
|