summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG.txt34
-rw-r--r--PKGBUILD2
3 files changed, 37 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fe9f67ef65d..4bfb446ed736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pymisp
pkgdesc = Python library to access MISP platforms via their REST API
- pkgver = 2.4.160
+ pkgver = 2.4.162
pkgrel = 1
url = https://github.com/MISP/PyMISP
changelog = CHANGELOG.txt
@@ -27,7 +27,7 @@ pkgbase = python-pymisp
optdepends = python-urllib3: python-pymisp[brotli] support
optdepends = python-validators: python-pymisp[virustotal] support
optdepends = python-reportlab: python-pymisp[reportlab] support
- source = python-pymisp::git+https://github.com/MISP/PyMISP#tag=v2.4.160?signed
+ source = python-pymisp::git+https://github.com/MISP/PyMISP#tag=v2.4.162?signed
source = remove-datafiles.patch
validpgpkeys = 8647F5A7FFD350AE38B6E22F32E4E1C133B3792F
sha256sums = SKIP
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 4986325c48d1..b7d4707f2270 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,6 +2,39 @@ Changelog
=========
+v2.4.162 (2022-09-09)
+---------------------
+
+New
+~~~
+- Pass arbitrary headers to a PyMISP request. [Raphaël Vinot]
+- Allow to force the timestamps in to_dict/to_json, even if a change was
+ made. [Raphaël Vinot]
+
+Changes
+~~~~~~~
+- Bump version. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- Add in sort/desc for sorting results and limit/page for pagination.
+ [Tom King]
+- Improve documentation for add_attribute. [Raphaël Vinot]
+
+
+v2.4.160.1 (2022-08-09)
+-----------------------
+
+Changes
+~~~~~~~
+- Bump changelog. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+
+Fix
+~~~
+- Make keepalive configuration linux only. [Raphaël Vinot]
+
+ Bump deps
+
+
v2.4.160 (2022-08-05)
---------------------
@@ -11,6 +44,7 @@ New
Changes
~~~~~~~
+- Bump deps. [Raphaël Vinot]
- Bump version, deps. [Raphaël Vinot]
- Improve warning on invalid template, bump deps. [Raphaël Vinot]
- Bump deps. [Raphaël Vinot]
diff --git a/PKGBUILD b/PKGBUILD
index f916e163934e..222b13c669c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pymisp
_pkg="${pkgname#python-}"
-pkgver=2.4.160
+pkgver=2.4.162
pkgrel=1
pkgdesc="Python library to access MISP platforms via their REST API"
arch=('any')