From 166348955efe8bf2f4cac45bcf8a707d55212bed94708e6e89b4e198bda78d19 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 2 Nov 2020 19:32:01 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=20version=202.4.134:=20=20-=20C?= =?UTF-8?q?hanges=20=20=20=20-=20Bump=20version.=20[Rapha=C3=ABl=20Vinot]?= =?UTF-8?q?=20=20=20=20-=20Bump=20misp-objects.=20[Rapha=C3=ABl=20Vinot]?= =?UTF-8?q?=20=20=20=20-=20Keep=20connection=20alive=20between=20requests.?= =?UTF-8?q?=20[Jakub=20Onderka]=20=20=20=20-=20Bump=20deps.=20[Rapha=C3=AB?= =?UTF-8?q?l=20Vinot]=20=20=20=20-=20Format=20docstrings=20in=20mispevent.?= =?UTF-8?q?py.=20[Lott,=20Christopher=20(cl778h)]=20=20=20=20=20=20Add=20"?= =?UTF-8?q?:param=20"=20prefix=20to=20parameters=20to=20improve=20ReadTheD?= =?UTF-8?q?ocs=20output.=20=20=20=20=20=20Fix=20some=20minor=20typos=20in?= =?UTF-8?q?=20docstrings.=20=20=20=20-=20Bump=20deps.=20[Rapha=C3=ABl=20Vi?= =?UTF-8?q?not]=20=20=20=20-=20Bump=20deps.=20[Rapha=C3=ABl=20Vinot]=20=20?= =?UTF-8?q?=20=20-=20Bump=20changelog.=20[Rapha=C3=ABl=20Vinot]=20=20-=20F?= =?UTF-8?q?ix=20=20=20=20-=20Remove=20duplicate=20check=20if=20debug=20log?= =?UTF-8?q?ging=20is=20enabled.=20[Jakub=20Onderka]=20=20=20=20-=20Do=20no?= =?UTF-8?q?w=20fail=20on=20requests=20returning=20plain=20text.=20[Rapha?= =?UTF-8?q?=C3=ABl=20Vinot]=20=20=20=20=20=20Fix=20#639=20=20-=20Other=20?= =?UTF-8?q?=20=20=20-=20Revert=20"Update=20.travis.yml"=20[Rapha=C3=ABl=20?= =?UTF-8?q?Vinot]=20=20=20=20=20=20lief=20isn't=20compatible=20with=20pyth?= =?UTF-8?q?on=203.9=20=20=20=20=20=20This=20reverts=20commit=20e10843fa33c?= =?UTF-8?q?9a08b7da4ef24cbce457be53a7459.=20=20=20=20-=20Update=20.travis.?= =?UTF-8?q?yml.=20[Rapha=C3=ABl=20Vinot]=20=20=20=20=20=20Add=20python=203?= =?UTF-8?q?.9=20=20=20=20-=20Drop=20`encoding=3D`=20in=20Python=203.9.=20[?= =?UTF-8?q?Friedrich=20Lindenberg]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymisp?expand=0&rev=73 --- misp-objects.tar.gz | 4 ++-- python-pymisp-2.4.133.tar.gz | 3 --- python-pymisp-2.4.134.tar.gz | 3 +++ python-pymisp.changes | 27 +++++++++++++++++++++++++++ python-pymisp.spec | 4 ++-- 5 files changed, 34 insertions(+), 7 deletions(-) delete mode 100644 python-pymisp-2.4.133.tar.gz create mode 100644 python-pymisp-2.4.134.tar.gz diff --git a/misp-objects.tar.gz b/misp-objects.tar.gz index de349ab..6d86f00 100644 --- a/misp-objects.tar.gz +++ b/misp-objects.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34220d1817bb1c863f55acf6dddd6403d1724b948dfc1b8c67438f1d3e3544eb -size 182780 +oid sha256:845976e6c207a161c8a5b3366a0d2bda9d09e313a961c13d87ee76fb3369d713 +size 182801 diff --git a/python-pymisp-2.4.133.tar.gz b/python-pymisp-2.4.133.tar.gz deleted file mode 100644 index 87f9c9a..0000000 --- a/python-pymisp-2.4.133.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa8a9904e7d4a0914e60490769717836f094bebd9f14084d7bb8e1e10549ab7c -size 1595050 diff --git a/python-pymisp-2.4.134.tar.gz b/python-pymisp-2.4.134.tar.gz new file mode 100644 index 0000000..036abd3 --- /dev/null +++ b/python-pymisp-2.4.134.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7786815a64e3dee73789639c8c40ca1d0fc7d1c50de8c79113200f88303736da +size 1598728 diff --git a/python-pymisp.changes b/python-pymisp.changes index f726dfc..f15b971 100644 --- a/python-pymisp.changes +++ b/python-pymisp.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Nov 2 19:30:59 UTC 2020 - Sebastian Wagner + +- update to version 2.4.134: + - Changes + - Bump version. [Raphaël Vinot] + - Bump misp-objects. [Raphaël Vinot] + - Keep connection alive between requests. [Jakub Onderka] + - Bump deps. [Raphaël Vinot] + - Format docstrings in mispevent.py. [Lott, Christopher (cl778h)] + Add ":param " prefix to parameters to improve ReadTheDocs output. + Fix some minor typos in docstrings. + - Bump deps. [Raphaël Vinot] + - Bump deps. [Raphaël Vinot] + - Bump changelog. [Raphaël Vinot] + - Fix + - Remove duplicate check if debug logging is enabled. [Jakub Onderka] + - Do now fail on requests returning plain text. [Raphaël Vinot] + Fix #639 + - Other + - Revert "Update .travis.yml" [Raphaël Vinot] + lief isn't compatible with python 3.9 + This reverts commit e10843fa33c9a08b7da4ef24cbce457be53a7459. + - Update .travis.yml. [Raphaël Vinot] + Add python 3.9 + - Drop `encoding=` in Python 3.9. [Friedrich Lindenberg] + ------------------------------------------------------------------- Sun Nov 1 18:06:38 UTC 2020 - Sebastian Wagner diff --git a/python-pymisp.spec b/python-pymisp.spec index f1f1024..c0062fe 100644 --- a/python-pymisp.spec +++ b/python-pymisp.spec @@ -18,9 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 -%define misp_objects_revision 27a554ab12acbc1242f801b5682364b2047cf9e0 +%define misp_objects_revision abf42cc8fb71c003c40dc0767f89804b45eb5303 Name: python-pymisp -Version: 2.4.133 +Version: 2.4.134 Release: 0 Summary: Python API for MISP License: BSD-2-Clause