15
0

- 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
This commit is contained in:
2021-03-17 15:02:44 +00:00
committed by Git OBS Bridge
parent 3d70b51d61
commit 657d7f08dd
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0cbea84b0bd6e9f3694ddeb447472b3d6f09e28940a7a0388456b8cf6a8e478
size 16389

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aef48db0890cecbf1bff629ac37f0f1d64f1ca33d4e4ec33802277167051d4ff
size 25369

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 17 14:27:09 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 <pgajdos@suse.com>

View File

@@ -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