14
0

- update to 2.13.2:

* models/package: have `version_spec` only exist in
    `ReqPackage`
  * Use "Any" value if necessary for required version in JSON
    render

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pipdeptree?expand=0&rev=10
This commit is contained in:
2024-01-22 22:34:31 +00:00
committed by Git OBS Bridge
parent d20e10fece
commit 0171dd5a3a
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 22 22:34:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.13.2:
* models/package: have `version_spec` only exist in
`ReqPackage`
* Use "Any" value if necessary for required version in JSON
render
-------------------------------------------------------------------
Tue Jan 9 21:42:18 UTC 2024 - Dirk Müller <dmueller@suse.com>