From 6aa035ca727aa115ccb44eda1875021a3e223d613bb16165a6908492ccbcca3e Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 13 Feb 2018 11:04:37 +0000 Subject: [PATCH] - update to version 2.4.87.1: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=20 --- pymisp-2.4.87.1.tar.gz | 3 +++ pymisp-2.4.87.tar.gz | 3 --- python-pymisp.changes | 11 +++++++++++ python-pymisp.spec | 5 +---- 4 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 pymisp-2.4.87.1.tar.gz delete mode 100644 pymisp-2.4.87.tar.gz diff --git a/pymisp-2.4.87.1.tar.gz b/pymisp-2.4.87.1.tar.gz new file mode 100644 index 0000000..ecfed23 --- /dev/null +++ b/pymisp-2.4.87.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44af4fa5ba092a9bee413cedf4bf9453827fd2185b6a609a5388af8b72b6abd6 +size 178502 diff --git a/pymisp-2.4.87.tar.gz b/pymisp-2.4.87.tar.gz deleted file mode 100644 index b46d8be..0000000 --- a/pymisp-2.4.87.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9d7a00e6f0ad7caa2823ae18e15770cde747a5322aa47d7744858f109af14d3 -size 153527 diff --git a/python-pymisp.changes b/python-pymisp.changes index f3b0bb6..1d41dad 100644 --- a/python-pymisp.changes +++ b/python-pymisp.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 13 10:59:26 UTC 2018 - sebix+novell.com@sebix.at + +- update to version 2.4.87.1: + - APIs to manage sharing groups. (#185) + - ReturnMetaAttributes flag for freeTextImport API. (#188) + - Encode string in _encode_file_to_upload. + - Prevent unpublished events to be included in feed. + Change default proposed config +- remove patch fix-Encode_string_in__encode_file_to_upload.patch, included upstream + ------------------------------------------------------------------- Tue Jan 30 12:37:13 UTC 2018 - sebix+novell.com@sebix.at diff --git a/python-pymisp.spec b/python-pymisp.spec index 33f87df..24eb719 100644 --- a/python-pymisp.spec +++ b/python-pymisp.spec @@ -20,15 +20,13 @@ %{!?license: %global license %doc} %bcond_without test Name: python-pymisp -Version: 2.4.87 +Version: 2.4.87.1 Release: 0 Summary: Python API for MISP License: BSD-2-Clause Group: Development/Languages/Python Url: https://github.com/MISP/PyMISP Source: https://files.pythonhosted.org/packages/source/p/pymisp/pymisp-%{version}.tar.gz -# PATCH_FIX_UPSTREAM: Fixes https://github.com/MISP/PyMISP/issues/183 -Patch0: https://github.com/MISP/PyMISP/commit/05bbfac658fb9f35ab773982b1c7dc94fbdbc96f.patch#/fix-Encode_string_in__encode_file_to_upload.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -69,7 +67,6 @@ Examples and HTML documentation for %{name}. %prep %setup -q -n pymisp-%{version} -%patch0 -p1 find pymisp examples -name "*.py" -type f -exec sed -i '1s/^#!.*//' '{}' \+ %build