15
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=20
This commit is contained in:
2021-07-28 10:16:49 +00:00
committed by Git OBS Bridge
parent e43308504f
commit dfd4c273e8
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69f8aa03e9b2e6824a8180d74289c24c8e24bc1c2780a09ee4a402d0d4b85474
size 80485

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb64b136aba3ddddd2da77d6b41d1b063d01ecb577bbbf00e620960fde6eff23
size 82341

View File

@@ -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>

View File

@@ -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