15
0
Files
python-habanero/python-habanero.changes
Steve Kowalik 32471ad2ac - Update to 2.3.0:
* Change urllib3 version to urllib3>=2.2.2,<3.0.0
  * Make tests independent of optional dependency bibtexparser
  * Moved bibtexparser from required dependency to optional
  * Added new Crossref instance variable timeout for the user to set a curl
    timeout for all requests using the instance of the class created with
    timeout
  * Replaced requests with httpx throughout this package
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-habanero?expand=0&rev=5
2025-07-03 06:00:00 +00:00

35 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Thu Jul 3 05:59:45 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.3.0:
* Change urllib3 version to urllib3>=2.2.2,<3.0.0
* Make tests independent of optional dependency bibtexparser
* Moved bibtexparser from required dependency to optional
* Added new Crossref instance variable timeout for the user to set a curl
timeout for all requests using the instance of the class created with
timeout
* Replaced requests with httpx throughout this package
- Switch to pyproject macros.
-------------------------------------------------------------------
Wed Sep 4 12:15:50 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>
- removed mark-vcr-tests.patch, no longer needed.
-------------------------------------------------------------------
Tue Sep 3 12:48:59 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>
- update to 1.2.6:
* mark two more tests for vcr to create cassettes for (both content_negotation tests) - no user facing changes (#114)
* habanero now conditionally uses bibtexparser to roundtrip bibtex to attempt to fix any bibtex that's not formatted correctly (#144) (#153)
* generalize handling of field queries like query.publisher-name to allow all field queries, and any in the future (#150) (#152)
* improved error handling (#123)
* ids now a required param in the Crossref.prefixes method; improved crossef API error parsing (#116)
-------------------------------------------------------------------
Sat Feb 4 22:37:40 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Initial packaging effort for habanero 1.2.3.
- Add mark-vcr-tests.patch (gh#sckott/habanero#114).