forked from pool/python-passivetotal
Accepting request 910121 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/910121 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-passivetotal?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69f8aa03e9b2e6824a8180d74289c24c8e24bc1c2780a09ee4a402d0d4b85474
|
||||
size 80485
|
||||
3
passivetotal-2.5.3.tar.gz
Normal file
3
passivetotal-2.5.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb64b136aba3ddddd2da77d6b41d1b063d01ecb577bbbf00e620960fde6eff23
|
||||
size 82341
|
||||
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 28 10:11:21 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- 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 <sebix+novell.com@sebix.at>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user