summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2023-01-01 14:36:33 -0600
committerLuis Martinez2023-01-01 14:38:09 -0600
commit6fc7745cdeabf328a56b1c8b18a6b5ebb99ce02f (patch)
tree713e5d45c22b2ae261dd2e4f596c894aca40cd92
parent005b6ecff51d990460d36b6f5febd37e862a2bfa (diff)
downloadaur-6fc7745cdeabf328a56b1c8b18a6b5ebb99ce02f.tar.gz
update to 2.4.167
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG.txt33
-rw-r--r--PKGBUILD2
3 files changed, 36 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ec22a50788d..d15164e05eb9 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.166
+ pkgver = 2.4.167
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.166?signed
+ source = python-pymisp::git+https://github.com/MISP/PyMISP#tag=v2.4.167?signed
source = remove-datafiles.patch
validpgpkeys = 8647F5A7FFD350AE38B6E22F32E4E1C133B3792F
sha256sums = SKIP
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 235a1b4b3267..e8600e45e66d 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,6 +2,38 @@ Changelog
=========
+v2.4.167 (2022-12-22)
+---------------------
+
+Changes
+~~~~~~~
+- Bump version. [Raphaël Vinot]
+- Bump objects. [Raphaël Vinot]
+- Bump dependencies, move to poetry 1.3. [Raphaël Vinot]
+- Bump certifi. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- Re-order classes. [Raphaël Vinot]
+
+Other
+~~~~~
+- Creation fo "add_attributes_from_csv.py" [Julien Mongenet]
+
+ The file aims to ingest a formated CSV file containing attributes for MISP ingestion.
+- Graceful handling of tagging when name attribute is missing. [Sura De
+ Silva]
+- Add: Galaxy test sample. [Christian Studer]
+- Add: Added very straight forward tests to make sure the galaxy
+ clusters are properly defined. [Christian Studer]
+- Add: Added the `Galaxy` field to MISPAttribute using the MISPGalaxy
+ class. [Christian Studer]
+
+ - Including an `add_galaxy` method similar to the
+ one used for events
+ - `attribute.galaxies` gives the list of attached
+ galaxy clusters
+
+
v2.4.166 (2022-11-28)
---------------------
@@ -13,6 +45,7 @@ New
Changes
~~~~~~~
+- Re-bump changelog. [Raphaël Vinot]
- Bump changelog. [Raphaël Vinot]
- Bump deps, version. [Raphaël Vinot]
- [types] added azure-application-id. [iglocska]
diff --git a/PKGBUILD b/PKGBUILD
index af6135053f0b..2bf0eb52ad0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pymisp
_pkg="${pkgname#python-}"
-pkgver=2.4.166
+pkgver=2.4.167
pkgrel=1
pkgdesc="Python library to access MISP platforms via their REST API"
arch=('any')