Nick Bebout 657ddbd
%global pypi_name dns-lexicon
Nick Bebout 657ddbd
Nick Bebout 4109e79
%if 0%{?rhel} && 0%{?rhel} <= 7
Nick Bebout 4109e79
%bcond_with python3
Nick Bebout 4109e79
%else
Nick Bebout 4109e79
%bcond_without python3
Nick Bebout 4109e79
%endif
Nick Bebout 4109e79
Nick Bebout 657ddbd
Name:           python-%{pypi_name}
2ac3612
Version:        3.0.6
2ac3612
Release:        1%{?dist}
Nick Bebout 657ddbd
Summary:        Manipulate DNS records on various DNS providers in a standardized/agnostic way
Nick Bebout 657ddbd
Nick Bebout 657ddbd
License:        MIT
Nick Bebout 657ddbd
URL:            https://github.com/AnalogJ/lexicon
Nick Bebout 657ddbd
Source0:        https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
Nick Bebout 657ddbd
BuildArch:      noarch
2366c6d
929d07f
Patch0:         0000-remove-shebang.patch
929d07f
929d07f
%if 0%{?rhel} && 0%{?rhel} <= 7
929d07f
Patch1:         0001-fix-requirements.patch
929d07f
%endif
2366c6d
Nick Bebout 657ddbd
BuildRequires:  python2-devel
Nick Bebout 657ddbd
BuildRequires:  python2-setuptools
b535777
BuildRequires:  python2-cryptography
Nick Bebout 657ddbd
BuildRequires:  python2-future
929d07f
BuildRequires:  python2-pyyaml
Nick Bebout 657ddbd
BuildRequires:  python2-tldextract
Nick Bebout 4109e79
929d07f
%if 0%{?rhel} && 0%{?rhel} <= 7
929d07f
# EL7 has an unversioned name for this packages
929d07f
BuildRequires:  pyOpenSSL
929d07f
%else
929d07f
BuildRequires:  python2-pyOpenSSL
929d07f
%endif
929d07f
Nick Bebout 4109e79
%if %{with python3}
Nick Bebout 657ddbd
BuildRequires:  python3-devel
Nick Bebout 657ddbd
BuildRequires:  python3-setuptools
b535777
BuildRequires:  python3-cryptography
Nick Bebout 657ddbd
BuildRequires:  python3-future
929d07f
BuildRequires:  python3-pyOpenSSL
Nick Bebout 657ddbd
BuildRequires:  python3-tldextract
2740ab1
2740ab1
%if 0%{?fedora} && 0%{?fedora} <= 28
2740ab1
BuildRequires:  python3-PyYAML
2740ab1
%else
2740ab1
BuildRequires:  python3-pyyaml
2740ab1
%endif
2740ab1
Nick Bebout 4109e79
%endif
Nick Bebout 657ddbd
Nick Bebout 657ddbd
%description
4d33d4c
Lexicon provides a way to manipulate DNS records on multiple DNS providers in a
4d33d4c
standardized way. Lexicon has a CLI but it can also be used as a python
4d33d4c
library.
Nick Bebout 657ddbd
Nick Bebout 657ddbd
%package -n     python2-%{pypi_name}
Nick Bebout 657ddbd
Summary:        %{summary}
Nick Bebout 657ddbd
%{?python_provide:%python_provide python2-%{pypi_name}}
2366c6d
b535777
Requires:       python2-cryptography
Nick Bebout 657ddbd
Requires:       python2-future
b535777
Requires:       python2-requests
Nick Bebout 657ddbd
Requires:       python2-setuptools
929d07f
Requires:       python2-pyyaml
b535777
Requires:       python2-tldextract
Nick Bebout 657ddbd
929d07f
%if 0%{?rhel} && 0%{?rhel} <= 7
929d07f
# EL7 has an unversioned name for this packages
929d07f
Requires:       pyOpenSSL
929d07f
%else
929d07f
Requires:       python2-pyOpenSSL
929d07f
%endif
929d07f
407a789
# Both packages install a Python module named lexicon
407a789
# TODO: Remove this once resolved upstream (see upstream #222)
407a789
%if 0%{?rhel} && 0%{?rhel} <= 7
407a789
Conflicts:      python-lexicon
407a789
%else
407a789
Conflicts:      python2-lexicon
407a789
%endif
407a789
Nick Bebout 657ddbd
%description -n python2-%{pypi_name}
4d33d4c
Lexicon provides a way to manipulate DNS records on multiple DNS providers in a
4d33d4c
standardized way. Lexicon has a CLI but it can also be used as a python
4d33d4c
library.
4d33d4c
4d33d4c
This is the Python 2 version of the package.
Nick Bebout 657ddbd
Nick Bebout 4109e79
%if %{with python3}
Nick Bebout 657ddbd
%package -n     python3-%{pypi_name}
Nick Bebout 657ddbd
Summary:        %{summary}
Nick Bebout 657ddbd
%{?python_provide:%python_provide python3-%{pypi_name}}
2366c6d
b535777
Requires:       python3-cryptography
Nick Bebout 657ddbd
Requires:       python3-future
b535777
Requires:       python3-requests
Nick Bebout 657ddbd
Requires:       python3-setuptools
929d07f
Requires:       python3-pyOpenSSL
b535777
Requires:       python3-tldextract
Nick Bebout 657ddbd
2740ab1
%if 0%{?fedora} && 0%{?fedora} <= 28
2740ab1
Requires:       python3-PyYAML
2740ab1
%else
2740ab1
Requires:       python3-pyyaml
2740ab1
%endif
2740ab1
407a789
# Both packages install a Python module named lexicon
407a789
# TODO: Remove this once resolved upstream (see upstream #222)
407a789
Conflicts:      python3-lexicon
407a789
Nick Bebout 657ddbd
%description -n python3-%{pypi_name}
4d33d4c
Lexicon provides a way to manipulate DNS records on multiple DNS providers in a
4d33d4c
standardized way. Lexicon has a CLI but it can also be used as a python
4d33d4c
library.
4d33d4c
4d33d4c
This is the Python 3 version of the package.
Nick Bebout 4109e79
%endif
Nick Bebout 657ddbd
Nick Bebout 657ddbd
%prep
2366c6d
%autosetup -p1 -n %{pypi_name}-%{version}
Nick Bebout 657ddbd
# Remove bundled egg-info
Nick Bebout 657ddbd
rm -rf %{pypi_name}.egg-info
Nick Bebout 657ddbd
Nick Bebout 657ddbd
%build
Nick Bebout 657ddbd
%py2_build
Nick Bebout 4109e79
%if %{with python3}
Nick Bebout 657ddbd
%py3_build
Nick Bebout 4109e79
%endif
Nick Bebout 657ddbd
Nick Bebout 657ddbd
%install
25f330b
%py2_install
4d33d4c
install -pm 0755 %{buildroot}/%{_bindir}/lexicon %{buildroot}/%{_bindir}/lexicon-%{python2_version}
25f330b
ln -s %{_bindir}/lexicon-%{python2_version} %{buildroot}/%{_bindir}/lexicon-2
25f330b
Nick Bebout 4109e79
%if %{with python3}
Nick Bebout 657ddbd
%py3_install
4d33d4c
install -pm 0755 %{buildroot}/%{_bindir}/lexicon %{buildroot}/%{_bindir}/lexicon-%{python3_version}
Nick Bebout 657ddbd
ln -s %{_bindir}/lexicon-%{python3_version} %{buildroot}/%{_bindir}/lexicon-3
Nick Bebout 4109e79
%endif
Nick Bebout 657ddbd
Nick Bebout 657ddbd
%files -n python2-%{pypi_name}
Nick Bebout 657ddbd
%license LICENSE
Nick Bebout 657ddbd
%doc README.md
25f330b
%if ! %{with python3}
Nick Bebout 657ddbd
%{_bindir}/lexicon
25f330b
%endif
Nick Bebout 657ddbd
%{_bindir}/lexicon-2
Nick Bebout 657ddbd
%{_bindir}/lexicon-%{python2_version}
Nick Bebout 657ddbd
%{python2_sitelib}/lexicon
Nick Bebout 657ddbd
%{python2_sitelib}/dns_lexicon-%{version}-py?.?.egg-info
Nick Bebout 657ddbd
Nick Bebout 4109e79
%if %{with python3}
Nick Bebout 657ddbd
%files -n python3-%{pypi_name}
Nick Bebout 657ddbd
%license LICENSE
Nick Bebout 657ddbd
%doc README.md
25f330b
%{_bindir}/lexicon
Nick Bebout 657ddbd
%{_bindir}/lexicon-3
Nick Bebout 657ddbd
%{_bindir}/lexicon-%{python3_version}
Nick Bebout 657ddbd
%{python3_sitelib}/lexicon
Nick Bebout 657ddbd
%{python3_sitelib}/dns_lexicon-%{version}-py?.?.egg-info
Nick Bebout 4109e79
%endif
Nick Bebout 657ddbd
Nick Bebout 657ddbd
%changelog
2ac3612
* Fri Dec 14 2018 Eli Young <elyscape@gmail.com> - 3.0.6-1
2ac3612
- Update to 3.0.6
407a789
- Declare conflict with python-lexicon
2ac3612
2740ab1
* Wed Nov 14 2018 Eli Young <elyscape@gmail.com> - 3.0.2-2
2740ab1
- Fix dependencies on Fedora 28
2740ab1
929d07f
* Wed Nov 14 2018 Eli Young <elyscape@gmail.com> - 3.0.2-1
929d07f
- Update to 3.0.2
929d07f
1ce3f1b
* Mon Oct 08 2018 Eli Young <elyscape@gmail.com> - 2.7.9-1
1ce3f1b
- Update to 2.7.9 (#1637142)
1ce3f1b
b535777
* Mon Aug 27 2018 Eli Young <elyscape@gmail.com> - 2.7.0-2
b535777
- Add dependency on python-cryptography (#1622418)
b535777
Nick Bebout 4c1fcbd
* Mon Jul 23 2018 Nick Bebout <nb@fedoraproject.org> - 2.7.0-1
Nick Bebout 4c1fcbd
- Update to 2.7.0
Nick Bebout 4c1fcbd
0a5ff54
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.5-2
0a5ff54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0a5ff54
6a8dd08
* Tue Jul 10 2018 Eli Young <elyscape@gmail.com> - 2.4.5-1
6a8dd08
- Update to 2.4.5 (#1599479)
6a8dd08
a4669ac
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 2.4.4-3
a4669ac
- Rebuilt for Python 3.7
a4669ac
2366c6d
* Tue Jun 26 2018 Eli Young <elyscape@gmail.com> - 2.4.4-2
2366c6d
- Remove unnecessary shebang
2366c6d
c265004
* Tue Jun 26 2018 Eli Young <elyscape@gmail.com> - 2.4.4-1
c265004
- Update to 2.4.4 (#1594777)
c265004
341f422
* Tue Jun 19 2018 Eli Young <elyscape@gmail.com> - 2.4.3-1
341f422
- Update to 2.4.3 (#1592158)
341f422
b7cefb2
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.4.0-2
b7cefb2
- Rebuilt for Python 3.7
b7cefb2
890d6e9
* Mon Jun 11 2018 Eli Young <elyscape@gmail.com> - 2.4.0-1
890d6e9
- Update to 2.4.0 (#1589596)
890d6e9
40411b5
* Tue May 29 2018 Eli Young <elyscape@gmail.com> - 2.3.0-1
40411b5
- Update to 2.3.0 (#1582799)
40411b5
59999db
* Mon May 07 2018 Eli Young <elyscape@gmail.com> - 2.2.3-1
59999db
- Update to 2.2.3 (#1575598)
59999db
816cfbd
* Thu May 03 2018 Eli Young <elyscape@gmail.com> - 2.2.2-1
816cfbd
- Update to 2.2.2 (#1574265)
816cfbd
97227dd
* Sat Mar 24 2018 Eli Young <elyscape@gmail.com> - 2.2.1-1
97227dd
- Update to 2.2.1
25f330b
- Use Python 3 by default when available
97227dd
Nick Bebout 657ddbd
* Mon Feb 19 2018 Nick Bebout <nb@fedoraproject.org> - 2.1.19-1
Nick Bebout 657ddbd
- Initial package.