Blame python-abclient.spec

3651876
%global pypi_name abclient
3651876
3651876
%global common_desc \
3651876
Abclient is a python library for EISOO AnyBackup APIs. It is a client \
3651876
library for EISOO AnyBackup APIs. It allows openstack karbor to \
3651876
create backups for databases and file systems.
3651876
3651876
3651876
Name:		python-%{pypi_name}
3651876
Version:	0.2.3
060768a
Release:	10%{?dist}
3651876
Summary:	Python client library for EISOO AnyBackup API
3651876
3651876
License:	ASL 2.0
3651876
URL:		https://pypi.python.org/pypi/abclient
3651876
Source0:	https://files.pythonhosted.org/packages/source/a/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
3651876
BuildArch:	noarch
3651876
3651876
%description
3651876
%{common_desc}
3651876
3651876
%package -n	python3-%{pypi_name}
3651876
Summary:	Python client library for EISOO AnyBackup API
3651876
%{?python_provide:%python_provide python3-%{pypi_name}}
3651876
3651876
BuildRequires:	python3-devel
3651876
BuildRequires:	python3-setuptools
3651876
3651876
Requires:	python3-requests
3651876
Requires:	python3-oslo-utils
3651876
Requires:	python3-oslo-log 
3651876
3651876
%description -n python3-%{pypi_name}
3651876
%{common_desc}
3651876
3651876
%prep
3651876
%autosetup -n %{pypi_name}-%{version}
3651876
# Remove bundled egg-info
3651876
rm -rf %{pypi_name}.egg-info
3651876
# Remove requirements.txt
3651876
rm -f requirements.txt
3651876
3651876
%build
3651876
3651876
%py3_build
3651876
3651876
%install
3651876
%py3_install
3651876
3651876
%files -n python3-%{pypi_name}
3651876
%license LICENSE
3651876
%doc README.rst
3651876
%{python3_sitelib}/%{pypi_name}
3651876
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
3651876
3651876
%changelog
060768a
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-10
060768a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
060768a
114fc99
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-9
114fc99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
114fc99
703027e
* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.3-8
703027e
- Subpackage python2-abclient has been removed
703027e
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
703027e
84a3387
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-7
84a3387
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
84a3387
785de55
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.2.3-6
785de55
- Rebuilt for Python 3.7
785de55
629f062
* Thu Mar 08 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.2.3-5
629f062
- Update Python 2 dependency declarations to new packaging standards
629f062
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
629f062
1faa103
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-4
1faa103
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1faa103
0aefd5c
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-3
0aefd5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0aefd5c
3651876
* Fri Jul 14 2017 Chandan Kumar <chkumar246@gmail.com> - 0.2.3-2
3651876
- Fixed Python3 subpackage requires.
3651876
- Fixed Package URL
3651876
3651876
* Fri Jul 14 2017 Chandan Kumar <chkumar246@gmail.com> - 0.2.3-1
3651876
- Initial package.