summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-11-25 13:42:28 -0600
committerLuis Martinez2022-11-25 13:42:28 -0600
commit161ed99b337874a299c4ac65e88bd41b95a93779 (patch)
tree42c057342a3572904f98eb10d83bf1f3bc34d22d
parentc5d941a1d364a5f36163bddfa1e1149592d0df80 (diff)
downloadaur-161ed99b337874a299c4ac65e88bd41b95a93779.tar.gz
update to 2.4.165.1
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG.txt123
-rw-r--r--PKGBUILD6
3 files changed, 128 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bfb446ed736..9b9c44cd2c88 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.162
+ pkgver = 2.4.165.1
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.162?signed
+ source = python-pymisp::git+https://github.com/MISP/PyMISP#tag=v2.4.165.1?signed
source = remove-datafiles.patch
validpgpkeys = 8647F5A7FFD350AE38B6E22F32E4E1C133B3792F
sha256sums = SKIP
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index b7d4707f2270..599414a85260 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,6 +2,124 @@ Changelog
=========
+v2.4.165.1 (2022-11-10)
+-----------------------
+
+Changes
+~~~~~~~
+- Bump deps. [Raphaël Vinot]
+
+Fix
+~~~
+- Properly bump version. [Raphaël Vinot]
+
+Other
+~~~~~
+- Update __init__.py. [Marcelo Chaves]
+
+ Regardless of running the latest PyMISP version, the message below is presented:
+ ```
+ The version of PyMISP recommended by the MISP instance (2.4.165) is newer than the one you're using now (2.4.162.1). Please upgrade PyMISP.
+ ```
+
+
+v2.4.165 (2022-11-09)
+---------------------
+
+Changes
+~~~~~~~
+- Bump changelog. [Raphaël Vinot]
+- Bump mypy. [Raphaël Vinot]
+- Add links to doc. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+
+Fix
+~~~
+- Issue with EMailObject. [Raphaël Vinot]
+
+
+v2.4.162.2 (2022-11-02)
+-----------------------
+
+New
+~~~
+- Add in ability to set a taxonomies required status. [Tom King]
+
+Changes
+~~~~~~~
+- Bump changelog. [Raphaël Vinot]
+- Bump lief (CVEs), version. [Raphaël Vinot]
+- Bump deps. [Raphaël Vinot]
+- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
+- [tests] fix the list name test following latest warning-list updates.
+ [Alexandre Dulaunoy]
+- Bump deps. [Raphaël Vinot]
+- Add dependabot. [Raphaël Vinot]
+
+Other
+~~~~~
+- Revert "chg: [tests] fix the list name test following latest warning-
+ list" [Alexandre Dulaunoy]
+
+ This reverts commit be3715595bcf08d497303198fefdf91c735b3fb2.
+- Build(deps): bump actions/setup-python from 2 to 4. [dependabot[bot]]
+
+ Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
+ - [Release notes](https://github.com/actions/setup-python/releases)
+ - [Commits](https://github.com/actions/setup-python/compare/v2...v4)
+
+ ---
+ updated-dependencies:
+ - dependency-name: actions/setup-python
+ dependency-type: direct:production
+ update-type: version-update:semver-major
+ ...
+- Build(deps): bump actions/checkout from 2 to 3. [dependabot[bot]]
+
+ Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
+ - [Release notes](https://github.com/actions/checkout/releases)
+ - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
+ - [Commits](https://github.com/actions/checkout/compare/v2...v3)
+
+ ---
+ updated-dependencies:
+ - dependency-name: actions/checkout
+ dependency-type: direct:production
+ update-type: version-update:semver-major
+ ...
+- Build(deps): bump codecov/codecov-action from 1 to 3.
+ [dependabot[bot]]
+
+ Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
+ - [Release notes](https://github.com/codecov/codecov-action/releases)
+ - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
+ - [Commits](https://github.com/codecov/codecov-action/compare/v1...v3)
+
+ ---
+ updated-dependencies:
+ - dependency-name: codecov/codecov-action
+ dependency-type: direct:production
+ update-type: version-update:semver-major
+ ...
+- Create codeql-analysis.yml. [Raphaël Vinot]
+
+
+v2.4.162.1 (2022-10-02)
+-----------------------
+
+Changes
+~~~~~~~
+- Bump changelog. [Raphaël Vinot]
+- Bump deps and version. [Raphaël Vinot]
+
+ Fix LIEF vuln.
+- Bump deps, objects. [Raphaël Vinot]
+
+Fix
+~~~
+- Change DNS warning list test. [Raphaël Vinot]
+
+
v2.4.162 (2022-09-09)
---------------------
@@ -13,12 +131,17 @@ New
Changes
~~~~~~~
+- Bump changelog. [Raphaël Vinot]
- 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]
+Fix
+~~~
+- Missing place to update version. [Raphaël Vinot]
+
v2.4.160.1 (2022-08-09)
-----------------------
diff --git a/PKGBUILD b/PKGBUILD
index 222b13c669c7..cbb9e4cdaf06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pymisp
_pkg="${pkgname#python-}"
-pkgver=2.4.162
+pkgver=2.4.165.1
pkgrel=1
pkgdesc="Python library to access MISP platforms via their REST API"
arch=('any')
@@ -54,8 +54,8 @@ package() {
cd "$pkgname"
PYTHONHASHSEED=0 python -m installer --destdir="$pkgdir/" dist/*.whl
local _site="$(python -c 'import site; print(site.getsitepackages()[0])')"
- install -d "$pkgdir/usr/share/licenses/$pkgname/"
- ln -s \
+ install -dv "$pkgdir/usr/share/licenses/$pkgname/"
+ ln -sv \
"$_site/$_pkg-$pkgver.dist-info/LICENSE" \
"$pkgdir/usr/share/licenses/$pkgname/"
}