14
0

- Update to 1.8.0:

* Add retrieval of stages of artifacts
  * Switch links to opendev.org
  * Allow build number to be a string
  * Use fullname in get_job_info_regex
- Add patch use-parts-of-legacy-version.patch:
  * Use underpining parts of LegacyVersion pre-removal.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=34
This commit is contained in:
2023-04-17 05:04:51 +00:00
committed by Git OBS Bridge
parent a41675fb7f
commit fb1d68a048
5 changed files with 108 additions and 97 deletions

View File

@@ -1,9 +1,13 @@
-------------------------------------------------------------------
Wed Apr 12 15:02:56 UTC 2023 - Matej Cepl <mcepl@suse.com>
Mon Apr 17 05:03:59 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add skip_failing_tests.patch
- Add pkg_resources.patch (lp#2003556) to use packaging instead
of obsolete version of pkg_resources.
- Update to 1.8.0:
* Add retrieval of stages of artifacts
* Switch links to opendev.org
* Allow build number to be a string
* Use fullname in get_job_info_regex
- Add patch use-parts-of-legacy-version.patch:
* Use underpining parts of LegacyVersion pre-removal.
-------------------------------------------------------------------
Wed May 4 05:46:39 UTC 2022 - pgajdos@suse.com