diff --git a/.gitignore b/.gitignore index 7287b8d..fe5edfe 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /dns-lexicon-2.7.0.tar.gz /dns-lexicon-2.7.9.tar.gz /dns-lexicon-3.0.2.tar.gz +/dns-lexicon-3.0.6.tar.gz diff --git a/0000-remove-shebang.patch b/0000-remove-shebang.patch index 8956bea..dd0a7d5 100644 --- a/0000-remove-shebang.patch +++ b/0000-remove-shebang.patch @@ -1,9 +1,9 @@ diff --git a/lexicon/cli.py b/lexicon/cli.py -index 9b55b8e..d065039 100644 +index dbef1ae..32a0f6f 100644 --- a/lexicon/cli.py +++ b/lexicon/cli.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python - from __future__ import absolute_import - from __future__ import print_function - + """Module for Lexicon command-line interface""" + from __future__ import absolute_import, print_function + import json diff --git a/0001-fix-requirements.patch b/0001-fix-requirements.patch index a1a7860..c99135d 100644 --- a/0001-fix-requirements.patch +++ b/0001-fix-requirements.patch @@ -1,13 +1,13 @@ diff --git a/setup.py b/setup.py -index ab653e3..40035eb 100644 +index b4b3865..6eda18d 100644 --- a/setup.py +++ b/setup.py -@@ -81,7 +81,7 @@ setup( - # your project is installed. For an analysis of "install_requires" vs pip's +@@ -82,7 +82,7 @@ setup( # requirements files see: # https://packaging.python.org/en/latest/requirements.html -- install_requires=['requests[security]', 'tldextract', 'future', 'cryptography', 'pyyaml'], -+ install_requires=['requests', 'tldextract', 'future', 'cryptography', 'pyyaml'], - - # Each dependency group in extras_require should match a provider name - # When adding a new depenency group here, please ensure that it has been + install_requires=[ +- 'requests[security]', ++ 'requests', + 'tldextract', + 'future', + 'cryptography', diff --git a/python-dns-lexicon.spec b/python-dns-lexicon.spec index bafb201..32d0ae8 100644 --- a/python-dns-lexicon.spec +++ b/python-dns-lexicon.spec @@ -7,8 +7,8 @@ %endif Name: python-%{pypi_name} -Version: 3.0.2 -Release: 2%{?dist} +Version: 3.0.6 +Release: 1%{?dist} Summary: Manipulate DNS records on various DNS providers in a standardized/agnostic way License: MIT @@ -153,6 +153,9 @@ ln -s %{_bindir}/lexicon-%{python3_version} %{buildroot}/%{_bindir}/lexicon-3 %endif %changelog +* Fri Dec 14 2018 Eli Young - 3.0.6-1 +- Update to 3.0.6 + * Wed Nov 14 2018 Eli Young - 3.0.2-2 - Fix dependencies on Fedora 28 diff --git a/sources b/sources index a1f09f0..9a92f3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dns-lexicon-3.0.2.tar.gz) = 0ddf900e63870005ee2aba0cdb009284da502b97aeb62db20cb79b6c6926111f6fbf20d38e3f45a7a1255582ef597c36389676e6167268f60572352fbc0ed35d +SHA512 (dns-lexicon-3.0.6.tar.gz) = a43123fd1f8a4e9faf1ce1ae8d572faa791374ab9c1dd2d3da782efe370a0da82648273771c04eaa96237f3b1d5b0e30d59a52c046fb951286b651c73f2dbbc6