From 657d7f08ddf0802a7840e9c24f54d532151d6aaf1c65f7a92701e2203badc96a Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 17 Mar 2021 15:02:44 +0000 Subject: [PATCH] - Update to version 2.1.0: - Delivers broad support for the latest RiskIQ PassiveTotal API endpoints, including CLI support, plus code modernization and light refactoring. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=9 --- passivetotal-1.0.31.tar.gz | 3 --- passivetotal-2.1.0.tar.gz | 3 +++ python-passivetotal.changes | 6 ++++++ python-passivetotal.spec | 10 ++++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 passivetotal-1.0.31.tar.gz create mode 100644 passivetotal-2.1.0.tar.gz diff --git a/passivetotal-1.0.31.tar.gz b/passivetotal-1.0.31.tar.gz deleted file mode 100644 index ace8064..0000000 --- a/passivetotal-1.0.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0cbea84b0bd6e9f3694ddeb447472b3d6f09e28940a7a0388456b8cf6a8e478 -size 16389 diff --git a/passivetotal-2.1.0.tar.gz b/passivetotal-2.1.0.tar.gz new file mode 100644 index 0000000..73f6dfe --- /dev/null +++ b/passivetotal-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef48db0890cecbf1bff629ac37f0f1d64f1ca33d4e4ec33802277167051d4ff +size 25369 diff --git a/python-passivetotal.changes b/python-passivetotal.changes index f7bc054..b66460c 100644 --- a/python-passivetotal.changes +++ b/python-passivetotal.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 17 14:27:09 UTC 2021 - Sebastian Wagner + +- Update to version 2.1.0: + - Delivers broad support for the latest RiskIQ PassiveTotal API endpoints, including CLI support, plus code modernization and light refactoring. + ------------------------------------------------------------------- Wed May 20 07:26:07 UTC 2020 - Petr Gajdos diff --git a/python-passivetotal.spec b/python-passivetotal.spec index 0355470..b1559f9 100644 --- a/python-passivetotal.spec +++ b/python-passivetotal.spec @@ -1,7 +1,7 @@ # # spec file for package python-passivetotal # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # 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.31 +Version: 2.1.0 Release: 0 Summary: Client for the PassiveTotal REST API License: GPL-2.0-only @@ -35,7 +35,7 @@ Requires: python-future Requires: python-python-dateutil Requires: python-requests Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %if %{with test} BuildRequires: %{python_module ez_setup} @@ -65,6 +65,7 @@ cp %{SOURCE1} . %install %python_install +%python_expand rm -r %{buildroot}%{$python_sitelib}/tests %python_clone -a %{buildroot}%{_bindir}/pt-client %python_clone -a %{buildroot}%{_bindir}/pt-config %python_clone -a %{buildroot}%{_bindir}/pt-info @@ -86,6 +87,7 @@ cp %{SOURCE1} . %python_alternative %{_bindir}/pt-info %python_alternative %{_bindir}/pt-config %python_alternative %{_bindir}/pt-client -%{python_sitelib}/* +%{python_sitelib}/passivetotal-*.egg-info +%{python_sitelib}/passivetotal/ %changelog