0672dd8096
* Bug fixes: + Make archive extraction always take members into account + Figshare downloaders fetch the correct version, instead of always the latest one. + Fix bug when unpacking an entire subfolder from an archive. + Add a pytest mark for tests accessing the network so that they can be easily excluded when testing offline * Enhancements: + Add support for Python 3.10 + Point to the user's code for the file_hash warning * New features: + Allow spaces in filenames in registry files + Refactor Pooch.is_available to use downloaders + Add support for downloading files from Dataverse DOIs + Add a new Pooch.load_registry_from_doi method that populates the Pooch registry using DOI-based data repositories + Support urls for Zenodo repositories created through the GitHub integration service + Automatically add a trailing slash to base_url on pooch.create * Maintenance: + Replace versioneer with setuptools-scm + Drop support for Python 3.6 + Port from deprecated appdirs to platformdirs - Switch to pyproject macros OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pooch?expand=0&rev=7
44 lines
1.7 KiB
Plaintext
44 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Sep 19 06:50:30 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 1.7.0:
|
|
* Bug fixes:
|
|
+ Make archive extraction always take members into account
|
|
+ Figshare downloaders fetch the correct version, instead of always
|
|
the latest one.
|
|
+ Fix bug when unpacking an entire subfolder from an archive.
|
|
+ Add a pytest mark for tests accessing the network so that they can
|
|
be easily excluded when testing offline
|
|
* Enhancements:
|
|
+ Add support for Python 3.10
|
|
+ Point to the user's code for the file_hash warning
|
|
* New features:
|
|
+ Allow spaces in filenames in registry files
|
|
+ Refactor Pooch.is_available to use downloaders
|
|
+ Add support for downloading files from Dataverse DOIs
|
|
+ Add a new Pooch.load_registry_from_doi method that populates the Pooch
|
|
registry using DOI-based data repositories
|
|
+ Support urls for Zenodo repositories created through the GitHub
|
|
integration service
|
|
+ Automatically add a trailing slash to base_url on pooch.create
|
|
* Maintenance:
|
|
+ Replace versioneer with setuptools-scm
|
|
+ Drop support for Python 3.6
|
|
+ Port from deprecated appdirs to platformdirs
|
|
- Switch to pyproject macros
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 13 08:54:22 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 23 13:48:40 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Use noun phrasing in descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 28 21:21:57 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Initial specfile for version 1.3.0
|