summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2023-03-17 22:00:52 -0500
committerLuis Martinez2023-03-17 22:01:46 -0500
commit1c2ca14f9ea22f84204cf14c29861ad5c27aa95f (patch)
tree53a0e45175a2bd2f35aba82d0425b9912c983ed0
parent6fc7745cdeabf328a56b1c8b18a6b5ebb99ce02f (diff)
downloadaur-python-pymisp.tar.gz
update to 2.4.169.2
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.txt141
-rw-r--r--PKGBUILD11
3 files changed, 147 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d15164e05eb9..94bae6b2a89f 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.167
+ pkgver = 2.4.169.2
pkgrel = 1
url = https://github.com/MISP/PyMISP
changelog = CHANGELOG.txt
@@ -16,18 +16,16 @@ pkgbase = python-pymisp
depends = python-deprecated
depends = python-jsonschema
depends = python-requests
- depends = python>=3.8
optdepends = lief: python-pymisp[fileobjects] support
optdepends = python-beautifulsoup4: python-pymisp[openioc] support
optdepends = python-chardet: python-pymisp[url] support
optdepends = python-magic: python-pymisp[fileobjects] support
optdepends = python-oletools: python-pymisp[email] support
- optdepends = python-pyfaup: python-pymisp[url] support
optdepends = python-recommonmark: python-pymisp[docs] support
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.167?signed
+ source = python-pymisp::git+https://github.com/MISP/PyMISP#tag=v2.4.169.2?signed
source = remove-datafiles.patch
validpgpkeys = 8647F5A7FFD350AE38B6E22F32E4E1C133B3792F
sha256sums = SKIP
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index e8600e45e66d..7cbc506ab8c6 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,11 +2,152 @@ Changelog
=========
+v2.4.169.2 (2023-03-17)
+-----------------------
+
+Changes
+~~~~~~~
+- Bump version. [Raphaël Vinot]
+- Include event reports by default in feed. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+
+Fix
+~~~
+- Use proper parameter to trigger the request in search_galaxy_clusters.
+ [Raphaël Vinot]
+- Use POST in search galaxy cluster. [Raphaël Vinot]
+
+Other
+~~~~~
+- Rename include_event_reports kwarg to with_event_reports, in-line with
+ other kwarg naming. [UFOSmuggler]
+- Add kwarg to allow the inclusion of event reports into to_feed(),
+ honour with_distribution and valid_distributions kwargs. [UFOSmuggler]
+
+
+v2.4.169.1 (2023-03-14)
+-----------------------
+
+Changes
+~~~~~~~
+- Bump changelog. [Raphaël Vinot]
+- Bump version. [Raphaël Vinot]
+- Add greynoise-ip object. [Raphaël Vinot]
+
+ Fix #951
+
+
+v2.4.169 (2023-03-10)
+---------------------
+
+Changes
+~~~~~~~
+- Bump changelog. [Raphaël Vinot]
+- Bump version. [Raphaël Vinot]
+- Bump templates. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+
+Fix
+~~~
+- Add local key in MISPTag. [Raphaël Vinot]
+
+ Related #947
+- Use pytest for the tests. [Raphaël Vinot]
+
+
+v2.4.168.1 (2023-02-28)
+-----------------------
+
+New
+~~~
+- [doc] added the Jupyter notebook used in a.7-rest-api-extensive-
+ restsearch. [Alexandre Dulaunoy]
+
+Changes
+~~~~~~~
+- Bump changelog, version. [Raphaël Vinot]
+- Bump templates, again. [Raphaël Vinot]
+- Bump templates. [Raphaël Vinot]
+- Bump deps, templates. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+
+Fix
+~~~
+- Properly handle missing parameter in CSV importer. [Raphaël Vinot]
+
+ Fix #931
+- Undefined variable in event delegation. [Raphaël Vinot]
+- Remove reference to old pydeep. [Raphaël Vinot]
+
+ Fix #914
+
+
+v2.4.168 (2023-01-23)
+---------------------
+
+Changes
+~~~~~~~
+- Bump changelog. [Raphaël Vinot]
+- Bump version. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+
+
+v2.4.167.2 (2023-01-17)
+-----------------------
+
+Changes
+~~~~~~~
+- Bump changelog. [Raphaël Vinot]
+- Bump deps, version. [Raphaël Vinot]
+
+Fix
+~~~
+- Set relationship_type default in MISPTag to empty string. [Raphaël
+ Vinot]
+- Another typo in readme. [Raphaël Vinot]
+- Typo in readme. [Raphaël Vinot]
+
+
+v2.4.167.1 (2023-01-16)
+-----------------------
+
+New
+~~~
+- Add relationship_type in Tag entries for feeds. [Raphaël Vinot]
+
+Changes
+~~~~~~~
+- Bump changelog. [Raphaël Vinot]
+- Bump version. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- Bump requests. [Raphaël Vinot]
+- Bump pyzmq. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- Bump python version used by read the docs. [Raphaël Vinot]
+- Bump warning to inform user that python 3.10 wil be required in 12
+ months. [Raphaël Vinot]
+- Bump minimal PyMISP version to 3.8. [Raphaël Vinot]
+- Re-bump changelog. [Raphaël Vinot]
+
+Fix
+~~~
+- Update whl files. [Raphaël Vinot]
+- Nvm, readthedocs requires python 3.8 at most. [Raphaël Vinot]
+
+
v2.4.167 (2022-12-22)
---------------------
Changes
~~~~~~~
+- Bump objects. [Raphaël Vinot]
+- Bump changelog. [Raphaël Vinot]
- Bump version. [Raphaël Vinot]
- Bump objects. [Raphaël Vinot]
- Bump dependencies, move to poetry 1.3. [Raphaël Vinot]
diff --git a/PKGBUILD b/PKGBUILD
index 2bf0eb52ad0e..2c28f1336297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pymisp
_pkg="${pkgname#python-}"
-pkgver=2.4.167
+pkgver=2.4.169.2
pkgrel=1
pkgdesc="Python library to access MISP platforms via their REST API"
arch=('any')
@@ -14,15 +14,14 @@ depends=(
'python-dateutil'
'python-deprecated'
'python-jsonschema'
- 'python-requests'
- 'python>=3.8')
+ 'python-requests')
optdepends=(
'lief: python-pymisp[fileobjects] support'
'python-beautifulsoup4: python-pymisp[openioc] support'
'python-chardet: python-pymisp[url] support'
'python-magic: python-pymisp[fileobjects] support'
'python-oletools: python-pymisp[email] support'
- 'python-pyfaup: python-pymisp[url] support'
+ # 'python-pyfaup: python-pymisp[url] support'
'python-recommonmark: python-pymisp[docs] support'
'python-urllib3: python-pymisp[brotli] support'
'python-validators: python-pymisp[virustotal] support'
@@ -61,7 +60,5 @@ package() {
python -m installer --destdir="$pkgdir/" dist/*.whl
local _site="$(python -c 'import site; print(site.getsitepackages()[0])')"
install -dv "$pkgdir/usr/share/licenses/$pkgname/"
- ln -sv \
- "$_site/$_pkg-$pkgver.dist-info/LICENSE" \
- "$pkgdir/usr/share/licenses/$pkgname/"
+ ln -sv "$_site/$_pkg-$pkgver.dist-info/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/"
}