diff --git a/passivetotal-2.5.1.tar.gz b/passivetotal-2.5.1.tar.gz deleted file mode 100644 index c0538c7..0000000 --- a/passivetotal-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69f8aa03e9b2e6824a8180d74289c24c8e24bc1c2780a09ee4a402d0d4b85474 -size 80485 diff --git a/passivetotal-2.5.3.tar.gz b/passivetotal-2.5.3.tar.gz new file mode 100644 index 0000000..7f442e4 --- /dev/null +++ b/passivetotal-2.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb64b136aba3ddddd2da77d6b41d1b063d01ecb577bbbf00e620960fde6eff23 +size 82341 diff --git a/python-passivetotal.changes b/python-passivetotal.changes index b7a21cc..b585a8a 100644 --- a/python-passivetotal.changes +++ b/python-passivetotal.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Jul 28 10:11:21 UTC 2021 - Sebastian Wagner + +- update to version 2.5.3: + - Enhancements: + - Better support for unit tests in client libraries with ability to set a + session to override default request methods. + - Add flexibility to library class instantiation to prefer keyword parameters + over config file keys. + - Support for new `create_date` Articles API data field and query parameter. Enables + searching for most recent articles instead of returning all of them at once, and + provides visiblity to situations where an article published in the past was recently + added to the Articles collection. + - Breaking Changes: + - Previously, calls to `analyzer.AllArticles()` would return all articles without a date + limit. Now, it will return only articles created after the starting date set with + `analyzer.set_date_range()`. The current module-level default for all date-bounded queries + is 90 days back, so now this function will return all articles created in the last 90 days. + - `age` property of an Article analyzer object is now based on `create_date` instead of publish + date. +- update to version 2.5.2: + - Enhancements: + - Send new request headers for metrics and troubleshooting with the `set_context` + method on the `analyzer` module and within the core API request libs. + - Abstract package version into a distinct file to consolidate updates and ensure + consistency across docs and pypi. Add `get_version` method to `analyzer` module + for easy access to the current version number. + ------------------------------------------------------------------- Sat Jul 3 13:52:24 UTC 2021 - Sebastian Wagner diff --git a/python-passivetotal.spec b/python-passivetotal.spec index a19ef24..ed35ccd 100644 --- a/python-passivetotal.spec +++ b/python-passivetotal.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-passivetotal -Version: 2.5.1 +Version: 2.5.3 Release: 0 Summary: Client for the PassiveTotal REST API License: GPL-2.0-only