From 50c9883dabe31ff446bbde86deda01b8c4fc0ad26aab00041890a0bf1ed3313a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 26 Jul 2019 09:30:28 +0000 Subject: [PATCH] Accepting request 718791 from home:pgajdos - version update to 3.3.1 * Added provider logic & test recordings. Integration tests passed. * Added myself to codeowners file * Fixed the lint. Removed rtype filter in _update & _delete methods. Added _identifier helper * Update integration test recordings. Add provider to readme | iperurena OBS-URL: https://build.opensuse.org/request/show/718791 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dns-lexicon?expand=0&rev=26 --- lexicon-3.2.6.tar.gz | 3 --- lexicon-3.3.1.tar.gz | 3 +++ python-dns-lexicon.changes | 9 +++++++++ python-dns-lexicon.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 lexicon-3.2.6.tar.gz create mode 100644 lexicon-3.3.1.tar.gz diff --git a/lexicon-3.2.6.tar.gz b/lexicon-3.2.6.tar.gz deleted file mode 100644 index 7461818..0000000 --- a/lexicon-3.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e145921d840362c1bcc2fa31c01eceb476b8e545b1c5e8a89046ea8ef02feb0 -size 3133372 diff --git a/lexicon-3.3.1.tar.gz b/lexicon-3.3.1.tar.gz new file mode 100644 index 0000000..c0a6a70 --- /dev/null +++ b/lexicon-3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79023b41f50a4f9856a22086b2c146d619146f3982bbe8eef6a0a2ac21b9fc4 +size 3199675 diff --git a/python-dns-lexicon.changes b/python-dns-lexicon.changes index a9ec2a1..b9a3b34 100644 --- a/python-dns-lexicon.changes +++ b/python-dns-lexicon.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jul 26 09:13:29 UTC 2019 - pgajdos@suse.com + +- version update to 3.3.1 + * Added provider logic & test recordings. Integration tests passed. + * Added myself to codeowners file + * Fixed the lint. Removed rtype filter in _update & _delete methods. Added _identifier helper + * Update integration test recordings. Add provider to readme | iperurena + ------------------------------------------------------------------- Wed May 22 08:35:37 UTC 2019 - Tomáš Chvátal diff --git a/python-dns-lexicon.spec b/python-dns-lexicon.spec index c65f7e7..6438afc 100644 --- a/python-dns-lexicon.spec +++ b/python-dns-lexicon.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dns-lexicon -Version: 3.2.6 +Version: 3.3.1 Release: 0 Summary: DNS record manipulation utility License: MIT