commit 92182625b7edddb8b9700634b6bb64299689ee69f3e00806072d53ab73c734f5 Author: Tomáš Chvátal Date: Mon Feb 19 10:10:00 2018 +0000 Accepting request 577980 from home:sebix can also maintain it with LICENSE OBS-URL: https://build.opensuse.org/request/show/577980 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..128ff63 --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ +PassiveTotal client Python API +Copyright (C) 2016 RiskIQ + +This client API is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. \ No newline at end of file diff --git a/passivetotal-1.0.30.tar.gz b/passivetotal-1.0.30.tar.gz new file mode 100644 index 0000000..544471a --- /dev/null +++ b/passivetotal-1.0.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d745a6519ec04e3a354682978ebf07778bf7602beac30307cbad075ff1a4418d +size 13361 diff --git a/python-passivetotal.changes b/python-passivetotal.changes new file mode 100644 index 0000000..b7e0dcb --- /dev/null +++ b/python-passivetotal.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Thu Dec 7 14:14:38 UTC 2017 - sebix+novell.com@sebix.at + +- initial package for version 1.0.30 diff --git a/python-passivetotal.spec b/python-passivetotal.spec new file mode 100644 index 0000000..42c8ee1 --- /dev/null +++ b/python-passivetotal.spec @@ -0,0 +1,77 @@ +# +# spec file for package python-passivetotal +# +# Copyright (c) 2017 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without test +Name: python-passivetotal +Version: 1.0.30 +Release: 0 +License: GPL-2.0 +Summary: Client for the PassiveTotal REST API +Url: https://passivetotal.readthedocs.org +Group: Development/Languages/Python +Source: https://files.pythonhosted.org/packages/source/p/passivetotal/passivetotal-%{version}.tar.gz +Source1: https://github.com/passivetotal/python_api/raw/c2d0c8f4ea3dde4caec01f5401fb6f105f8a2447/LICENSE +BuildRequires: python-rpm-macros +BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} +%if %{with test} +BuildRequires: %{python_module ez_setup} +BuildRequires: %{python_module future} +BuildRequires: %{python_module python-dateutil} +BuildRequires: %{python_module requests} +%endif +BuildRequires: fdupes +Requires: python-ez_setup +Requires: python-future +Requires: python-python-dateutil +Requires: python-requests +BuildArch: noarch + +%python_subpackages + +%description +Passivetotal provides a Python client library implementation into RiskIQ API +services. The library currently provides support for the following services: + +- Passive DNS queries and filters +- WHOIS queries (search and details) +- SSL Certificates (search and details) +- Account configuration +- Site actions (tagging, classifying, etc.) + +%prep +%setup -q -n passivetotal-%{version} +sed -i '1s/^#!.*//' passivetotal/*.py passivetotal/*/*.py +cp %{S:1} . + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%files %{python_files} +%doc README.rst +%license LICENSE +%python3_only %{_bindir}/pt-info +%python3_only %{_bindir}/pt-config +%python3_only %{_bindir}/pt-client +%{python_sitelib}/* + +%changelog