Blame SPECS/python-marathon.spec

bf36b9
bf36b9
%global pypi_name marathon
bf36b9
bf36b9
Name:           python-%{pypi_name}
bf36b9
Version:        0.8.8
bf36b9
Release:        16%{?dist}
bf36b9
Summary:        Python client library/interface to the Mesos Marathon REST API
bf36b9
bf36b9
License:        MIT
bf36b9
URL:            https://github.com/thefactory/marathon-python
bf36b9
Source0:        https://pypi.io/packages/source/m/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
bf36b9
Source1:        https://raw.githubusercontent.com/thefactory/marathon-python/%{version}/README.md
bf36b9
BuildArch:      noarch
bf36b9
bf36b9
%description
bf36b9
Marathon Client Library
bf36b9
bf36b9
Python interface to the Mesos Marathon REST API
bf36b9
bf36b9
%package -n python3-%{pypi_name}
bf36b9
Summary: Python interface to the Mesos Marathon REST API
bf36b9
%{?python_provide:%python_provide python3-%{pypi_name}}
bf36b9
bf36b9
BuildRequires:  python3-devel
bf36b9
BuildRequires:  python3-setuptools
bf36b9
bf36b9
Requires:       python3-requests
bf36b9
bf36b9
%description -n python3-%{pypi_name}
bf36b9
Python client library/interface to the Mesos Marathon REST API
bf36b9
bf36b9
%prep
bf36b9
%setup -q -n %{pypi_name}-%{version}
bf36b9
cp %{SOURCE1} README
bf36b9
bf36b9
%build
bf36b9
%py3_build
bf36b9
bf36b9
%install
bf36b9
%py3_install
bf36b9
bf36b9
%files -n python3-%{pypi_name}
bf36b9
%doc README
bf36b9
%license LICENSE
bf36b9
%{python3_sitelib}/%{pypi_name}
bf36b9
%{python3_sitelib}/%{pypi_name}-*.egg-info
bf36b9
bf36b9
%changelog
bf36b9
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-16
bf36b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
bf36b9
bf36b9
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-15
bf36b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
bf36b9
bf36b9
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.8.8-14
bf36b9
- Rebuilt for Python 3.9
bf36b9
bf36b9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-13
bf36b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
bf36b9
bf36b9
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.8.8-12
bf36b9
- Rebuilt for Python 3.8.0rc1 (#1748018)
bf36b9
bf36b9
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.8.8-11
bf36b9
- Rebuilt for Python 3.8
bf36b9
bf36b9
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-10
bf36b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
bf36b9
bf36b9
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-9
bf36b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
bf36b9
bf36b9
* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.8.8-8
bf36b9
- Subpackage python2-marathon has been removed
bf36b9
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
bf36b9
bf36b9
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-7
bf36b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
bf36b9
bf36b9
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.8.8-6
bf36b9
- Rebuilt for Python 3.7
bf36b9
bf36b9
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-5
bf36b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bf36b9
bf36b9
* Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.8.8-4
bf36b9
- Update Python 2 dependency declarations to new packaging standards
bf36b9
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
bf36b9
bf36b9
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-3
bf36b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bf36b9
bf36b9
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-2
bf36b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
bf36b9
bf36b9
* Wed Jan 4 2017 David Moreau Simard <dmsimard@redhat.com> - 0.8.8-1
bf36b9
- Update to upstream 0.8.8
bf36b9
- Include license in package (fixed by upstream issue #156)
bf36b9
bf36b9
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.8.7-2
bf36b9
- Rebuild for Python 3.6
bf36b9
bf36b9
* Fri Oct 14 2016 David Moreau Simard <dmsimard@redhat.com> - 0.8.6-1
bf36b9
- First version
bf36b9