From 1eaea5c41b53da491791d088a62fcfa6d1c879584ceff2b4376c055e24d72057 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 15 Jun 2019 18:01:04 +0000 Subject: [PATCH] - update to version 1.0.31: - add osint in cli - added response objects - added approved fields for csv - added to_csv function - used response objects in client - removed whois csv implementation - Add host attribute support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=5 --- passivetotal-1.0.30.tar.gz | 3 --- passivetotal-1.0.31.tar.gz | 3 +++ python-passivetotal.changes | 12 ++++++++++++ python-passivetotal.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 passivetotal-1.0.30.tar.gz create mode 100644 passivetotal-1.0.31.tar.gz diff --git a/passivetotal-1.0.30.tar.gz b/passivetotal-1.0.30.tar.gz deleted file mode 100644 index 544471a..0000000 --- a/passivetotal-1.0.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d745a6519ec04e3a354682978ebf07778bf7602beac30307cbad075ff1a4418d -size 13361 diff --git a/passivetotal-1.0.31.tar.gz b/passivetotal-1.0.31.tar.gz new file mode 100644 index 0000000..ace8064 --- /dev/null +++ b/passivetotal-1.0.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cbea84b0bd6e9f3694ddeb447472b3d6f09e28940a7a0388456b8cf6a8e478 +size 16389 diff --git a/python-passivetotal.changes b/python-passivetotal.changes index 34d6d59..e10b118 100644 --- a/python-passivetotal.changes +++ b/python-passivetotal.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jun 14 14:40:02 UTC 2019 - Sebastian Wagner + +- update to version 1.0.31: + - add osint in cli + - added response objects + - added approved fields for csv + - added to_csv function + - used response objects in client + - removed whois csv implementation + - Add host attribute support + ------------------------------------------------------------------- Tue Dec 4 12:51:15 UTC 2018 - Matej Cepl diff --git a/python-passivetotal.spec b/python-passivetotal.spec index ea8dcec..b3a5720 100644 --- a/python-passivetotal.spec +++ b/python-passivetotal.spec @@ -1,7 +1,7 @@ # # spec file for package python-passivetotal # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-passivetotal -Version: 1.0.30 +Version: 1.0.31 Release: 0 Summary: Client for the PassiveTotal REST API License: GPL-2.0-only