14
0

- update to 0.14.0:

* Extract the wheel tag validation method
  * Remove the hashes argument from PackageFinder.build_evaluator
    that is deprecated before
  * Drop support for Python 3.7
  * Add PyPI as the default index in PackageFinder
  * Add a default timeout to the session
  * Support fetching from Git refs
  * Update hg.py to use the commit hash instead of the local
    identity

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unearth?expand=0&rev=15
This commit is contained in:
2024-01-21 10:46:03 +00:00
committed by Git OBS Bridge
parent ee658810c1
commit f9d1997e6c
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Jan 21 10:44:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.14.0:
* Extract the wheel tag validation method
* Remove the hashes argument from PackageFinder.build_evaluator
that is deprecated before
* Drop support for Python 3.7
* Add PyPI as the default index in PackageFinder
* Add a default timeout to the session
* Support fetching from Git refs
* Update hg.py to use the commit hash instead of the local
identity
-------------------------------------------------------------------
Mon Dec 4 10:43:07 UTC 2023 - Dirk Müller <dmueller@suse.com>