1372764
%global pypi_name ioc_writer
1372764
1372764
Name:           ioc-writer
1372764
Version:        0.3.3
f5f1451
Release:        12%{?dist}
13a90e8
Summary:        Tool to create and edit OpenIOC objects
1372764
1372764
License:        ASL 2.0
1372764
URL:            https://github.com/mandiant/ioc_writer
13a90e8
Source0:        %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
1372764
BuildArch:      noarch
1372764
1372764
BuildRequires:  python3-devel
13a90e8
BuildRequires:  python3-setuptools
1372764
BuildRequires:  python3-lxml
1372764
1372764
%description
1372764
A tool that allows for basic creation and editing of OpenIOC objects. It
1372764
supports a basic CRUD (create, read, update, delete) for various items.
1372764
1372764
%prep
1372764
%autosetup -n %{pypi_name}-%{version}
1372764
1372764
%build
1372764
%py3_build
1372764
1372764
%install
1372764
%py3_install
1372764
1372764
%check
1372764
%{__python3} setup.py test
1372764
1372764
%files
1372764
%doc README.md
1372764
%license LICENSE
1372764
%{_bindir}/iocdump
1372764
%{_bindir}/openioc*
1372764
%{python3_sitelib}/*.egg-info
1372764
%{python3_sitelib}/%{pypi_name}/
1372764
1372764
%changelog
f5f1451
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-12
f5f1451
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
f5f1451
c599a4a
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.3-11
c599a4a
- Rebuilt for Python 3.10
c599a4a
ad4ea33
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-10
ad4ea33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
ad4ea33
b15dc56
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-9
b15dc56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b15dc56
13a90e8
* Fri Jun 26 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.3-8
13a90e8
- Add python3-setuptools as BR
13a90e8
ad221b1
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.3-7
ad221b1
- Rebuilt for Python 3.9
ad221b1
500ee9d
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-6
500ee9d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
500ee9d
9dbf06e
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.3-5
9dbf06e
- Rebuilt for Python 3.8.0rc1 (#1748018)
9dbf06e
fa44f86
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.3-4
fa44f86
- Rebuilt for Python 3.8
fa44f86
385da8a
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3
385da8a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
385da8a
1372764
* Wed Jun 19 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.3-2
1372764
- Change source location (rhbz#1720861)
1372764
1372764
* Sat Jun 15 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.3-1
1372764
- Initial package for Fedora